From f5354dcf68df1a18f513a1204dd6ee967e0b8ce0c15c5fd4be7522cb0bfb1b3d Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Sun, 17 Oct 2021 07:25:50 +0000 Subject: [PATCH] Accepting request 925666 from home:dirkmueller:Factory - 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. - update to 0.2.1: OBS-URL: https://build.opensuse.org/request/show/925666 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libsamplerate?expand=0&rev=41 --- libsamplerate-0.2.1.tar.bz2 | 3 --- libsamplerate-0.2.2.tar.xz | 3 +++ libsamplerate.changes | 16 +++++++++++++++- libsamplerate.spec | 8 ++++---- 4 files changed, 22 insertions(+), 8 deletions(-) delete mode 100644 libsamplerate-0.2.1.tar.bz2 create mode 100644 libsamplerate-0.2.2.tar.xz diff --git a/libsamplerate-0.2.1.tar.bz2 b/libsamplerate-0.2.1.tar.bz2 deleted file mode 100644 index 78ac677..0000000 --- a/libsamplerate-0.2.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6323b5e234753579d70a0af27796dde4ebeddf58aae4be598e39b3cee00c90a -size 3747188 diff --git a/libsamplerate-0.2.2.tar.xz b/libsamplerate-0.2.2.tar.xz new file mode 100644 index 0000000..41b4372 --- /dev/null +++ b/libsamplerate-0.2.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3258da280511d24b49d6b08615bbe824d0cacc9842b0e4caf11c52cf2b043893 +size 3319468 diff --git a/libsamplerate.changes b/libsamplerate.changes index 06654c5..16b5283 100644 --- a/libsamplerate.changes +++ b/libsamplerate.changes @@ -1,7 +1,21 @@ +------------------------------------------------------------------- +Sat Oct 16 10:14:55 UTC 2021 - Dirk Müller + +- 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. + ------------------------------------------------------------------- Sun Jan 24 16:32:14 UTC 2021 - Dirk Müller -- update to 0.10.0: +- update to 0.2.1: * Add src_clone() function to clone a SRC_STATE* handle * Cleanup Autotools build system. * Require C99 compiler diff --git a/libsamplerate.spec b/libsamplerate.spec index 93f8fe7..7d38547 100644 --- a/libsamplerate.spec +++ b/libsamplerate.spec @@ -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 @@ -77,8 +77,8 @@ to develop applications that require these. %patch0 -p1 %build -autoreconf -fvi -%configure --disable-silent-rules --disable-static +autoreconf -fvi +%configure profiledir=`mktemp -d` %make_build CFLAGS="%{optflags} %{cflags_profile_generate}=$profiledir"