diff --git a/.cvsignore b/.cvsignore index 52151a2..aa06410 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libvorbis-1.0.tar.gz +libvorbis-1.0.1.tar.gz diff --git a/libvorbis-1.0-m4.patch b/libvorbis-1.0-m4.patch index 8f5a3a2..e7fea6e 100644 --- a/libvorbis-1.0-m4.patch +++ b/libvorbis-1.0-m4.patch @@ -18,15 +18,6 @@ fi -@@ -62,7 +62,7 @@ - vorbis_info vi; - - vorbis_info_init (&vi); -- vorbis_encode_init (&vi, 2, 44100, -1, 128, -1); -+ vorbis_encode_init (&vi, 2, 44100, -1, 128000, -1); - vorbis_analysis_init (&vd, &vi); - vorbis_block_init (&vd, &vb); - /* this function was added in 1.0rc3, so this is what we're testing for */ --- libvorbis-1.0/configure.m4-patch 2002-07-19 08:26:08.000000000 -0400 +++ libvorbis-1.0/configure 2003-02-21 09:46:22.000000000 -0500 @@ -5704,7 +5704,7 @@ diff --git a/libvorbis.spec b/libvorbis.spec index d29bc3e..3b5d4e9 100644 --- a/libvorbis.spec +++ b/libvorbis.spec @@ -1,7 +1,7 @@ Summary: The Vorbis General Audio Compression Codec. Name: libvorbis -Version: 1.0 -Release: 8 +Version: 1.0.1 +Release: 1 Epoch: 1 Group: System Environment/Libraries Copyright: BSD @@ -9,8 +9,8 @@ URL: http://www.xiph.org/ Source: http://www.xiph.org/ogg/vorbis/download/%{name}-%{version}.tar.gz Patch: libvorbis-1.0-m4.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root -Requires: libogg >= 2:%{version} -BuildPrereq: libogg-devel >= 2:%{version} +Requires: libogg >= 2:1.1 +BuildPrereq: libogg-devel >= 2:1.1 %description Ogg Vorbis is a fully open, non-proprietary, patent-and royalty-free, @@ -23,7 +23,7 @@ that support Ogg Voribs. %package devel Summary: Development tools for Vorbis applications. Group: Development/Libraries -Requires: libogg-devel >= 2:%{version} +Requires: libogg-devel >= 2:1.1 Requires: libvorbis = %{epoch}:%{version} Obsoletes: vorbis-devel @@ -46,12 +46,6 @@ make [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install -cd lib -gcc -shared vorbisenc.lo -Wl,-soname -Wl,libvorbisenc.so.2 -o \ - $RPM_BUILD_ROOT%{_libdir}/libvorbisenc.so.2.0.0 -lm -logg ./.libs/libvorbis.so -gcc -shared vorbisfile.lo -Wl,-soname -Wl,libvorbisfile.so.3 -o \ - $RPM_BUILD_ROOT%{_libdir}/libvorbisfile.so.3.0.0 -lm -logg ./.libs/libvorbis.so - # remove unpackaged files from the buildroot rm -f $RPM_BUILD_ROOT%{_libdir}/*.la @@ -72,6 +66,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_libdir}/libvorbisfile.so %{_libdir}/libvorbisenc.a %{_libdir}/libvorbisenc.so +%{_libdir}/pkgconfig/*.pc %{_datadir}/aclocal/vorbis.m4 %clean @@ -82,6 +77,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %postun -p /sbin/ldconfig %changelog +* Thu Dec 11 2003 Bill Nottingham 1:1.0.1-1 +- update to 1.0.1 + * Wed Jun 04 2003 Elliot Lee - rebuilt diff --git a/sources b/sources index 83bdb68..978e5b4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f21bf172bb8c3c09e963f30f65ba9f9a libvorbis-1.0.tar.gz +4d6726fd02ce02f6e24824e594b0949a libvorbis-1.0.1.tar.gz