- apply upstream patches,

fix kde#130831, remember when the last replacement string was the empty string
This commit is contained in:
Than Ngo 2006-07-20 12:55:54 +00:00
parent 2d68e1297c
commit 32765fcaf6
1 changed files with 7 additions and 1 deletions

View File

@ -17,7 +17,7 @@
%define arts 1
Version: 3.5.3
Release: 10%{?dist}
Release: 11%{?dist}
Summary: K Desktop Environment - Libraries
Name: kdelibs
Url: http://www.kde.org/
@ -65,6 +65,7 @@ Patch112: kdelibs-3.5.3-kde#123307.patch
Patch113: kdelibs-3.5.3-kde#106795.patch
Patch114: kdelibs-3.5.3-kde#130605.patch
Patch115: kdelibs-3.5.3-kde#129187.patch
Patch116: kdelibs-3.5.3-kde#116092.patch
%if %{arts}
Requires: arts >= %{arts_epoch}:%{arts_version}
@ -209,6 +210,7 @@ format for easy browsing
%patch113 -p0 -b .kde#106795
%patch114 -p0 -b .kde#130605
%patch115 -p0 -b .kde#129187
%patch116 -p0 -b .kde#116092
perl -pi -e "s,^#define KDE_VERSION_STRING .*,#define KDE_VERSION_STRING \"%{version}-%{release} %{distname}\"," kdecore/kdeversion.h
@ -433,6 +435,10 @@ fi
%doc %{_docdir}/HTML/en/kdelibs*
%changelog
* Thu Jul 20 2006 Than Ngo <than@redhat.com> 6:3.5.3-11
- apply upstream patches,
fix kde#130831, remember when the last replacement string was the empty string
* Tue Jul 18 2006 Petr Rockai <prockai@redhat.com> - 6:3.5.3-10
- do not ship the dummy kdnssd implementation, depend on external one
(there is one provided by kdnssd-avahi now)