rpms/kdebindings/devel kdebindings-4.0.80-fix-smokekde.patch, NONE, 1.1 kdebindings.spec, 1.102, 1.103

Kevin Kofler (kkofler) fedora-extras-commits at redhat.com
Tue May 27 20:28:49 UTC 2008


Author: kkofler

Update of /cvs/pkgs/rpms/kdebindings/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31188/devel

Modified Files:
	kdebindings.spec 
Added Files:
	kdebindings-4.0.80-fix-smokekde.patch 
Log Message:
smokekde fix from upstream.

kdebindings-4.0.80-fix-smokekde.patch:

--- NEW FILE kdebindings-4.0.80-fix-smokekde.patch ---
Index: kalyptus/kalyptusCxxToSmoke.pm
===================================================================
--- kalyptus/kalyptusCxxToSmoke.pm	(Revision 811754)
+++ kalyptus/kalyptusCxxToSmoke.pm	(Revision 811755)
@@ -581,6 +581,8 @@
 			|| ($classNode->{astNodeName} eq 'KStandardShortcut' and $name eq 'insert')
 			|| ($classNode->{astNodeName} eq 'KTzfileTimeZoneSource' and $name eq 'location')
 			|| ($classNode->{astNodeName} eq 'Wallet' and $name eq 'Wallet')
+			|| ($className eq 'DOM::Element' and $name eq 'contentEditable')
+			|| ($className eq 'DOM::Element' and $name eq 'setContentEditable')
 			|| ($className eq 'Soprano::Server::ServerCore' and $name eq 'backendSettings')
 			|| ($className eq 'Soprano::Index::CLuceneIndex' and $name eq 'search')
 			|| ($className eq 'Soprano::NodeIterator' and $name eq 'NodeIterator' && $#{$m->{ParamList}} == 0 && $m->{ParamList}[0]->{ArgType} =~ /Backend/)


Index: kdebindings.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kdebindings/devel/kdebindings.spec,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- kdebindings.spec	27 May 2008 19:34:10 -0000	1.102
+++ kdebindings.spec	27 May 2008 20:27:49 -0000	1.103
@@ -20,6 +20,9 @@
 # upstream patch to fix PyKDE4 build:
 # http://websvn.kde.org/?view=rev&revision=811888
 Patch100: kdebindings-4.0.80-fix-pykde4.patch
+# upstream patch to fix smokekde build:
+# http://websvn.kde.org/?view=rev&revision=811755
+Patch101: kdebindings-4.0.80-fix-smokekde.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  kde-filesystem >= 4
@@ -67,6 +70,7 @@
 %prep
 %setup -q
 %patch100 -p0 -b .fix-pykde4
+%patch101 -p0 -b .fix-smokekde
 # get rid of this because it breaks the build without PHP
 # we don't want to build php-qt before we sorted out the dep explosion mess
 rm -rf php
@@ -129,7 +133,7 @@
 %changelog
 * Tue May 27 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> 4.0.80-2
 - disable php-qt for now
-- apply PyKDE4 build fix from upstream
+- apply PyKDE4 and smokekde build fixes from upstream
 
 * Mon May 26 2008 Than Ngo <than at redhat.com> 4.0.80-1
 - 4.1 beta1




More information about the scm-commits mailing list