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"