rpms/kdevplatform/devel kdevplatform-0.9.95-find-kompare.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 kdevplatform.spec, 1.2, 1.3 sources, 1.2, 1.3

Ben Boeckel mathstuf at fedoraproject.org
Thu Oct 15 04:35:09 UTC 2009


Author: mathstuf

Update of /cvs/pkgs/rpms/kdevplatform/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6936

Modified Files:
	.cvsignore kdevplatform.spec sources 
Added Files:
	kdevplatform-0.9.95-find-kompare.patch 
Log Message:
Find Kompare

kdevplatform-0.9.95-find-kompare.patch:
 FindKompare.cmake |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE kdevplatform-0.9.95-find-kompare.patch ---
diff -r -U5 kdevplatform-0.9.95/cmake/modules/FindKompare.cmake kdevplatform-0.9.95.kompare/cmake/modules/FindKompare.cmake
--- kdevplatform-0.9.95/cmake/modules/FindKompare.cmake	2009-08-06 06:04:58.000000000 -0400
+++ kdevplatform-0.9.95.kompare/cmake/modules/FindKompare.cmake	2009-10-11 16:50:25.000000000 -0400
@@ -1,13 +1,13 @@
 # Try to find Kompare includes
 
 find_path(KOMPARE_INCLUDES kompareinterface.h HINTS ${KDE4_INCLUDE_DIR}/kompare)
 
 #FIXME: Remove the version_greater once KDevelop has moved to 4.3
-if(KOMPARE_INCLUDES AND ${KDE_VERSION} VERSION_LESS 4.3.61 )
+if(KOMPARE_INCLUDES AND ${KDE_VERSION} VERSION_LESS 4.3.1 )
     set(KOMPARE_INCLUDES KOMPARE_INCLUDES-NOTFOUND )
-endif(KOMPARE_INCLUDES AND  ${KDE_VERSION} VERSION_LESS 4.3.61 )
+endif(KOMPARE_INCLUDES AND  ${KDE_VERSION} VERSION_LESS 4.3.1 )
 
 INCLUDE(FindPackageHandleStandardArgs)
 FIND_PACKAGE_HANDLE_STANDARD_ARGS(Kompare DEFAULT_MSG KOMPARE_INCLUDES)
 
 MARK_AS_ADVANCED(KOMPARE_INCLUDES)


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kdevplatform/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	14 Sep 2009 05:38:33 -0000	1.2
+++ .cvsignore	15 Oct 2009 04:35:08 -0000	1.3
@@ -1 +0,0 @@
-kdevplatform-0.9.95.20090914svn1023119.tar.bz2


Index: kdevplatform.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kdevplatform/devel/kdevplatform.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- kdevplatform.spec	14 Sep 2009 05:45:46 -0000	1.2
+++ kdevplatform.spec	15 Oct 2009 04:35:08 -0000	1.3
@@ -3,7 +3,7 @@
 Name:           kdevplatform
 Summary:        Libraries for use by KDE development tools
 Version:        0.9.95
-Release:        0.2%{?alphatag}%{?dist}
+Release:        0.3%{?alphatag}%{?dist}
 
 Group:          Development/Tools
 License:        GPLv2
@@ -20,6 +20,7 @@ URL:            http://www.kde.org/
 Source0:        kdevplatform-%{version}%{?alphatag}.tar.bz2
 ### ORIGINAL
 #Source0:        ftp://ftp.kde.org/pub/kde/unstable/%{version}/src/kdevplatform-%{version}.tar.bz2
+Patch0:         kdevplatform-%{version}-find-kompare.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires: %{name}-libs = %{?epoch:%{epoch}:}%{version}-%{release}
@@ -57,6 +58,7 @@ Requires: commoncpp2-devel
 
 %prep
 %setup -q -n kdevplatform-%{version}%{?alphatag}
+%patch0 -p1 -b .kompare
 
 %build
 mkdir -p %{_target_platform}
@@ -114,6 +116,9 @@ gtk-update-icon-cache %{_datadir}/icons/
 
 
 %changelog
+* Thu Oct 15 2009 Ben Boeckel <MathStuf at gmail.com> - 0.9.95-0.3
+- Add patch to find Kompare
+
 * Mon Sep 14 2009 Ben Boeckel <MathStuf at gmail.com> - 0.9.95-0.2
 - Add icon scriptlets
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kdevplatform/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	14 Sep 2009 05:38:33 -0000	1.2
+++ sources	15 Oct 2009 04:35:08 -0000	1.3
@@ -1 +0,0 @@
-a60de80748d1a130f3f3ce0a10f471ae  kdevplatform-0.9.95.20090914svn1023119.tar.bz2




More information about the fedora-extras-commits mailing list