From 60bda26a2e7c7ec150d5cb71b49b5d4d534513aab2992c9477ace6dd92d20912 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 17 Nov 2008 16:16:59 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsamplerate?expand=0&rev=5 --- libsamplerate-0.1.3.tar.bz2 | 3 --- libsamplerate-0.1.4.tar.bz2 | 3 +++ libsamplerate.changes | 14 ++++++++++++++ libsamplerate.spec | 27 ++++++++++++++++++++++----- 4 files changed, 39 insertions(+), 8 deletions(-) delete mode 100644 libsamplerate-0.1.3.tar.bz2 create mode 100644 libsamplerate-0.1.4.tar.bz2 diff --git a/libsamplerate-0.1.3.tar.bz2 b/libsamplerate-0.1.3.tar.bz2 deleted file mode 100644 index 444d81b..0000000 --- a/libsamplerate-0.1.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:207dbc9e1aafa154c200eae652966102760a700db8d4264b546624a68ec89cb2 -size 3704960 diff --git a/libsamplerate-0.1.4.tar.bz2 b/libsamplerate-0.1.4.tar.bz2 new file mode 100644 index 0000000..99c516f --- /dev/null +++ b/libsamplerate-0.1.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d604457b4c0ec9cf6c929aa5feeca05f03b70a32b6b5ffd5c66a12fbdc47c2d +size 3685379 diff --git a/libsamplerate.changes b/libsamplerate.changes index 2e003ca..4a0845a 100644 --- a/libsamplerate.changes +++ b/libsamplerate.changes @@ -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 diff --git a/libsamplerate.spec b/libsamplerate.spec index 995680b..19c14f6 100644 --- a/libsamplerate.spec +++ b/libsamplerate.spec @@ -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