From 49ee873bb671e751e6b142ac4c0c47a271681205 Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Wed, 13 Sep 2006 14:38:16 +0000 Subject: [PATCH] fix #123941, qt xim plugin sometimes leads to crash --- kdelibs.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kdelibs.spec b/kdelibs.spec index 0d35847..6360a39 100644 --- a/kdelibs.spec +++ b/kdelibs.spec @@ -58,6 +58,7 @@ Patch106: kdelibs-3.5.4-kde#133529.patch Patch107: kdelibs-3.5.4-kdebug-crash.patch Patch108: kdelibs-3.5.4-tango-icon.patch Patch109: kdelibs-3.5.4-kde#133677.patch +Patch110: kdelibs-3.5.4-kde#123941.patch %if %{arts} Requires: arts >= %{arts_epoch}:%{arts_version} @@ -199,6 +200,7 @@ format for easy browsing %patch107 -p0 -b .kdebug-crash %patch108 -p0 -b .tango-icontheme %patch109 -p0 -b .kde#133677 +%patch110 -p0 -b .kde#123941 perl -pi -e "s,^#define KDE_VERSION_STRING .*,#define KDE_VERSION_STRING \"%{version}-%{release} %{distname}\"," kdecore/kdeversion.h @@ -428,6 +430,7 @@ fi %changelog * Tue Sep 12 2006 Than Ngo 6:3.5.4-6 - fix #205767, konsole no longer register itself to utmp +- fix #123941, qt xim plugin sometimes leads to crash * Tue Sep 05 2006 Than Ngo 6:3.5.4-5 - apply upstream patches