Hello community,

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

Package is "libsamplerate"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libsamplerate/libsamplerate.changes      
2014-09-17 17:25:14.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libsamplerate.new/libsamplerate.changes 
2015-02-27 11:07:50.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Feb 23 14:17:04 UTC 2015 - [email protected]
+
+- Avoid running configure twice and using -fprofile-generate or
+  -fprofile-use for compiling configure tests when profiling.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libsamplerate.spec ++++++
--- /var/tmp/diff_new_pack.1nOqgq/_old  2015-02-27 11:07:51.000000000 +0100
+++ /var/tmp/diff_new_pack.1nOqgq/_new  2015-02-27 11:07:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libsamplerate
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -82,19 +82,17 @@
 %ifnarch %arm aarch64
 # 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
-make %{?_smp_mflags}
+make %{?_smp_mflags} CFLAGS="%optflags %cflags_profile_generate=$profiledir"
 pushd tests
 make check
 popd
 make clean
-export CFLAGS="%optflags %cflags_profile_feedback=$profiledir"
+make %{?_smp_mflags} CFLAGS="%optflags %cflags_profile_feedback=$profiledir"
 %else
-export CFLAGS="%optflags"
-%endif
 %configure --disable-silent-rules --disable-static
-make %{?_smp_mflags}
+make %{?_smp_mflags} CFLAGS="%optflags"
+%endif
 
 %check
 pushd tests

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

Reply via email to