rpms/kdebindings/devel kdebindings-4.3.85-fix-build.patch, NONE, 1.1 kdebindings.spec, 1.279, 1.280 kdebindings-4.3.80-fix-build.patch, 1.6, NONE

Kevin Kofler kkofler at fedoraproject.org
Sat Dec 19 11:06:50 UTC 2009


Author: kkofler

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

Modified Files:
	kdebindings.spec 
Added Files:
	kdebindings-4.3.85-fix-build.patch 
Removed Files:
	kdebindings-4.3.80-fix-build.patch 
Log Message:
* Sat Dec 19 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> - 4.3.85-2
- fix NepomukSmoke not getting built, breaking the Ruby and C# bindings

kdebindings-4.3.85-fix-build.patch:
 CMakeLists.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE kdebindings-4.3.85-fix-build.patch ---
diff -ur kdebindings-4.3.85/smoke/CMakeLists.txt kdebindings-4.3.85-fix-build/smoke/CMakeLists.txt
--- kdebindings-4.3.85/smoke/CMakeLists.txt	2009-12-11 00:13:50.000000000 +0100
+++ kdebindings-4.3.85-fix-build/smoke/CMakeLists.txt	2009-12-19 12:03:42.000000000 +0100
@@ -209,7 +209,7 @@
     endif(ENABLE_KTEXTEDITOR_SMOKE)
 
     if(Nepomuk_FOUND)
-        # add_subdirectory(nepomuk)
+        add_subdirectory(nepomuk)
         set(SMOKE_ENABLED "${SMOKE_ENABLED}, Nepomuk")
     endif(Nepomuk_FOUND)
 


Index: kdebindings.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kdebindings/devel/kdebindings.spec,v
retrieving revision 1.279
retrieving revision 1.280
diff -u -p -r1.279 -r1.280
--- kdebindings.spec	19 Dec 2009 09:52:38 -0000	1.279
+++ kdebindings.spec	19 Dec 2009 11:06:50 -0000	1.280
@@ -54,7 +54,7 @@
 
 Name: kdebindings
 Version: 4.3.85
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: KDE bindings to non-C++ languages
 
 # http://techbase.kde.org/Policies/Licensing_Policy
@@ -70,6 +70,8 @@ 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 NepomukSmoke not getting built, breaking the Ruby and C# bindings
+Patch2:  kdebindings-4.3.85-fix-build.patch
 ## upstream patches
 
 BuildRequires:  akonadi-devel >= %{akonadi_version} 
@@ -276,8 +278,7 @@ Falcon plugin for the Kross archtecture 
 %prep
 %setup -q -n kdebindings-%{version}%{?alphatag}
 %patch0 -p1 -b .qyoto_no_examples
-## please please "just work" -- Rex
-#patch2 -p1 -b .fix-build
+%patch2 -p1 -b .fix-build
 
 # upstream patches
 
@@ -546,6 +547,9 @@ fi
 
 
 %changelog
+* Sat Dec 19 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> - 4.3.85-2
+- fix NepomukSmoke not getting built, breaking the Ruby and C# bindings
+
 * Fri Dec 18 2009 Rex Dieter <rdieter at fedoraproject.org> - 4.3.85-1
 - kde-4.3.85 (4.4beta2)
 


--- kdebindings-4.3.80-fix-build.patch DELETED ---




More information about the fedora-extras-commits mailing list