Hello community,

here is the log from the commit of package libsamplerate for openSUSE:Factory 
checked in at 2012-05-08 12:28:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-03-07 13:43:12.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libsamplerate.new/libsamplerate.changes 
2012-05-08 12:28:03.000000000 +0200
@@ -1,0 +2,5 @@
+Sat May  5 14:58:55 UTC 2012 - [email protected]
+
+- build with profiling rnabled 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libsamplerate.spec ++++++
--- /var/tmp/diff_new_pack.mBiZ3S/_old  2012-05-08 12:28:04.000000000 +0200
+++ /var/tmp/diff_new_pack.mBiZ3S/_new  2012-05-08 12:28:04.000000000 +0200
@@ -27,7 +27,6 @@
 Source1:        baselibs.conf
 BuildRequires:  fftw3-devel
 BuildRequires:  libsndfile-devel
-BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -76,8 +75,16 @@
 
 %prep
 %setup -q
-
 %build
+profiledir=`mktemp -d`
+export CFLAGS="%optflags %cflags_profile_generate=$profiledir"
+%configure --disable-silent-rules --disable-static
+make %{?_smp_mflags}
+pushd tests
+make check
+popd
+make clean
+export CFLAGS="%optflags %cflags_profile_feedback=$profiledir"
 %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