From 4af89b9ab76fbb32e2ae3df9b5299a1e9fd52619 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Nov 09 2006 21:06:31 +0000 Subject: oops, actually add new patch, Release++ --- diff --git a/PyKDE-3.16.0-kmimetype.patch b/PyKDE-3.16.0-kmimetype.patch new file mode 100644 index 0000000..8fdc074 --- /dev/null +++ b/PyKDE-3.16.0-kmimetype.patch @@ -0,0 +1,11 @@ +--- PyKDE-3.16.0/sip/kio/kmimetype.sip 2006-09-22 18:41:53.000000000 +0530 ++++ PyKDE-3.16.0/sip/kio/kmimetype.sip 2006-11-06 05:27:39.000000000 +0530 +@@ -101,7 +101,7 @@ + %If ( KDE_3_2_0 - ) + static KMimeType::Ptr defaultMimeTypePtr (); + QString parentMimeType () const; +- bool is (const QString&) const; ++ bool is (const QString&) const /PyName=is_/; //'is' is a reserved keyword in python + static KMimeType::Ptr diagnoseFileName (const QString&, QString&); + %End + diff --git a/PyKDE.spec b/PyKDE.spec index 3791203..6de8999 100644 --- a/PyKDE.spec +++ b/PyKDE.spec @@ -2,7 +2,7 @@ Summary: Python bindings for KDE Name: PyKDE Version: 3.16.0 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL URL: http://www.riverbankcomputing.co.uk/pykde/ @@ -92,7 +92,7 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Thu Nov 09 2006 Rex Dieter 3.16.0-4 +* Thu Nov 09 2006 Rex Dieter 3.16.0-5 - kmimetype patch - devel: Requires: sip-devel