rpms/kdebindings/devel kdebindings-4.4.92-sip4103.patch, NONE, 1.1 kdebindings.spec, 1.330, 1.331

Kevin Kofler kkofler at fedoraproject.org
Wed Jul 14 21:10:54 UTC 2010


Author: kkofler

Update of /cvs/pkgs/rpms/kdebindings/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv9788/devel

Modified Files:
	kdebindings.spec 
Added Files:
	kdebindings-4.4.92-sip4103.patch 
Log Message:
- fix PyKDE4 build with SIP 4.10.3

kdebindings-4.4.92-sip4103.patch:
 addressattribute.sip |    5 +++++
 1 file changed, 5 insertions(+)

--- NEW FILE kdebindings-4.4.92-sip4103.patch ---
diff -ur kdebindings-4.4.92/python/pykde4/sip/akonadi/addressattribute.sip kdebindings-4.4.92-sip4103/python/pykde4/sip/akonadi/addressattribute.sip
--- kdebindings-4.4.92/python/pykde4/sip/akonadi/addressattribute.sip	2010-05-27 19:21:46.000000000 +0200
+++ kdebindings-4.4.92-sip4103/python/pykde4/sip/akonadi/addressattribute.sip	2010-07-14 23:07:51.000000000 +0200
@@ -59,6 +59,11 @@
     else if (dynamic_cast<Akonadi::PersistentSearchAttribute*>(sipCpp))
         sipType = sipType_Akonadi_PersistentSearchAttribute;
 %End
+
+private:
+//force
+    Akonadi::AddressAttribute& operator=(const Akonadi::AddressAttribute&);
+//end
 };
 };
 %ModuleHeaderCode


Index: kdebindings.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kdebindings/devel/kdebindings.spec,v
retrieving revision 1.330
retrieving revision 1.331
diff -u -p -r1.330 -r1.331
--- kdebindings.spec	14 Jul 2010 19:36:43 -0000	1.330
+++ kdebindings.spec	14 Jul 2010 21:10:54 -0000	1.331
@@ -49,6 +49,9 @@ Source0: ftp://ftp.kde.org/pub/kde/stabl
 #Source0: kdebindings-1130463.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+# fix PyKDE4 build with SIP 4.10.3
+Patch0: kdebindings-4.4.92-sip4103.patch
+
 ## upstream patches
 
 ## 4.5 branch
@@ -258,6 +261,7 @@ Falcon plugin for the Kross archtecture 
 
 %prep
 %setup -q -n kdebindings-%{version}%{?alphatag}
+%patch0 -p1 -b .sip4103
 %patch100 -p0 -b .qt47
 
 
@@ -548,6 +552,7 @@ fi
 %changelog
 * Wed Jul 14 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 4.4.92-4
 - reenable C# bindings
+- fix PyKDE4 build with SIP 4.10.3
 
 * Fri Jul 09 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 4.4.92-3
 - use upstream fix for Qt 4.7 build issue (#612666, kde#243971)



More information about the scm-commits mailing list