apply patch to fix regression in khtml

This commit is contained in:
Than Ngo 2008-09-02 09:56:16 +00:00
parent 92f00ed803
commit cca0de4886
2 changed files with 19 additions and 1 deletions

View File

@ -0,0 +1,13 @@
Index: khtml/rendering/render_layer.cpp
===================================================================
--- khtml/rendering/render_layer.cpp (Revision 855359)
+++ khtml/rendering/render_layer.cpp (Revision 855360)
@@ -397,7 +397,7 @@
}
}
}
- count = sc->m_negZOrderList ? sc->m_negZOrderList->count() : 0;
+ count = sc->m_posZOrderList ? sc->m_posZOrderList->count() : 0;
if ( count > 0 ) {
needUpdate = true;
for (uint i = 0; i < count; i++) {

View File

@ -2,7 +2,7 @@
Summary: K Desktop Environment 4 - Libraries
Version: 4.1.1
Release: 3%{?dist}
Release: 4%{?dist}
%if 0%{?fedora} > 8
Name: kdelibs
@ -81,6 +81,7 @@ Patch18: kdelibs-4.1.0-kstandarddirs.patch
Patch19: kdelibs-4.1.0-#455130.patch
## upstream patches
Patch100: kdelibs-4.1.1-kde#169447-khtml-regression.patch
BuildRequires: qt4-devel >= 4.4.0
Requires: qt4 >= %{_qt4_version}
@ -207,6 +208,7 @@ sed -i -e "s|@@VERSION_RELEASE@@|%{version}-%{release}|" kio/kio/kprotocolmanage
%patch19 -p1 -b .#455130
## upstream patches
%patch100 -p0 -b .kde#169447-khtml-regression
%build
@ -367,6 +369,9 @@ rm -rf %{buildroot}
%changelog
* Tue Sep 02 2008 Than Ngo <than@redhat.com> 4.1.1-4
- apply patch to fix regression in khtml
* Mon Sep 01 2008 Than Ngo <than@redhat.com> 4.1.1-3
- respun