rpms/kdebindings/devel kdebindings-3.5.5-automake1.10.patch, NONE, 1.1 kdebindings.spec, 1.59, 1.60

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Dec 12 15:50:27 UTC 2006


Author: karsten

Update of /cvs/dist/rpms/kdebindings/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv24569

Modified Files:
	kdebindings.spec 
Added Files:
	kdebindings-3.5.5-automake1.10.patch 
Log Message:
- fix automake check

kdebindings-3.5.5-automake1.10.patch:
 cvs.sh |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE kdebindings-3.5.5-automake1.10.patch ---
--- kdebindings-3.5.5/admin/cvs.sh.automake	2006-12-12 16:47:04.000000000 +0100
+++ kdebindings-3.5.5/admin/cvs.sh	2006-12-12 16:47:19.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: kdebindings.spec
===================================================================
RCS file: /cvs/dist/rpms/kdebindings/devel/kdebindings.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- kdebindings.spec	7 Dec 2006 16:51:39 -0000	1.59
+++ kdebindings.spec	12 Dec 2006 15:50:25 -0000	1.60
@@ -18,7 +18,7 @@
 %define pyqt 0
 
 Version: 3.5.5
-Release: 2%{?dist}
+Release: 3%{?dist}
 Name: kdebindings
 Summary: KDE bindings to non-C++ languages
 URL: http://www.kde.org/
@@ -31,6 +31,7 @@
 Patch6: kdebindings-3.1-python2.5.patch
 Patch8: kdebindings-3.3.0-python.patch
 Patch9: kdebindings-3.3.92-xdg.patch
+Patch10: kdebindings-3.5.5-automake1.10.patch
 
 BuildRequires: zlib-devel
 BuildRequires: kdelibs-devel
@@ -105,6 +106,7 @@
 rm -rf python
 %endif
 %patch9 -p1 -b .xdg
+%patch10 -p1 -b .automake
 
 %build
 unset QTDIR && . /etc/profile.d/qt.sh
@@ -194,6 +196,9 @@
 %{_mandir}/man*/*
 
 %changelog
+* Tue Dec 12 2006 Karsten Hopp <karsten at redhat.com> 3.5.5-3
+- fix automake check
+
 * Thu Dec  7 2006 Jeremy Katz <katzj at redhat.com> - 3.5.5-2
 - rebuild for python 2.5
 




More information about the fedora-cvs-commits mailing list