Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libsamplerate for openSUSE:Factory checked in at 2021-10-20 20:23:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libsamplerate (Old) and /work/SRC/openSUSE:Factory/.libsamplerate.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libsamplerate" Wed Oct 20 20:23:40 2021 rev:39 rq:925810 version:0.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/libsamplerate/libsamplerate.changes 2021-03-16 15:44:09.129012962 +0100 +++ /work/SRC/openSUSE:Factory/.libsamplerate.new.1890/libsamplerate.changes 2021-10-20 20:24:27.201384336 +0200 @@ -1,0 +2,14 @@ +Sat Oct 16 10:14:55 UTC 2021 - Dirk M??ller <dmuel...@suse.com> + +- update to 0.2.2: + * Fix CMake overlinking for examples (#146) + * Switch to GCC's visibility for hiding more implementation details + * Check GNU ld instead of gcc for exported symbols control logic in configure.ac + * Disable static builds using Autotools by default. + * ABI version incompatibility between Autotools and CMake build on Apple platforms. + * Fixes and improvements for CMake build system. + * Fixes and improvements for Autotools build system. + * Switch to .xz over .bz2 for release tarballs. + * Minor bug fixes and updates. + +------------------------------------------------------------------- @@ -4 +18 @@ -- update to 0.10.0: +- update to 0.2.1: Old: ---- libsamplerate-0.2.1.tar.bz2 New: ---- libsamplerate-0.2.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libsamplerate.spec ++++++ --- /var/tmp/diff_new_pack.s3NIqI/_old 2021-10-20 20:24:27.661384621 +0200 +++ /var/tmp/diff_new_pack.s3NIqI/_new 2021-10-20 20:24:27.665384623 +0200 @@ -17,13 +17,13 @@ Name: libsamplerate -Version: 0.2.1 +Version: 0.2.2 Release: 0 Summary: A Sample Rate Converter Library License: BSD-2-Clause Group: Development/Libraries/C and C++ URL: https://libsndfile.github.io/libsamplerate/ -Source0: https://github.com/libsndfile/libsamplerate/releases/download/%{version}/libsamplerate-%{version}.tar.bz2 +Source0: https://github.com/libsndfile/libsamplerate/releases/download/%{version}/libsamplerate-%{version}.tar.xz Source1: baselibs.conf # PATCH-FEATURE-OPENSUSE -- Make build reproducible Patch0: libsamplerate-0.2.1-reproducible.patch @@ -78,7 +78,7 @@ %build autoreconf -fvi -%configure --disable-silent-rules --disable-static +%configure profiledir=`mktemp -d` %make_build CFLAGS="%{optflags} %{cflags_profile_generate}=$profiledir"