diff --git a/vorbis-tools-svn20070412-libcurl.patch b/vorbis-tools-svn20070412-libcurl.patch new file mode 100644 index 0000000..d4085e4 --- /dev/null +++ b/vorbis-tools-svn20070412-libcurl.patch @@ -0,0 +1,12 @@ +--- vorbis-tools-1.1.1.svn20070412/configure.ac.libcurl 2007-05-16 13:04:09.000000000 -0400 ++++ vorbis-tools-1.1.1.svn20070412/configure.ac 2007-05-16 12:56:40.000000000 -0400 +@@ -165,6 +165,9 @@ if test "x$HAVE_PKG_CONFIG" = "xyes"; th + else + AM_PATH_CURL(HAVE_CURL=yes, HAVE_CURL=no; AC_MSG_WARN(libcurl missing)) + fi ++if test "x$HAVE_CURL" = "xyes"; then ++ AC_DEFINE(HAVE_CURL,1,[Defined if we have libcurl]) ++fi + + if test "x$build_ogg123" = xyes; then + AC_MSG_RESULT([checking for ogg123 requirements]) diff --git a/vorbis-tools.spec b/vorbis-tools.spec index aff69f5..1a603b3 100644 --- a/vorbis-tools.spec +++ b/vorbis-tools.spec @@ -1,7 +1,7 @@ Summary: The Vorbis General Audio Compression Codec tools. Name: vorbis-tools Version: 1.1.1.svn20070412 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 Group: Applications/Multimedia License: GPL @@ -9,6 +9,7 @@ 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-svn20070412-libcurl.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root Requires: libogg >= 2:1.1 Requires: libvorbis >= 1:%{version} @@ -20,6 +21,10 @@ BuildRequires: speex-devel BuildRequires: flac-devel BuildRequires: libtool BuildRequires: libogg-devel + +# For vorbis-tools-svn20070412-libcurl.patch +BuildRequires: autoconf + Obsoletes: vorbis Provides: vorbis @@ -35,8 +40,10 @@ comment editor. %setup -q -n %{name}-%{version} %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build +autoconf perl -p -i -e "s/-O20/$RPM_OPT_FLAGS/" configure perl -p -i -e "s/-ffast-math//" configure @@ -61,6 +68,10 @@ make LIBTOOL=/usr/bin/libtool DESTDIR=$RPM_BUILD_ROOT install [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT %changelog +* Wed May 16 2007 Christopher Aillon 1:1.1.1.svn20070412-2.fc7 +- Bring back support for http URLs which was broken with the previous update + See https://bugzilla.redhat.com/240351 + * Thu Apr 12 2007 - Bastien Nocera - 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)