apply patch to fix regression in khtml
This commit is contained in:
parent
92f00ed803
commit
cca0de4886
13
kdelibs-4.1.1-kde#169447-khtml-regression.patch
Normal file
13
kdelibs-4.1.1-kde#169447-khtml-regression.patch
Normal 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++) {
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: K Desktop Environment 4 - Libraries
|
Summary: K Desktop Environment 4 - Libraries
|
||||||
Version: 4.1.1
|
Version: 4.1.1
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
|
|
||||||
%if 0%{?fedora} > 8
|
%if 0%{?fedora} > 8
|
||||||
Name: kdelibs
|
Name: kdelibs
|
||||||
@ -81,6 +81,7 @@ Patch18: kdelibs-4.1.0-kstandarddirs.patch
|
|||||||
Patch19: kdelibs-4.1.0-#455130.patch
|
Patch19: kdelibs-4.1.0-#455130.patch
|
||||||
|
|
||||||
## upstream patches
|
## upstream patches
|
||||||
|
Patch100: kdelibs-4.1.1-kde#169447-khtml-regression.patch
|
||||||
|
|
||||||
BuildRequires: qt4-devel >= 4.4.0
|
BuildRequires: qt4-devel >= 4.4.0
|
||||||
Requires: qt4 >= %{_qt4_version}
|
Requires: qt4 >= %{_qt4_version}
|
||||||
@ -207,6 +208,7 @@ sed -i -e "s|@@VERSION_RELEASE@@|%{version}-%{release}|" kio/kio/kprotocolmanage
|
|||||||
%patch19 -p1 -b .#455130
|
%patch19 -p1 -b .#455130
|
||||||
|
|
||||||
## upstream patches
|
## upstream patches
|
||||||
|
%patch100 -p0 -b .kde#169447-khtml-regression
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -367,6 +369,9 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Sep 01 2008 Than Ngo <than@redhat.com> 4.1.1-3
|
||||||
- respun
|
- respun
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user