diff --git a/.gitignore b/.gitignore index 7f2c65d..7460e7c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ cln-1.3.1.tar.bz2 +/cln-1.3.2.tar.bz2 diff --git a/cln.spec b/cln.spec index ab9ce3b..6ccbf53 100644 --- a/cln.spec +++ b/cln.spec @@ -1,6 +1,6 @@ Name: cln -Version: 1.3.1 -Release: 2%{?dist} +Version: 1.3.2 +Release: 1%{?dist} Summary: Class Library for Numbers Group: System Environment/Libraries @@ -34,13 +34,17 @@ syntax. This package is necessary if you wish to develop software based on the CLN library. +%ifarch %{arm} +%global XFLAGS -DNO_ASM +%endif + %prep %setup -q %patch1 -p0 -b .s390x %patch2 -p0 -b .fix %build -%configure --disable-static +%configure --disable-static CXXFLAGS="%{optflags} %{XFLAGS}" make %{?_smp_mflags} make pdf make html @@ -88,6 +92,10 @@ fi %{_docdir}/%{name}-devel-%{version} %changelog +* Sun Oct 09 2011 Deji Akingunola - 1.3.2-1 +- New upstream version +- Add -DNO_ASM flag for arm archs. + * Tue Feb 08 2011 Fedora Release Engineering - 1.3.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 5d3c142..f7d61fc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ede584cb1cafa66d56f42a3cf420469d cln-1.3.1.tar.bz2 +d897cce94d9c34d106575ed4ec865d71 cln-1.3.2.tar.bz2