rpms/kdelibs/F-12 kdelibs-4.4.0-krunner-crash-kde#227118.patch, NONE, 1.1 kdelibs.spec, 1.540, 1.541

Than Ngo than at fedoraproject.org
Tue Feb 16 11:20:21 UTC 2010


Author: than

Update of /cvs/extras/rpms/kdelibs/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25258

Modified Files:
	kdelibs.spec 
Added Files:
	kdelibs-4.4.0-krunner-crash-kde#227118.patch 
Log Message:
krunner crash patch (kde#227118)


kdelibs-4.4.0-krunner-crash-kde#227118.patch:
 runnercontext.cpp |    4 ++++
 1 file changed, 4 insertions(+)

--- NEW FILE kdelibs-4.4.0-krunner-crash-kde#227118.patch ---
Index: plasma/runnercontext.cpp
===================================================================
--- plasma/runnercontext.cpp	(Revision 1090801)
+++ plasma/runnercontext.cpp	(Revision 1090802)
@@ -128,6 +128,10 @@
         components.pop_back();
     }
 
+    if (components.isEmpty()) {
+        return true;
+    }
+
     QString correctPath;
     const unsigned initialComponents = components.size();
     for (unsigned i = 0; i < initialComponents - 1; i ++) {


Index: kdelibs.spec
===================================================================
RCS file: /cvs/extras/rpms/kdelibs/F-12/kdelibs.spec,v
retrieving revision 1.540
retrieving revision 1.541
diff -u -p -r1.540 -r1.541
--- kdelibs.spec	13 Feb 2010 21:54:24 -0000	1.540
+++ kdelibs.spec	16 Feb 2010 11:20:20 -0000	1.541
@@ -8,7 +8,7 @@
 
 Summary: KDE Libraries
 Version: 4.4.0
-Release: 6%{?dist}
+Release: 8%{?dist}
 
 Name: kdelibs
 Epoch: 6
@@ -92,6 +92,7 @@ Patch27: kdelibs-4.3.98-no_rpath.patch
 # 4.4 upstream
 Patch100: kdelibs-4.4.0-khtml_scrolling.patch
 Patch101: kdelibs-4.4.0-nepomuk_memleak.patch 
+patch102: kdelibs-4.4.0-krunner-crash-kde#227118.patch
 
 # security fix
 ## Not Upstreamed? why not ? -- Rex
@@ -244,6 +245,7 @@ format for easy browsing.
 # upstream patches
 %patch100 -p4 -b .khtml_scrolling
 %patch101 -p4 -b .nepomuk_memleak
+%patch102 -p0 -b .krunner-crash-kde#227118
 
 # security fix
 %patch200 -p1 -b .CVE-2009-2702
@@ -435,6 +437,12 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Feb 16 2010 Than Ngo <than at redhat.com> - 6:4.4.0-8
+- krunner crash patch (kde#227118)
+
+* Sat Feb 13 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 6:4.4.0-7
+- rebuild for new kde-filesystem in F13, fixes kde4-config --libsuffix (#564712)
+
 * Sat Feb 13 2010 Rex Dieter <rdieter at fedoraproject.org> - 6:4.4.0-6
 - nepomuk_memleak patch
 



More information about the scm-commits mailing list