[cln/f15] New upstream version Add -DNO_ASM flag for arm archs.

Deji Akingunola deji at fedoraproject.org
Sun Oct 9 22:43:21 UTC 2011


commit 2c55cd3f95221e621f2ee84593313fed441f3f9e
Author: Deji Akingunola <dakingun at mail.com>
Date:   Sun Oct 9 18:46:19 2011 -0400

    New upstream version
    Add -DNO_ASM flag for arm archs.

 cln.spec |   16 +++++++++++++---
 sources  |    2 +-
 2 files changed, 14 insertions(+), 4 deletions(-)
---
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 <dakingun at gmail.com> - 1.3.2-1
+- New upstream version
+- Add -DNO_ASM flag for arm archs.
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 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


More information about the scm-commits mailing list