OBS User unknown 2008-06-22 01:32:22 +00:00 committed by Git OBS Bridge
parent 4027bb60d4
commit e6161c06f7
4 changed files with 20 additions and 12 deletions

View File

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

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Jun 18 16:53:55 CEST 2008 - tiwai@suse.de
- updated to version 0.1.3:
* Huge quality improvements to two best SINC based converters
- fix post and postun scripts
-------------------------------------------------------------------
Thu Jun 5 01:31:44 CEST 2008 - ro@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package libsamplerate (Version 0.1.2)
# spec file for package libsamplerate (Version 0.1.3)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -14,8 +14,8 @@
Name: libsamplerate
BuildRequires: pkgconfig
Summary: A Sample Rate Converter Library
Version: 0.1.2
Release: 114
Version: 0.1.3
Release: 1
License: GPL v2 or later
Group: System/Libraries
Source: %{name}-%{version}.tar.bz2
@ -59,12 +59,11 @@ Authors:
%prep
%setup
%patch
%{?suse_update_config:%{suse_update_config -f}}
%build
autoreconf --force --install
%configure --disable-static
make
make %{?jobs:-j %jobs}
%install
make DESTDIR="$RPM_BUILD_ROOT" install
@ -73,11 +72,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
# remove example binaries
rm -f $RPM_BUILD_ROOT%{_bindir}/*
%post
%run_ldconfig
%post -p /sbin/ldconfig
%postun
%run_ldconfig
%postun -p /sbin/ldconfig
%clean
rm -rf $RPM_BUILD_ROOT
@ -94,6 +91,10 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/*.pc
%changelog
* Wed Jun 18 2008 tiwai@suse.de
- updated to version 0.1.3:
* Huge quality improvements to two best SINC based converters
- fix post and postun scripts
* Thu Jun 05 2008 ro@suse.de
- added baselibs.conf (for alsa-plugins-samplerate)
* Mon Apr 16 2007 tiwai@suse.de