[kdelibs/f18] abrt by default for RHEL

Than Ngo than at fedoraproject.org
Thu Feb 28 15:36:30 UTC 2013


commit 781be70efb83280945a6bf9d797ccef4d9e7d901
Author: Than Ngo <than at redhat.com>
Date:   Thu Feb 28 16:36:21 2013 +0100

    abrt by default for RHEL

 kdelibs-4.x-abrt.patch |   12 ++++++++++++
 kdelibs.spec           |    7 ++++++-
 2 files changed, 18 insertions(+), 1 deletions(-)
---
diff --git a/kdelibs-4.x-abrt.patch b/kdelibs-4.x-abrt.patch
new file mode 100644
index 0000000..9014382
--- /dev/null
+++ b/kdelibs-4.x-abrt.patch
@@ -0,0 +1,12 @@
+diff -up kdelibs-4.10.0/kdeui/kernel/kapplication.cpp.me kdelibs-4.10.0/kdeui/kernel/kapplication.cpp
+--- kdelibs-4.10.0/kdeui/kernel/kapplication.cpp.me	2013-02-28 15:24:41.194954639 +0100
++++ kdelibs-4.10.0/kdeui/kernel/kapplication.cpp	2013-02-28 15:40:44.546470405 +0100
+@@ -853,7 +853,7 @@ void KApplicationPrivate::parseCommandLi
+     if (!nocrashhandler && args->isSet("crashhandler"))
+     {
+         // enable drkonqi
+-        KCrash::setDrKonqiEnabled(true);
++        KCrash::setDrKonqiEnabled(false);
+     }
+     // Always set the app name, can be usefuls for apps that call setEmergencySaveFunction or enable AutoRestart
+     KCrash::setApplicationName(args->appName());
diff --git a/kdelibs.spec b/kdelibs.spec
index 945c41d..5da143a 100644
--- a/kdelibs.spec
+++ b/kdelibs.spec
@@ -25,7 +25,7 @@
 
 Summary: KDE Libraries
 Version: 4.9.5
-Release: 3%{?dist}
+Release: 4%{?dist}
 
 Name: kdelibs
 Epoch: 6
@@ -177,6 +177,7 @@ Patch200: kdelibs-4.3.1-CVE-2009-2702.patch
 # rhel patches
 Patch300: kdelibs-4.8.3-webkit.patch
 Patch301: kdelibs-4.9.3-dot.patch
+Patch302: kdelibs-4.x-abrt.patch 
 
 # kmailservice moved here
 Conflicts: kdelibs3 < 3.5.10-38
@@ -354,6 +355,7 @@ sed -i -e "s|@@VERSION_RELEASE@@|%{version}-%{release}|" kio/kio/kprotocolmanage
 %if 0%{?rhel}
 %patch300 -p1 -b .webkit
 %patch301 -p1 -b .dot
+%patch302 -p1 -b .abrt
 %endif
 
 %build
@@ -605,6 +607,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Feb 28 2013 Than Ngo <than at redhat.com> - 6:4.9.5-4
+- abrt by default for RHEL
+
 * Fri Feb 01 2013 Rex Dieter <rdieter at fedoraproject.org> 6:4.9.5-3
 - kdelibs-udisks2_2_stage.patch (fix for some phones/mtp-device detection)
 


More information about the scm-commits mailing list