This commit is contained in:
parent
e6161c06f7
commit
60bda26a2e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:207dbc9e1aafa154c200eae652966102760a700db8d4264b546624a68ec89cb2
|
||||
size 3704960
|
3
libsamplerate-0.1.4.tar.bz2
Normal file
3
libsamplerate-0.1.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1d604457b4c0ec9cf6c929aa5feeca05f03b70a32b6b5ffd5c66a12fbdc47c2d
|
||||
size 3685379
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 12 12:43:22 CET 2008 - tiwai@suse.de
|
||||
|
||||
- fixed misc build errors: remove unnecessary Makefiles in doc and
|
||||
fixed package summary
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 11 19:51:00 CET 2008 - dominique-rpm@leuenberger.net
|
||||
|
||||
- Update to version 0.1.4:
|
||||
* Fix buffer overrrun bug at extreme low conversion ratios.
|
||||
Thanks to Russell O'Connor for the report.
|
||||
(bnc# 443794 / CVE-2008-5008 )
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 18 16:53:55 CEST 2008 - tiwai@suse.de
|
||||
|
||||
|
@ -1,10 +1,17 @@
|
||||
#
|
||||
# spec file for package libsamplerate (Version 0.1.3)
|
||||
# spec file for package libsamplerate (Version 0.1.4)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
@ -14,7 +21,7 @@
|
||||
Name: libsamplerate
|
||||
BuildRequires: pkgconfig
|
||||
Summary: A Sample Rate Converter Library
|
||||
Version: 0.1.3
|
||||
Version: 0.1.4
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Group: System/Libraries
|
||||
@ -42,7 +49,7 @@ Authors:
|
||||
|
||||
%package devel
|
||||
License: GPL v2 or later
|
||||
Summary: Include Files and Libraries mandatory for Development.
|
||||
Summary: Include Files and Libraries mandatory for Development
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libsamplerate glibc-devel
|
||||
|
||||
@ -71,6 +78,8 @@ make DESTDIR="$RPM_BUILD_ROOT" install
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
# remove example binaries
|
||||
rm -f $RPM_BUILD_ROOT%{_bindir}/*
|
||||
# remove document Makefiles
|
||||
rm -f doc/Makefile*
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
@ -91,6 +100,14 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Wed Nov 12 2008 tiwai@suse.de
|
||||
- fixed misc build errors: remove unnecessary Makefiles in doc and
|
||||
fixed package summary
|
||||
* Tue Nov 11 2008 dominique-rpm@leuenberger.net
|
||||
- Update to version 0.1.4:
|
||||
* Fix buffer overrrun bug at extreme low conversion ratios.
|
||||
Thanks to Russell O'Connor for the report.
|
||||
(bnc# 443794 / CVE-2008-5008 )
|
||||
* Wed Jun 18 2008 tiwai@suse.de
|
||||
- updated to version 0.1.3:
|
||||
* Huge quality improvements to two best SINC based converters
|
||||
|
Loading…
x
Reference in New Issue
Block a user