rpms/kdelibs/devel kdelibs-4.2.0-gcc44-workaround.patch, NONE, 1.1 kdelibs.spec, 1.435, 1.436

Than Ngo than at fedoraproject.org
Mon Feb 16 13:58:33 UTC 2009


Author: than

Update of /cvs/extras/rpms/kdelibs/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28328

Modified Files:
	kdelibs.spec 
Added Files:
	kdelibs-4.2.0-gcc44-workaround.patch 
Log Message:
add gcc44-workaround


kdelibs-4.2.0-gcc44-workaround.patch:

--- NEW FILE kdelibs-4.2.0-gcc44-workaround.patch ---
diff -up kdelibs-4.2.0/cmake/modules/CheckPrototypeExists.cmake.orig kdelibs-4.2.0/cmake/modules/CheckPrototypeExists.cmake
diff -up kdelibs-4.2.0/ConfigureChecks.cmake.orig kdelibs-4.2.0/ConfigureChecks.cmake
diff -up kdelibs-4.2.0/kdecore/kdefakes.h.cmake.orig kdelibs-4.2.0/kdecore/kdefakes.h.cmake
--- kdelibs-4.2.0/kdecore/kdefakes.h.cmake.orig	2009-02-16 14:41:16.000000000 +0100
+++ kdelibs-4.2.0/kdecore/kdefakes.h.cmake	2009-02-16 14:41:47.000000000 +0100
@@ -57,7 +57,7 @@ unsigned long strlcpy(char*, const char*
 #endif
 #endif
 
-#cmakedefine HAVE_STRCASESTR_PROTO 1
+#define HAVE_STRCASESTR_PROTO 1
 #if !defined(HAVE_STRCASESTR_PROTO)
 #ifdef __cplusplus
 extern "C" {


Index: kdelibs.spec
===================================================================
RCS file: /cvs/extras/rpms/kdelibs/devel/kdelibs.spec,v
retrieving revision 1.435
retrieving revision 1.436
diff -u -r1.435 -r1.436
--- kdelibs.spec	16 Feb 2009 03:48:57 -0000	1.435
+++ kdelibs.spec	16 Feb 2009 13:58:02 -0000	1.436
@@ -78,6 +78,7 @@
 Patch18: kdelibs-4.1.72-kstandarddirs.patch
 Patch20: kdelibs-4.1.70-cmake.patch
 Patch22: kdelibs-4.1.96-cmake.patch
+Patch23: kdelibs-4.2.0-gcc44-workaround.patch
 
 # upstream
 # 4.3 branch
@@ -218,6 +219,7 @@
 %patch18 -p1 -b .kstandarddirs
 %patch20 -p1 -b .xxcmake
 %patch22 -p1 -b .kdepimlibs-cmake
+%patch23 -p1 -b .gcc44
 
 # upstream patches
 %patch101 -p1 -b .AllowExternalPaths
@@ -614,7 +616,7 @@
 
 * Thu Jul 24 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> 4.1.0-2
 - move Sonnet documentation back to the main package
-- fix #341751 (Sonnet documentation multilib conflict) properly
+- fix #453063 (Sonnet documentation multilib conflict) properly
 
 * Wed Jul 23 2008 Than Ngo <than at redhat.com> 4.1.0-1
 - 4.1.0




More information about the fedora-extras-commits mailing list