diff --git a/.cvsignore b/.cvsignore index aa2c2f3..e4ce16b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libvorbis-1.2.3.tar.bz2 +libvorbis-1.3.1.tar.bz2 diff --git a/libvorbis.spec b/libvorbis.spec index 5ad8777..022ccab 100644 --- a/libvorbis.spec +++ b/libvorbis.spec @@ -1,7 +1,7 @@ Summary: The Vorbis General Audio Compression Codec. Name: libvorbis -Version: 1.2.3 -Release: 5%{?dist} +Version: 1.3.1 +Release: 1%{?dist} Epoch: 1 Group: System Environment/Libraries License: BSD @@ -9,8 +9,6 @@ URL: http://www.xiph.org/ Source: http://downloads.xiph.org/releases/vorbis/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libogg-devel >= 2:1.1 -Patch0: r16326.diff -Patch1: r16597.diff Patch2: libvorbis-1.2.3-add-needed.patch %description @@ -43,8 +41,6 @@ Documentation for developing applications with libvorbis. %prep %setup -q -%patch0 -p1 -%patch1 -p1 %patch2 -p1 sed -i "s/-O20/$RPM_OPT_FLAGS/" configure sed -i "s/-ffast-math//" configure @@ -88,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT %postun -p /sbin/ldconfig %changelog +* Mon Mar 29 2010 Adam Jackson 1.3.1-1 +- libvorbis 1.3.1. Fixes surround. + * Tue Feb 09 2010 Adam Jackson 1.2.3-5 - libvorbis-1.2.3-add-needed.patch: Fix FTBFS from --no-add-needed diff --git a/sources b/sources index 53b4a88..7e19cb4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -67beb237faf97d74782ec7071756b2b6 libvorbis-1.2.3.tar.bz2 +90b1eb86e6d57694ffdfc2e4d8c7a64e libvorbis-1.3.1.tar.bz2