From 023e4fe5bd68b45d638a2f1b8e37b223002be4da Mon Sep 17 00:00:00 2001 From: Deji Akingunola Date: Oct 20 2011 02:35:51 +0000 Subject: Also add -DNO_ASM to CFLAGS for arm archs. rebuild with new gmp --- diff --git a/cln.spec b/cln.spec index 8095eec..a5d7595 100644 --- a/cln.spec +++ b/cln.spec @@ -1,6 +1,6 @@ Name: cln Version: 1.3.2 -Release: 1%{?dist}.1 +Release: 2%{?dist} Summary: Class Library for Numbers Group: System Environment/Libraries @@ -46,7 +46,7 @@ the CLN library. %patch2 -p0 -b .fix %build -%configure --disable-static CXXFLAGS="%{XFLAGS}" +%configure --disable-static CXXFLAGS="%{XFLAGS}" CFLAGS="%{XFLAGS}" make %{?_smp_mflags} make pdf make html @@ -94,6 +94,9 @@ fi %{_docdir}/%{name}-devel-%{version} %changelog +* Wed Oct 19 2011 Deji Akingunola - 1.3.2-2 +- Also add -DNO_ASM to CFLAGS for arm archs. + * Mon Oct 10 2011 Peter Schiffer - 1.3.2-1.1 - rebuild with new gmp