rpms/kdebindings/devel kdebindings-4.2.85-qyoto-includes.patch, NONE, 1.1 kdebindings.spec, 1.199, 1.200

Than Ngo than at fedoraproject.org
Wed May 20 09:08:43 UTC 2009


Author: than

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

Modified Files:
	kdebindings.spec 
Added Files:
	kdebindings-4.2.85-qyoto-includes.patch 
Log Message:
fix build issue with gcc-4.4


kdebindings-4.2.85-qyoto-includes.patch:

--- NEW FILE kdebindings-4.2.85-qyoto-includes.patch ---
diff -up kdebindings-4.2.85/csharp/kimono/src/marshall_macros_kde.h.orig kdebindings-4.2.85/csharp/kimono/src/marshall_macros_kde.h
--- kdebindings-4.2.85/csharp/kimono/src/marshall_macros_kde.h.orig	2009-05-20 10:59:05.000000000 +0200
+++ kdebindings-4.2.85/csharp/kimono/src/marshall_macros_kde.h	2009-05-20 11:02:42.000000000 +0200
@@ -1,4 +1,5 @@
 #include <ksharedptr.h>
+#include <cstdio>
 
 template<class Item, const char *ItemSTR>
 void marshall_KSharedPtr(Marshall *m) {


Index: kdebindings.spec
===================================================================
RCS file: /cvs/extras/rpms/kdebindings/devel/kdebindings.spec,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -p -r1.199 -r1.200
--- kdebindings.spec	20 May 2009 05:39:41 -0000	1.199
+++ kdebindings.spec	20 May 2009 09:08:12 -0000	1.200
@@ -49,6 +49,7 @@ Patch102: kdebindings-4.2.85-t966090-fix
 Patch103: kdebindings-4.2.85-t966176-add-missing-file.patch
 Patch104: kdebindings-4.2.85-t966386-fix-phonon-link.patch
 Patch105: kdebindings-4.2.85-t966386-add-BackendSetting-class.patch
+Patch106: kdebindings-4.2.85-qyoto-includes.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -60,6 +61,7 @@ BuildRequires:  kdelibs4-devel >= %{vers
 BuildRequires:  kdepimlibs-devel >= %{version}
 BuildRequires:  python-devel
 BuildRequires:  PyQt4-devel >= %{pyqt4_version}
+BuildRequires:  qimageblitz-devel
 %if 0%{?fedora} > 8
 BuildRequires:  qscintilla-devel >= 2.2
 %endif
@@ -257,7 +259,7 @@ Falcon plugin for the Kross archtecture 
 %patch103 -p0
 %patch104 -p0
 %patch105 -p0
-
+%patch106 -p1
 
 %build
 mkdir -p %{_target_platform}
@@ -498,6 +500,7 @@ rm -rf %{buildroot}
 - 4.2.85 (4.3 beta1)
 - build fixes backported from trunk by Nicolas Lécureuil <neoclust at mandriva.org>
 - revert change which requires PyQt4 4.5 (Kevin Kofler)
+- fix build issue with gcc-4.4
 
 * Tue Apr 21 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> - 4.2.2-5
 - F11+: enable csharp on ppc64




More information about the scm-commits mailing list