[svn] r5076 - trunk/rpms/faad2

packagers at lists.rpmforge.net packagers at lists.rpmforge.net
Mon Jan 15 17:31:32 CET 2007


Author: thias
Date: 2007-01-15 17:31:31 +0100 (Mon, 15 Jan 2007)
New Revision: 5076

Modified:
   trunk/rpms/faad2/faad2.spec
Log:
Commit lost changes to faad2.


Modified: trunk/rpms/faad2/faad2.spec
===================================================================
--- trunk/rpms/faad2/faad2.spec	2007-01-15 07:49:10 UTC (rev 5075)
+++ trunk/rpms/faad2/faad2.spec	2007-01-15 16:31:31 UTC (rev 5076)
@@ -13,12 +13,13 @@
 Summary: Library and frontend for decoding MPEG2/4 AAC
 Name: faad2
 Version: 2.5
-Release: 1
+Release: 2
 License: GPL
 Group: Applications/Multimedia
 URL: http://www.audiocoding.com/
 Source: http://dl.sf.net/faac/faad2-%{version}.tar.gz
 Patch0: faad2-2.5-buildfix.patch
+Patch1: faad2-2.5-faacDec.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: autoconf, automake, libtool
 BuildRequires: gcc-c++, zlib-devel
@@ -44,6 +45,7 @@
 %prep
 %setup -n %{name}
 %patch0 -p1 -b .buildfix
+%patch1 -p1 -b .faacDec
 
 ### Required to make automake < 1.7 work
 %{__perl} -pi -e 's|dnl AC_PROG_CXX|AC_PROG_CXX|' configure.in
@@ -86,6 +88,10 @@
 
 
 %changelog
+* Mon Jan  8 2007 Matthias Saou <http://freshrpms.net/> 2.5-2
+- Add patch to remove backwards compatibility in the header so that we can
+  easily identify and patch all programs requiring a rebuild.
+
 * Fri Dec 15 2006 Matthias Saou <http://freshrpms.net/> 2.5-1
 - Update to 2.5.
 - Completely remove xmms/bmp plugin, it's a real mess anyway. Use audacious.



More information about the svn-commits mailing list