|
@@ -4,7 +4,7 @@
|
|
|
Summary: A library to handle various audio file formats.
|
|
|
Summary(ja): さまざまなフォーマットの音声ファイルを扱うライブラリ
|
|
|
Name: libsndfile
|
|
|
-Version: 1.0.20
|
|
|
+Version: 1.0.21
|
|
|
Release: 1%{?_dist_release}
|
|
|
Source: http://www.mega-nerd.com/libsndfile/%{name}-%{version}.tar.gz
|
|
|
License: LGPL
|
|
@@ -13,7 +13,7 @@ URL: http://www.mega-nerd.com/libsndfile/
|
|
|
|
|
|
# security fix
|
|
|
# Patch100: libsndfile-1.0.16_CVE-2007-4974.patch
|
|
|
-Patch110: libsndfile-1.0.20_fix-dev-by-zero.patch
|
|
|
+# Patch110: libsndfile-1.0.20_fix-dev-by-zero.patch
|
|
|
|
|
|
Requires: alsa-lib
|
|
|
BuildRequires: alsa-lib-devel
|
|
@@ -84,7 +84,7 @@ Libraries, include files, etc you can use to develop libsndfile applications.
|
|
|
|
|
|
# security fix
|
|
|
# %patch100 -p1 -b .CVE-2007-4974
|
|
|
-%patch110 -p0 -b .dev-by-zero
|
|
|
+# %patch110 -p0 -b .dev-by-zero
|
|
|
|
|
|
%build
|
|
|
%configure --disable-sqlite --disable-external-libs --disable-octave
|
|
@@ -142,6 +142,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Wed Sep 22 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.0.21-1
|
|
|
+- new upstream release
|
|
|
+- built with rpm-4.8.1-1
|
|
|
+
|
|
|
* Mon Jun 1 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.20-1vl5
|
|
|
- new upstream release with security fix (CVE-2009-1788, 1791)
|
|
|
- add patch110 to fix devide by 0 issues
|