Browse Source

* libsndfile: rebuilt w/ rpm-4.8.1-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1870 ec354946-7b23-47d6-9f5a-488ba84defc7
shaolin 14 years ago
parent
commit
4a482fc603
1 changed files with 7 additions and 3 deletions
  1. 7 3
      lib/libs/libsndfile/libsndfile-vl.spec

+ 7 - 3
lib/libs/libsndfile/libsndfile-vl.spec

@@ -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