rpms/kdelibs/devel kdelibs-4.3.2-kde#1033984.patch, NONE, 1.1 kdelibs.spec, 1.523, 1.524

Lukas Tinkl ltinkl at fedoraproject.org
Mon Oct 12 16:31:17 UTC 2009


Author: ltinkl

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

Modified Files:
	kdelibs.spec 
Added Files:
	kdelibs-4.3.2-kde#1033984.patch 
Log Message:
fix another khtml kpart crasher
(to go with the previous one)


kdelibs-4.3.2-kde#1033984.patch:
 khtml_part.cpp |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--- NEW FILE kdelibs-4.3.2-kde#1033984.patch ---
Index: khtml/khtml_part.cpp
===================================================================
--- khtml/khtml_part.cpp	(revision 1033983)
+++ khtml/khtml_part.cpp	(revision 1033984)
@@ -609,7 +609,8 @@
 
   if ( d->m_view )
   {
-    widget()->hide();
+    if (widget())
+        widget()->hide();
     d->m_view->m_part = 0;
   }
 


Index: kdelibs.spec
===================================================================
RCS file: /cvs/extras/rpms/kdelibs/devel/kdelibs.spec,v
retrieving revision 1.523
retrieving revision 1.524
diff -u -p -r1.523 -r1.524
--- kdelibs.spec	8 Oct 2009 18:27:04 -0000	1.523
+++ kdelibs.spec	12 Oct 2009 16:31:16 -0000	1.524
@@ -4,7 +4,7 @@
 
 Summary: K Desktop Environment 4 - Libraries
 Version: 4.3.2
-Release: 3%{?dist}
+Release: 4%{?dist}
 
 Name: kdelibs
 Epoch: 6
@@ -81,6 +81,7 @@ Patch24: kdelibs-4.3.1-drkonq.patch
 # 4.3 branch
 Patch100: kdelibs-4.3.2-kde#209712.patch
 Patch101: kdelibs-4.3.2-kde#207173.patch
+Patch102: kdelibs-4.3.2-kde#1033984.patch
 
 # security fix
 Patch200: kdelibs-4.3.1-CVE-2009-2702.patch
@@ -205,6 +206,7 @@ format for easy browsing.
 # 4.3
 %patch100 -p0 -b .kde#209712
 %patch101 -p4 -b .kde#207173.patch
+%patch102 -p0 -b .kde#1033984
 
 # security fix
 %patch200 -p1 -b .CVE-2009-2702
@@ -397,6 +399,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Oct 12 2009 Lukáš Tinkl <ltinkl at redhat.com> - 4.3.2-4
+- khtml kpart crasher nr. 2 (rev.1033984)
+
 * Thu Oct 08 2009 Rex Dieter <rdieter at fedoraproject.org> - 4.3.2-3
 - khtml kpart crasher (kde #207173/209876)
 




More information about the fedora-extras-commits mailing list