fix kde#121528, konqueror crash

This commit is contained in:
Than Ngo 2006-09-04 16:44:21 +00:00
parent 325b310886
commit 92dd04c048
1 changed files with 7 additions and 1 deletions

View File

@ -17,7 +17,7 @@
%define arts 1
Version: 3.5.4
Release: 3%{?dist}
Release: 4%{?dist}
Summary: K Desktop Environment - Libraries
Name: kdelibs
Url: http://www.kde.org/
@ -51,6 +51,7 @@ Patch100: kdelibs-3.5.4-kde#131933.patch
Patch101: kdelibs-3.5.4-kde#131366.patch
Patch102: kdelibs-3.5.4-kde#106812.patch
Patch103: kdelibs-3.5.4-kde#90462.patch
Patch104: kdelibs-3.5.4-kde#121528.patch
%if %{arts}
Requires: arts >= %{arts_epoch}:%{arts_version}
@ -184,6 +185,7 @@ format for easy browsing
%patch101 -p0 -b .kde#131366
%patch102 -p0 -b .kde#106812
%patch103 -p0 -b .kde#90462
%patch104 -p0 -b .kde#121528
perl -pi -e "s,^#define KDE_VERSION_STRING .*,#define KDE_VERSION_STRING \"%{version}-%{release} %{distname}\"," kdecore/kdeversion.h
@ -410,6 +412,10 @@ fi
%doc %{_docdir}/HTML/en/kdelibs*
%changelog
* Mon Sep 04 2006 Than Ngo <than@redhat.com> 6:3.5.4-4
- apply upstream patches
fix kde#121528, konqueror crash
* Wed Aug 23 2006 Than Ngo <than@redhat.com> 6:3.5.4-3
- apply upstream patches
fix kde#131366, Padding-bottom and padding-top not applied to inline elements