rpms/kdelibs/devel kdelibs-4.2.2-bidi-kde#189161.patch, NONE, 1.1 kdelibs.spec, 1.464, 1.465

Rex Dieter rdieter at fedoraproject.org
Fri Apr 10 15:43:43 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/kdelibs/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8785

Modified Files:
	kdelibs.spec 
Added Files:
	kdelibs-4.2.2-bidi-kde#189161.patch 
Log Message:
* Fri Apr 10 2009 Rex Dieter <rdieter at fedoraproject.org> 4.2.2-5
- fix bidi-related hangs in khtml (kde#189161)


kdelibs-4.2.2-bidi-kde#189161.patch:

--- NEW FILE kdelibs-4.2.2-bidi-kde#189161.patch ---
--- 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;
 }


Index: kdelibs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kdelibs/devel/kdelibs.spec,v
retrieving revision 1.464
retrieving revision 1.465
diff -u -r1.464 -r1.465
--- kdelibs.spec	8 Apr 2009 15:08:10 -0000	1.464
+++ kdelibs.spec	10 Apr 2009 15:43:12 -0000	1.465
@@ -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 @@
 # 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 @@
 # 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 @@
 
 
 %changelog
+* Fri Apr 10 2009 Rex Dieter <rdieter at fedoraproject.org> 4.2.2-5
+- fix bidi-related hangs in khtml (kde#189161)
+
 * Wed Apr 08 2009 Than Ngo <than at redhat.com> - 4.2.2-4
 - upstream patch fix ReadOnlyPart crash for non-local file
 




More information about the scm-commits mailing list