From 32765fcaf6b5adb6643ee9a42603f6a5da576a4e Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Thu, 20 Jul 2006 12:55:54 +0000 Subject: [PATCH] - apply upstream patches, fix kde#130831, remember when the last replacement string was the empty string --- kdelibs.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/kdelibs.spec b/kdelibs.spec index d759896..c36b15c 100644 --- a/kdelibs.spec +++ b/kdelibs.spec @@ -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 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 - 6:3.5.3-10 - do not ship the dummy kdnssd implementation, depend on external one (there is one provided by kdnssd-avahi now)