Hello community,

here is the log from the commit of package cln for openSUSE:Factory checked in 
at 2011-12-31 17:19:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cln (Old)
 and      /work/SRC/openSUSE:Factory/.cln.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cln", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cln/cln.changes  2011-11-28 12:53:22.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.cln.new/cln.changes     2011-12-31 
17:19:15.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Dec 20 14:54:13 CET 2011 - [email protected]
+
+- build with optflags again
+- fix build on arm
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cln.spec ++++++
--- /var/tmp/diff_new_pack.lTRWLz/_old  2011-12-31 17:19:17.000000000 +0100
+++ /var/tmp/diff_new_pack.lTRWLz/_new  2011-12-31 17:19:17.000000000 +0100
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:           cln
 Version:        1.3.2
-Release:        5
-License:        GPL-2.0+
+Release:        0
 Summary:        Class Library for Numbers (C++)
-Url:            http://www.ginac.de/CLN/
+License:        GPL-2.0+
 Group:          Productivity/Scientific/Math
+Url:            http://www.ginac.de/CLN/
 Source0:        cln-%{version}.tar.bz2
 Source1:        pi.tar.gz
 Patch0:         cln-s390x.patch
@@ -58,7 +57,6 @@
 and exceptions.
 
 %package devel
-License:        GPL-2.0+
 Summary:        Class Library for Numbers (C++)
 Group:          Development/Libraries/C and C++
 PreReq:         %install_info_prereq
@@ -88,8 +86,13 @@
 %patch0
 
 %build
-CFLAGS="-fno-unit-at-a-time" \
-CXXFLAGS="-fno-strict-aliasing -fno-unit-at-a-time -fno-reorder-blocks" \
+%ifarch %{arm}
+%global XFLAGS %{optflags} -DNO_ASM
+%else
+%global XFLAGS %{optflags}
+%endif
+CFLAGS="%{XFLAGS} -fno-unit-at-a-time" \
+CXXFLAGS="%{XFLAGS} -fno-strict-aliasing -fno-unit-at-a-time 
-fno-reorder-blocks" \
 %configure --disable-static
 make %{?_smp_mflags}
 make %{?_smp_mflags} check

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to