diff --git a/kdelibs-4.2.2-bidi-kde#189161.patch b/kdelibs-4.2.2-bidi-kde#189161.patch new file mode 100644 index 0000000..21da024 --- /dev/null +++ b/kdelibs-4.2.2-bidi-kde#189161.patch @@ -0,0 +1,10 @@ +--- branches/KDE/4.2/kdelibs/khtml/rendering/bidi.cpp 2009/04/02 20:19:16 948353 ++++ branches/KDE/4.2/kdelibs/khtml/rendering/bidi.cpp 2009/04/08 23:48:02 951343 +@@ -297,6 +297,7 @@ + && next->isInlineFlow())) + break; + current = next; ++ next = 0; + } + return next; + } diff --git a/kdelibs.spec b/kdelibs.spec index c217662..1276a23 100644 --- a/kdelibs.spec +++ b/kdelibs.spec @@ -1,6 +1,6 @@ Summary: K Desktop Environment 4 - Libraries Version: 4.2.2 -Release: 4%{?dist} +Release: 5%{?dist} %if 0%{?fedora} > 8 Name: kdelibs @@ -89,6 +89,7 @@ Patch26: kdelibs-4.2.2-plasma-focus.patch # 4.2 branch Patch100: kdelibs-4.2.2-kio_http.patch Patch101: kdelibs-4.2.2-kjob.patch +Patch102: kdelibs-4.2.2-bidi-kde#189161.patch # 4.3 branch Patch200: kdelibs-4.1.96-AllowExternalPaths.patch @@ -231,6 +232,7 @@ sed -i -e "s|@@VERSION_RELEASE@@|%{version}-%{release}|" kio/kio/kprotocolmanage # 4.2 %patch100 -p0 -b .kio_http %patch101 -p0 -b .kjob +%patch102 -p4 -b .bidi-kde#189161 # 4.3 %patch200 -p1 -b .AllowExternalPaths @@ -415,6 +417,9 @@ rm -rf %{buildroot} %changelog +* Fri Apr 10 2009 Rex Dieter 4.2.2-5 +- fix bidi-related hangs in khtml (kde#189161) + * Wed Apr 08 2009 Than Ngo - 4.2.2-4 - upstream patch fix ReadOnlyPart crash for non-local file