rpms/kdebindings/devel kdebindings-4.3.95-fix-build.patch, NONE, 1.1 kdebindings.spec, 1.297, 1.298

Kevin Kofler kkofler at fedoraproject.org
Sun Jan 24 07:27:45 UTC 2010


Author: kkofler

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

Modified Files:
	kdebindings.spec 
Added Files:
	kdebindings-4.3.95-fix-build.patch 
Log Message:
* Sun Jan 24 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 4.3.95-2
- fix Qyoto build

kdebindings-4.3.95-fix-build.patch:
 methodcall.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE kdebindings-4.3.95-fix-build.patch ---
diff -ur kdebindings-4.3.95/csharp/qyoto/src/methodcall.cpp kdebindings-4.3.95-fix-build/csharp/qyoto/src/methodcall.cpp
--- kdebindings-4.3.95/csharp/qyoto/src/methodcall.cpp	2009-12-31 14:34:07.000000000 +0100
+++ kdebindings-4.3.95-fix-build/csharp/qyoto/src/methodcall.cpp	2010-01-24 08:24:11.000000000 +0100
@@ -27,7 +27,7 @@
 		if (_o != 0 && _o->ptr != 0) {
 			if (	isDestructor() 
 					&& (!_o->allocated || IsContainedInstance(_o)
-					    || _o->smoke->isDerivedFromByName(_o->smoke->className(_o->classId), "QCoreApplication")) )
+					    || Smoke::isDerivedFrom(_o->smoke->className(_o->classId), "QCoreApplication")) )
 			{
 				_called = true;
 			}


Index: kdebindings.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kdebindings/devel/kdebindings.spec,v
retrieving revision 1.297
retrieving revision 1.298
diff -u -p -r1.297 -r1.298
--- kdebindings.spec	24 Jan 2010 04:57:07 -0000	1.297
+++ kdebindings.spec	24 Jan 2010 07:27:45 -0000	1.298
@@ -70,6 +70,9 @@ Patch0:  kdebindings-4.3.85-qyoto_no_exa
 # WARNING: This is a bunch of quick hacks to get this to build. Please do not
 #          commit this upstream without further discussion.
 Patch1:  kdebindings-4.3.75-no-rpath.patch
+# fix the Qyoto build for http://websvn.kde.org/?view=revision&revision=1076138
+# smoke.h API change
+Patch2:  kdebindings-4.3.95-fix-build.patch
 ## upstream patches
 
 BuildRequires:  akonadi-devel >= %{akonadi_version} 
@@ -277,6 +280,7 @@ Falcon plugin for the Kross archtecture 
 %prep
 %setup -q -n kdebindings-%{version}%{?alphatag}
 %patch0 -p1 -b .qyoto_no_examples
+%patch2 -p1 -b .fix-build
 
 # upstream patches
 
@@ -559,6 +563,9 @@ fi
 
 
 %changelog
+* Sun Jan 24 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 4.3.95-2
+- fix Qyoto build
+
 * Thu Jan 21 2010 Lukas Tinkl <ltinkl at redhat.com> - 4.3.95-1
 - KDE 4.3.95 (4.4rc2)
 



More information about the scm-commits mailing list