Hello community,

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

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/libsamplerate/libsamplerate.changes      
2012-05-08 12:28:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libsamplerate.new/libsamplerate.changes 
2012-08-07 08:11:08.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Aug  1 06:54:11 UTC 2012 - [email protected]
+
+- disable profiling on arm
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libsamplerate.spec ++++++
--- /var/tmp/diff_new_pack.go8tpl/_old  2012-08-07 08:11:10.000000000 +0200
+++ /var/tmp/diff_new_pack.go8tpl/_new  2012-08-07 08:11:10.000000000 +0200
@@ -76,6 +76,8 @@
 %prep
 %setup -q
 %build
+%ifnarch %arm
+# ARM has no working profile support in gcc atm
 profiledir=`mktemp -d`
 export CFLAGS="%optflags %cflags_profile_generate=$profiledir"
 %configure --disable-silent-rules --disable-static
@@ -85,6 +87,9 @@
 popd
 make clean
 export CFLAGS="%optflags %cflags_profile_feedback=$profiledir"
+%else
+export CFLAGS="%optflags"
+%endif
 %configure --disable-silent-rules --disable-static
 make %{?_smp_mflags}
 

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

Reply via email to