[kdelibs/f20] avoid possible crasher in autostart-debug.patch

Rex Dieter rdieter at fedoraproject.org
Sat Dec 7 14:49:29 UTC 2013


commit 0945db3aeeb96caa8ede67ea15ae023cb1f1c542
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Sat Dec 7 08:49:29 2013 -0600

    avoid possible crasher in autostart-debug.patch

 kdelibs-4.11.3-autostart-debug.patch |    2 +-
 kdelibs.spec                         |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/kdelibs-4.11.3-autostart-debug.patch b/kdelibs-4.11.3-autostart-debug.patch
index 773c17d..fb9d12c 100644
--- a/kdelibs-4.11.3-autostart-debug.patch
+++ b/kdelibs-4.11.3-autostart-debug.patch
@@ -114,7 +114,7 @@ diff -up kdelibs-4.11.3/kinit/klauncher.cpp.autostart-debug kdelibs-4.11.3/kinit
  #endif
 +				 kWarning() << "Completing: " << request->name;
           requestDone( request );
-+				 kWarning() << "Completed: " << request->name;
++				 kWarning() << "Completed.";
           continue;
        }
     } while(requestQueue.count());
diff --git a/kdelibs.spec b/kdelibs.spec
index c3f955e..daa894e 100644
--- a/kdelibs.spec
+++ b/kdelibs.spec
@@ -39,7 +39,7 @@
 
 Summary: KDE Libraries
 Version: 4.11.3
-Release: 6%{?dist}
+Release: 7%{?dist}
 
 Name: kdelibs
 Epoch: 6
@@ -633,6 +633,9 @@ gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null || :
 
 
 %changelog
+* Sat Dec 07 2013 Rex Dieter <rdieter at fedoraproject.org> - 6:4.11.3-7
+- avoid possible crasher in autostart-debug.patch
+
 * Sat Dec 07 2013 Kevin Kofler <Kevin at tigcc.ticalc.org> - 6:4.11.3-6
 - increase KLauncher timeout as a possible fix/workaround for #983110
 


More information about the scm-commits mailing list