- remove obsolete UTF8 patch

This commit is contained in:
bnocera 2007-04-12 13:43:00 +00:00
parent cff29fcf16
commit 57a830e7ef
1 changed files with 1 additions and 2 deletions

View File

@ -9,7 +9,6 @@ URL: http://www.xiph.org/
Source: http://www.xiph.org/ogg/vorbis/download/%{name}-%{version}.tar.gz
Patch0: vorbis-tools-1.0-build.patch
Patch1: vorbis-tools-1.0-curlconfig.patch
Patch2: vorbis-tools-1.1.1-conversion.patch
Patch3: vorbis-tools-1.1.1-curlopt-mute.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Requires: libogg >= 2:1.1
@ -37,7 +36,6 @@ comment editor.
%setup -q -n %{name}-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1 -b .conversion
%patch3 -p1 -b .curlopt-mute
%build
@ -68,6 +66,7 @@ make LIBTOOL=/usr/bin/libtool DESTDIR=$RPM_BUILD_ROOT install
* Thu Apr 12 2007 - Bastien Nocera <bnocera@redhat.com> - 1.1.1.svn20070412-1.fc7
- Upgrade to a current SVN snapshot of vorbis-tools to get our FLAC support
back, after the recent libFLAC upgrade (#229124)
- Remove obsolete UTF8 patch
* Wed Feb 14 2007 Karsten Hopp <karsten@redhat.com> 1.1.1-5
- rebuild with libFLAC.so.8, link with libogg instead of libOggFLAC