- apply upstream patches,

#123307 - Find previous does nothing sometimes
    #106795 - konqueror crash
This commit is contained in:
Than Ngo 2006-07-10 09:36:50 +00:00
parent 3a52dd3c19
commit 173edf365f

View File

@ -19,7 +19,7 @@
%define arts 1
Version: 3.5.3
Release: 6
Release: 7
Summary: K Desktop Environment - Libraries
Name: kdelibs
Url: http://www.kde.org/
@ -61,6 +61,8 @@ 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
Patch112: kdelibs-3.5.3-kde#123307.patch
Patch113: kdelibs-3.5.3-kde#106795.patch
%if %{arts}
Requires: arts >= %{arts_epoch}:%{arts_version}
@ -202,6 +204,8 @@ format for easy browsing
%patch109 -p0 -b .kde#67849
%patch110 -p0 -b .kde#81806
%patch111 -p0 -b .kde#128760
%patch112 -p0 -b .kde#130252
%patch113 -p0 -b .kde#106795
perl -pi -e "s,^#define KDE_VERSION_STRING .*,#define KDE_VERSION_STRING \"%{version}-%{release} %{distname}\"," kdecore/kdeversion.h
@ -425,6 +429,11 @@ fi
%doc %{_docdir}/HTML/en/kdelibs*
%changelog
* Mon Jul 10 2006 Than Ngo <than@redhat.com> 6:3.5.3-7
- apply upstream patches,
#123307 - Find previous does nothing sometimes
#106795 - konqueror crash
* Tue Jul 04 2006 Than Ngo <than@redhat.com> 6:3.5.3-6
- apply upstream patches, fix #128940/#81806/#128760