rpms/qzion/devel qzion-0.4.0-fix_char_conversion.patch, NONE, 1.1 qzion.spec, 1.3, 1.4

john5342 john5342 at fedoraproject.org
Thu Jul 16 09:11:49 UTC 2009


Author: john5342

Update of /cvs/pkgs/rpms/qzion/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13449

Modified Files:
	qzion.spec 
Added Files:
	qzion-0.4.0-fix_char_conversion.patch 
Log Message:
* Thu Jul 16 2009 John5342 <john5342 at, fedoraproject.org> 0.4.0-2
- Fix char* conversion (#511583)


qzion-0.4.0-fix_char_conversion.patch:

--- NEW FILE qzion-0.4.0-fix_char_conversion.patch ---
--- a/python/qzion/qzionobject.sip
+++ b/python/qzion/qzionobject.sip
@@ -10,7 +10,7 @@
 
 %ConvertToSubClassCode
     static struct classes {
-        char *name;
+        const char *name;
         sipWrapperType **type;
     } cls[] = {
         {sipName_QZionText, &sipClass_QZionText},


Index: qzion.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qzion/devel/qzion.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- qzion.spec	6 Mar 2009 20:29:16 -0000	1.3
+++ qzion.spec	16 Jul 2009 09:11:48 -0000	1.4
@@ -4,7 +4,7 @@
 
 Name:           qzion
 Version:        0.4.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A canvas abstraction
 
 Group:          System Environment/Libraries
@@ -13,6 +13,7 @@ URL:            http://code.openbossa.or
 Source0:        http://code.openbossa.org/projects/%{name}/repos/mainline/archive/d32223eae1bba7f1b191c334668f3f7dd662f582.tar.gz
 
 Patch0:         qzion-0.4.0-fix_python_install.patch
+Patch1:		qzion-0.4.0-fix_char_conversion.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -63,6 +64,7 @@ the python bindings for %{name}
 %prep
 %setup -q -n %{name}-mainline
 %patch0 -p1
+%patch1 -p1
 
 %build
 
@@ -108,6 +110,9 @@ rm -rf %{buildroot}
 %{_datadir}/sip/%{name}
 
 %changelog
+* Thu Jul 16 2009 John5342 <john5342 at, fedoraproject.org> 0.4.0-2
+- Fix char* conversion (#511583)
+
 * Fri Mar 06 2009 John5342 <john5342 at, fedoraproject.org> 0.4.0-1
 - Updated to new upstream release (0.4.0)
 




More information about the fedora-extras-commits mailing list