[svn] r4738 - trunk/rpms/libfame

packagers at lists.rpmforge.net packagers at lists.rpmforge.net
Mon Sep 18 20:44:26 CEST 2006


Author: thias
Date: 2006-09-18 20:44:25 +0200 (Mon, 18 Sep 2006)
New Revision: 4738

Modified:
   trunk/rpms/libfame/libfame-0.9.1-underquoted.patch
   trunk/rpms/libfame/libfame.spec
Log:
Fix libfame underquoted patch.


Modified: trunk/rpms/libfame/libfame-0.9.1-underquoted.patch
===================================================================
--- trunk/rpms/libfame/libfame-0.9.1-underquoted.patch	2006-09-18 17:27:21 UTC (rev 4737)
+++ trunk/rpms/libfame/libfame-0.9.1-underquoted.patch	2006-09-18 18:44:25 UTC (rev 4738)
@@ -1,12 +1,12 @@
 diff -Naupr libfame-0.9.1.orig/libfame.m4.in libfame-0.9.1/libfame.m4.in
---- libfame-0.9.1.orig/libfame.m4.in   2001-11-20 12:56:37.000000000 +0100
-+++ libfame-0.9.1/libfame.m4.in        2005-09-30 11:13:11.000000000 +0200
+--- libfame-0.9.1.orig/libfame.m4.in	2001-11-20 12:56:37.000000000 +0100
++++ libfame-0.9.1/libfame.m4.in	2006-09-18 20:38:20.000000000 +0200
 @@ -3,7 +3,7 @@ dnl Test for libfame, and define LIBFAME
  dnl Vivien Chappelier 12/11/00
  dnl stolen from ORBit autoconf
  dnl
 -AC_DEFUN(AM_PATH_LIBFAME,
 +AC_DEFUN([AM_PATH_LIBFAME],
- [dnl
+ [dnl 
  dnl Get the cflags and libraries from the libfame-config script
  dnl

Modified: trunk/rpms/libfame/libfame.spec
===================================================================
--- trunk/rpms/libfame/libfame.spec	2006-09-18 17:27:21 UTC (rev 4737)
+++ trunk/rpms/libfame/libfame.spec	2006-09-18 18:44:25 UTC (rev 4738)
@@ -4,7 +4,7 @@
 Summary: Fast Assembly MPEG Encoding library
 Name: libfame
 Version: 0.9.1
-Release: 11
+Release: 12
 License: LGPL
 Group: System Environment/Libraries
 URL: http://fame.sourceforge.net/
@@ -114,6 +114,9 @@
 
 
 %changelog
+* Mon Sep 18 2006 Matthias Saou <http://freshrpms.net/> 0.9.1-12
+- Update underquoted patch, which stopped applying cleanly for some reason.
+
 * Mon Mar 20 2006 Matthias Saou <http://freshrpms.net/> 0.9.1-11
 - Remove old libtool/m4 files to fix x86_64 FC5 linking.
 



More information about the svn-commits mailing list