rpms/kdeutils/devel kdeutils-3.5.4-automakeversion.patch, NONE, 1.1 kdeutils.spec, 1.79, 1.80

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Nov 29 12:56:07 UTC 2006


Author: karsten

Update of /cvs/dist/rpms/kdeutils/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv2921

Modified Files:
	kdeutils.spec 
Added Files:
	kdeutils-3.5.4-automakeversion.patch 
Log Message:
- fix automake version check

kdeutils-3.5.4-automakeversion.patch:
 cvs.sh |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE kdeutils-3.5.4-automakeversion.patch ---
--- kdeutils-3.5.4/admin/cvs.sh.amversion	2006-11-29 13:52:54.000000000 +0100
+++ kdeutils-3.5.4/admin/cvs.sh	2006-11-29 13:53:50.000000000 +0100
@@ -68,7 +68,7 @@
     echo "*** KDE requires automake $required_automake_version"
     exit 1
     ;;
-  automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9*)
+  automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10*)
     echo "*** $AUTOMAKE_STRING found."
     UNSERMAKE=no
     ;;


Index: kdeutils.spec
===================================================================
RCS file: /cvs/dist/rpms/kdeutils/devel/kdeutils.spec,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- kdeutils.spec	29 Nov 2006 12:33:23 -0000	1.79
+++ kdeutils.spec	29 Nov 2006 12:56:05 -0000	1.80
@@ -27,6 +27,8 @@
 Patch1: kdf-3.0.2-label.patch
 Patch2: kdeutils-3.5.4-bz#205553.patch
 Patch3: kdeutils-3.5.4-suspend.patch
+#KH:
+Patch4: kdeutils-3.5.4-automakeversion.patch
 
 # upstream patches
 Patch100: kdeutils-3.5.4-kde#127341.patch
@@ -96,6 +98,7 @@
 %patch1 -p1 -b .label
 %patch2 -p1 -b .bz#205553
 %patch3 -p1 -b .suspend
+%patch4 -p1 -b .amversion
 
 #upstream patches
 %patch100 -p0 -b .kde#127341
@@ -221,6 +224,7 @@
 %changelog
 * Wed Nov 29 2006 Karsten Hopp <karsten at redhat.com> 3.5.4-6
 - rebuild with new net-snmp-libs
+- fix automake version check
 
 * Wed Sep 27 2006 Than Ngo <than at redhat.com> 6:3.5.4-5
 - apply upstream patches




More information about the fedora-cvs-commits mailing list