diff --git a/libvorbis.spec b/libvorbis.spec index 97fa0fd..f41b77f 100644 --- a/libvorbis.spec +++ b/libvorbis.spec @@ -1,12 +1,13 @@ Summary: The Vorbis General Audio Compression Codec. Name: libvorbis Version: 1.0rc2 -Release: 1 +Release: 2 Group: System Environment/Libraries Copyright: BSD URL: http://www.xiph.org/ Source: http://www.xiph.org/ogg/vorbis/download/%{name}-%{version}.tar.gz Patch: libvorbis-1.0rc1-libdep.patch +Patch1: libvorbis-1.0rc2-floor.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root Requires: libogg >= %{version} BuildPrereq: libogg-devel >= %{version} @@ -33,6 +34,7 @@ needed to develop applications with Ogg Vorbis. %prep %setup -q %patch -p1 +%patch1 -p1 perl -p -i -e "s/-O20 -ffast-math/$RPM_OPT_FLAGS/" configure %build @@ -77,6 +79,9 @@ cd .. %postun -p /sbin/ldconfig %changelog +* Thu Aug 16 2001 Bill Nottingham +- fix bug in floor backend () + * Mon Aug 13 2001 Bill Nottingham - update to 1.0rc2