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
This commit is contained in:
Takashi Iwai 2021-10-17 07:25:50 +00:00 committed by Git OBS Bridge
parent 06b893d33b
commit f5354dcf68
4 changed files with 22 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f6323b5e234753579d70a0af27796dde4ebeddf58aae4be598e39b3cee00c90a
size 3747188

BIN
libsamplerate-0.2.2.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,7 +1,21 @@
-------------------------------------------------------------------
Sat Oct 16 10:14:55 UTC 2021 - Dirk Müller <dmueller@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.
-------------------------------------------------------------------
Sun Jan 24 16:32:14 UTC 2021 - Dirk Müller <dmueller@suse.com>
- 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

View File

@ -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"