Accepting request 53428 from multimedia:libs

Accepted submit request 53428 from user coolo

OBS-URL: https://build.opensuse.org/request/show/53428
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsamplerate?expand=0&rev=13
This commit is contained in:
Ruediger Oertel
2010-11-20 10:20:03 +00:00
committed by Git OBS Bridge
4 changed files with 15 additions and 7 deletions

View File

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

View File

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Jun 6 16:54:13 UTC 2010 - cristian.rodriguez@opensuse.org
- update to version 0.1.7
* Fix a segfault which occurs when memcpy is passed a bad length parameter.
* Minor bug fix in test suite (account for rounding error on x86_64).
* Optimisation resulting dramatic throughput improvements.
-------------------------------------------------------------------
Fri Dec 18 13:17:46 CET 2009 - jengelh@medozas.de

View File

@@ -21,7 +21,7 @@
Name: libsamplerate
BuildRequires: pkgconfig
Summary: A Sample Rate Converter Library
Version: 0.1.4
Version: 0.1.7
Release: 4
License: GPLv2+
Group: System/Libraries
@@ -52,7 +52,7 @@ Authors:
License: GPLv2+
Summary: Include Files and Libraries mandatory for Development
Group: Development/Libraries/C and C++
Requires: libsamplerate glibc-devel
Requires: libsamplerate = %{version} glibc-devel
%description devel
This package contains all necessary include files and libraries needed
@@ -79,12 +79,12 @@ Authors:
Erik de Castro Lopo <erikd@mega-nerd.com>
%prep
%setup
%setup -q
%patch
%build
autoreconf --force --install
%configure --disable-static
%configure --with-pic --disable-static
make %{?jobs:-j %jobs}
%install