rpms/kdebindings/devel kdebindings-3.5.5-type.patch, NONE, 1.1 kdebindings.spec, 1.60, 1.61

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Dec 14 09:25:04 UTC 2006


Author: karsten

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

Modified Files:
	kdebindings.spec 
Added Files:
	kdebindings-3.5.5-type.patch 
Log Message:
-use correct type, Py_ssize_t != int on 64bit archs

kdebindings-3.5.5-type.patch:
 marshaller.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE kdebindings-3.5.5-type.patch ---
--- kdebindings-3.5.5/dcoppython/shell/marshaller.cpp.type	2006-12-13 17:09:52.000000000 +0100
+++ kdebindings-3.5.5/dcoppython/shell/marshaller.cpp	2006-12-13 17:10:19.000000000 +0100
@@ -124,7 +124,7 @@
     if (!PyDict_Check(obj)) return false;
 
 
-    int c=0;
+    Py_ssize_t c=0;
     PyObject *key, *val;
     while (PyDict_Next(obj, &c, &key, &val)==1)
       if (!key_type.isMarshallable(key) ||


Index: kdebindings.spec
===================================================================
RCS file: /cvs/dist/rpms/kdebindings/devel/kdebindings.spec,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- kdebindings.spec	12 Dec 2006 15:50:25 -0000	1.60
+++ kdebindings.spec	14 Dec 2006 09:25:01 -0000	1.61
@@ -32,6 +32,7 @@
 Patch8: kdebindings-3.3.0-python.patch
 Patch9: kdebindings-3.3.92-xdg.patch
 Patch10: kdebindings-3.5.5-automake1.10.patch
+Patch11: kdebindings-3.5.5-type.patch
 
 BuildRequires: zlib-devel
 BuildRequires: kdelibs-devel
@@ -107,6 +108,7 @@
 %endif
 %patch9 -p1 -b .xdg
 %patch10 -p1 -b .automake
+%patch11 -p1 -b .pyssizet
 
 %build
 unset QTDIR && . /etc/profile.d/qt.sh
@@ -196,6 +198,9 @@
 %{_mandir}/man*/*
 
 %changelog
+* Thu Dec 14 2006 Karsten Hopp <karsten at redhat.com> 3.5.5-3
+- use correct types
+
 * Tue Dec 12 2006 Karsten Hopp <karsten at redhat.com> 3.5.5-3
 - fix automake check
 




More information about the fedora-cvs-commits mailing list