Hello community,

here is the log from the commit of package clanlib for openSUSE:Factory checked 
in at 2012-08-08 11:09:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/clanlib (Old)
 and      /work/SRC/openSUSE:Factory/.clanlib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/clanlib/clanlib-doc.changes      2012-05-16 
21:06:39.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.clanlib.new/clanlib-doc.changes 2012-08-08 
11:09:44.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Jul 12 15:07:19 UTC 2012 - [email protected]
+
+- fix build on arm architecture
+
+-------------------------------------------------------------------
clanlib.changes: same change

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

Other differences:
------------------
++++++ clanlib-doc.spec ++++++
--- /var/tmp/diff_new_pack.FRdgtm/_old  2012-08-08 11:09:46.000000000 +0200
+++ /var/tmp/diff_new_pack.FRdgtm/_new  2012-08-08 11:09:46.000000000 +0200
@@ -79,6 +79,10 @@
 %build
 export CFLAGS="%{optflags}"
 export CXXFLAGS="$CFLAGS"
+%ifarch %arm
+export CFLAGS="$CFLAGS -DCL_ARM_PLATFORM"
+export CXXFLAGS="$CFLAGS -DCL_ARM_PLATFORM"
+%endif
 %ifarch %ix86
 %configure --with-pic --disable-static --enable-asm386 --enable-docs
 %else

++++++ clanlib.spec ++++++
--- /var/tmp/diff_new_pack.FRdgtm/_old  2012-08-08 11:09:46.000000000 +0200
+++ /var/tmp/diff_new_pack.FRdgtm/_new  2012-08-08 11:09:46.000000000 +0200
@@ -75,6 +75,10 @@
 %build
 export CFLAGS="%{optflags}"
 export CXXFLAGS="$CFLAGS"
+%ifarch %arm
+export CFLAGS="$CFLAGS -DCL_ARM_PLATFORM"
+export CXXFLAGS="$CFLAGS -DCL_ARM_PLATFORM"
+%endif
 %ifarch %ix86
 %configure --with-pic --disable-static --enable-asm386 --disable-docs
 %else

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

Reply via email to