Accepting request 333505 from multimedia:libs

1

OBS-URL: https://build.opensuse.org/request/show/333505
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/soxr?expand=0&rev=2
This commit is contained in:
Stephan Kulow 2015-09-27 06:40:08 +00:00 committed by Git OBS Bridge
commit 889d02dcfb
4 changed files with 22 additions and 5 deletions

View File

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

3
soxr-0.1.2.tar.xz Normal file
View File

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

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Sep 24 17:53:12 UTC 2015 - mpluskal@suse.com
- Update to 1.1.2
* Fix conversion failure when I/O types differ but I/O rates
don't.
* Fix #defines for interpolation order selection.
* Fix ineffectual SOXR_MINIMUM_PHASE and SOXR_INTERMEDIATE_PHASE
in soxr_quality_spec recipe.
* Fix soxr_delay() returning a negative number after end-of-input
has been indicated.
* Fix crash when using soxr_process() after calling soxr_clear().
* Be more POSIX compliant w.r.t. errno in the examples; fixes
erroneous reporting of errors on FreeBSD.
* Quality improvement for variable-rate.
* Various fixes/improvements to build/tests/documentation.
-------------------------------------------------------------------
Tue Apr 28 21:45:23 UTC 2015 - sor.alexei@meowr.ru

View File

@ -19,7 +19,7 @@
%define lname libsoxr0
%define lname_lsr libsoxr-lsr0
Name: soxr
Version: 0.1.1
Version: 0.1.2
Release: 0
Summary: The SoX Resampler library
License: LGPL-2.1+
@ -55,8 +55,8 @@ soxr libsamplerate API compatibility layer (to some extent).
%package devel
Summary: Development files of soxr
Group: Development/Libraries/C and C++
Requires: %{lname} = %{version}
Requires: %{lname_lsr} = %{version}
Requires: %{lname} = %{version}
%description devel
The soxr development package includes the header files,