rpms/vorbis-tools/devel vorbis-tools.spec,1.27,1.28

Christopher Aillon (caillon) fedora-extras-commits at redhat.com
Wed May 16 17:35:06 UTC 2007


Author: caillon

Update of /cvs/extras/rpms/vorbis-tools/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7957

Modified Files:
	vorbis-tools.spec 
Log Message:
* Wed May 16 2007 Christopher Aillon <caillon at redhat.com> 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



Index: vorbis-tools.spec
===================================================================
RCS file: /cvs/extras/rpms/vorbis-tools/devel/vorbis-tools.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- vorbis-tools.spec	12 Apr 2007 13:49:33 -0000	1.27
+++ vorbis-tools.spec	16 May 2007 17:34:31 -0000	1.28
@@ -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 @@
 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:  flac-devel
 BuildRequires:	libtool
 BuildRequires:	libogg-devel
+
+# For vorbis-tools-svn20070412-libcurl.patch
+BuildRequires:  autoconf
+
 Obsoletes:	vorbis
 Provides:	vorbis
 
@@ -35,8 +40,10 @@
 %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 @@
 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Wed May 16 2007 Christopher Aillon <caillon at redhat.com> 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 <bnocera at 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)




More information about the fedora-extras-commits mailing list