packages: qzion/qzion.spec, qzion/qzion-python.patch (NEW) - patch for pyth...
cactus
cactus at pld-linux.org
Mon Jun 1 22:55:52 CEST 2009
Author: cactus Date: Mon Jun 1 20:55:52 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- patch for python added
---- Files affected:
packages/qzion:
qzion.spec (1.10 -> 1.11) , qzion-python.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/qzion/qzion.spec
diff -u packages/qzion/qzion.spec:1.10 packages/qzion/qzion.spec:1.11
--- packages/qzion/qzion.spec:1.10 Mon May 25 21:55:54 2009
+++ packages/qzion/qzion.spec Mon Jun 1 22:55:47 2009
@@ -12,6 +12,7 @@
#Source0: http://dev.openbossa.org/qedje/downloads/source/%{name}/%{name}-%{version}.tar.gz
Source0: %{name}-%{version}-git.tar.gz
# Source0-md5: 628ef8996686e16131973d8f08d54d49
+Patch0: %{name}-python.patch
URL: http://dev.openbossa.org/trac/qzion
BuildRequires: QtCore-devel >= %{qtver}
BuildRequires: QtGui-devel >= %{qtver}
@@ -45,6 +46,7 @@
%prep
%setup -q -n %{name}-%{version}-git
+%patch -p1
%build
install -d build
@@ -93,6 +95,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.11 2009/06/01 20:55:47 cactus
+- patch for python added
+
Revision 1.10 2009/05/25 19:55:54 paszczus
- added %dir %{py_sitedir}/qzion
================================================================
Index: packages/qzion/qzion-python.patch
diff -u /dev/null packages/qzion/qzion-python.patch:1.1
--- /dev/null Mon Jun 1 22:55:52 2009
+++ packages/qzion/qzion-python.patch Mon Jun 1 22:55:47 2009
@@ -0,0 +1,13 @@
+diff --git a/python/qzion/qzionobject.sip b/python/qzion/qzionobject.sip
+index 2ff5270..2e3082b 100644
+--- a/python/qzion/qzionobject.sip
++++ b/python/qzion/qzionobject.sip
+@@ -10,7 +10,7 @@ class QZionObject : QObject
+
+ %ConvertToSubClassCode
+ static struct classes {
+- char *name;
++ const char *name;
+ sipWrapperType **type;
+ } cls[] = {
+ {sipName_QZionText, &sipClass_QZionText},
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/qzion/qzion.spec?r1=1.10&r2=1.11&f=u
More information about the pld-cvs-commit
mailing list