rpms/kdelibs/F-10 kdelibs-4.1.2-kde#172182-http_cache_cleaner.patch, NONE, 1.1 kdelibs.spec, 1.385, 1.386

Rex Dieter rdieter at fedoraproject.org
Fri Nov 7 14:02:45 UTC 2008


Author: rdieter

Update of /cvs/pkgs/rpms/kdelibs/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5009

Modified Files:
	kdelibs.spec 
Added Files:
	kdelibs-4.1.2-kde#172182-http_cache_cleaner.patch 
Log Message:
* Fri Nov 07 2008 Rex Dieter <rdieter at fedoraproject.org> 4.1.2-6
- backport http_cache_cleaner fix (kdebug:172182)


kdelibs-4.1.2-kde#172182-http_cache_cleaner.patch:

--- NEW FILE kdelibs-4.1.2-kde#172182-http_cache_cleaner.patch ---
diff -up kdelibs-4.1.2/kioslave/http/http_cache_cleaner.cpp.kde#172182 kdelibs-4.1.2/kioslave/http/http_cache_cleaner.cpp
--- kdelibs-4.1.2/kioslave/http/http_cache_cleaner.cpp.kde#172182	2008-05-21 06:07:42.000000000 -0500
+++ kdelibs-4.1.2/kioslave/http/http_cache_cleaner.cpp	2008-11-07 07:58:32.000000000 -0600
@@ -50,7 +50,7 @@ int m_maxCacheSize;
 static const char appFullName[] = "org.kde.kio_http_cache_cleaner";
 static const char appName[] = "kio_http_cache_cleaner";
 
-static const char version[] = "1.0.0";
+static const char version[] = "9";
 
 struct FileInfo {
    QString name;
@@ -73,8 +73,8 @@ public:
 };
 
 // !START OF SYNC!
-// Keep the following in sync with the cache code in http.cc
-#define CACHE_REVISION "7\n"
+// Keep the following in sync with the cache code in http.cpp
+#define CACHE_REVISION "9\n"
 
 FileInfo *readEntry( const QString &filename)
 {


Index: kdelibs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kdelibs/F-10/kdelibs.spec,v
retrieving revision 1.385
retrieving revision 1.386
diff -u -r1.385 -r1.386
--- kdelibs.spec	15 Oct 2008 15:25:51 -0000	1.385
+++ kdelibs.spec	7 Nov 2008 14:02:14 -0000	1.386
@@ -2,7 +2,7 @@
 
 Summary: K Desktop Environment 4 - Libraries
 Version: 4.1.2
-Release: 5%{?dist}
+Release: 6%{?dist}
 
 %if 0%{?fedora} > 8
 Name: kdelibs
@@ -81,6 +81,7 @@
 Patch100: kdelibs-4.1.2-googlemaps.patch
 Patch101: kdelibs-4.1.2-kde#171870-kded-crash.patch
 Patch102: kdelibs-4.1.3-kde#172042-windowsize.patch
+Patch103: kdelibs-4.1.2-kde#172182-http_cache_cleaner.patch
 
 BuildRequires: qt4-devel >= 4.4.0
 Requires: qt4 >= %{_qt4_version} 
@@ -209,6 +210,7 @@
 %patch100 -p0 -b .googlemaps
 %patch101 -p0 -b .kde#171870-kded-crash
 %patch102 -p0 -b .kde#172042-windowsize
+%patch103 -p1 -b .kde#172182-http_cache_cleaner
 
 %build
 
@@ -369,6 +371,9 @@
 
 
 %changelog
+* Fri Nov 07 2008 Rex Dieter <rdieter at fedoraproject.org> 4.1.2-6
+- backport http_cache_cleaner fix (kdebug:172182)
+
 * Wed Oct 15 2008 Lukáš Tinkl <ltinkl at redhat.com> 4.1.2-5
 - backport fix for faulty window resizing (kdebug:172042)
 




More information about the fedora-extras-commits mailing list