From b3956af3b9b1ad999f5118d718c4644951184a46 Mon Sep 17 00:00:00 2001 From: Deji Akingunola Date: Oct 09 2011 22:45:41 +0000 Subject: New upstream version Add -DNO_ASM flag for arm archs. --- diff --git a/cln.spec b/cln.spec index ab9ce3b..91e654d 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,19 @@ syntax. This package is necessary if you wish to develop software based on the CLN library. +%ifarch %{arm} +%global XFLAGS %{optflags} -DNO_ASM +%else +%global XFLAGS %{optflags} +%endif + %prep %setup -q %patch1 -p0 -b .s390x %patch2 -p0 -b .fix %build -%configure --disable-static +%configure --disable-static CXXFLAGS="%{XFLAGS}" make %{?_smp_mflags} make pdf make html @@ -88,6 +94,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