[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

rpms/kdelibs/devel kdelibs-3.5.3-kde#128760.patch, NONE, 1.1 kdelibs.spec, 1.151, 1.152



Author: than

Update of /cvs/dist/rpms/kdelibs/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv8216

Modified Files:
	kdelibs.spec 
Added Files:
	kdelibs-3.5.3-kde#128760.patch 
Log Message:
apply patch to fix #128760


kdelibs-3.5.3-kde#128760.patch:
 dom_textimpl.cpp |    2 ++
 1 files changed, 2 insertions(+)

--- NEW FILE kdelibs-3.5.3-kde#128760.patch ---
Index: khtml/xml/dom_textimpl.cpp
===================================================================
--- khtml/xml/dom_textimpl.cpp	(Revision 557103)
+++ khtml/xml/dom_textimpl.cpp	(Revision 557104)
@@ -389,6 +389,8 @@
         }
 
         RenderObject *first = par->firstChild();
+        while (first && first->isFloatingOrPositioned())
+            first = first->nextSibling();
         RenderObject *next = nextRenderer();
         if (!first || next == first) {
             // Whitespace at the start of a block just goes away.  Don't even


Index: kdelibs.spec
===================================================================
RCS file: /cvs/dist/rpms/kdelibs/devel/kdelibs.spec,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -r1.151 -r1.152
--- kdelibs.spec	4 Jul 2006 12:31:30 -0000	1.151
+++ kdelibs.spec	4 Jul 2006 19:24:30 -0000	1.152
@@ -60,6 +60,7 @@
 Patch108: kdelibs-3.5.3-kde#128902.patch
 Patch109: kdelibs-3.5.3-kde#67849.patch
 Patch110: kdelibs-3.5.3-kde#81806.patch
+Patch111: kdelibs-3.5.3-kde#128760.patch
 
 %if %{arts}
 Requires: arts >= %{arts_epoch}:%{arts_version}
@@ -200,6 +201,7 @@
 %patch108 -p0 -b .kde#128902
 %patch109 -p0 -b .kde#67849
 %patch110 -p0 -b .kde#81806
+%patch111 -p0 -b .kde#128760
 
 perl -pi -e "s,^#define KDE_VERSION_STRING .*,#define KDE_VERSION_STRING \"%{version}-%{release} %{distname}\"," kdecore/kdeversion.h
 
@@ -424,7 +426,7 @@
 
 %changelog
 * Tue Jul 04 2006 Than Ngo <than redhat com> 6:3.5.3-6
-- apply upstream patches, fix #128940/#81806
+- apply upstream patches, fix #128940/#81806/#128760
 
 * Sat Jun 24 2006 Than Ngo <than redhat com> 6:3.5.3-5
 - fix #196013, mark kde.sh/kde.csh as config file


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]