rpms/kdelibs/F-9 kdelibs-4.1.2-kde#172182-http_cache_cleaner.patch, NONE, 1.1 kdelibs.spec, 1.364, 1.365

Rex Dieter rdieter at fedoraproject.org
Fri Nov 7 14:08:07 UTC 2008


Author: rdieter

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

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.3-2
- 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-9/kdelibs.spec,v
retrieving revision 1.364
retrieving revision 1.365
diff -u -r1.364 -r1.365
--- kdelibs.spec	4 Nov 2008 14:40:27 -0000	1.364
+++ kdelibs.spec	7 Nov 2008 14:07:37 -0000	1.365
@@ -2,7 +2,7 @@
 
 Summary: K Desktop Environment 4 - Libraries
 Version: 4.1.3
-Release: 1%{?dist}
+Release: 2%{?dist}
 
 %if 0%{?fedora} > 8
 Name: kdelibs
@@ -78,6 +78,7 @@
 Patch20: kdelibs-4.1.1-cmake.patch
 
 ## upstream patches
+Patch103: kdelibs-4.1.2-kde#172182-http_cache_cleaner.patch
 
 BuildRequires: qt4-devel >= 4.4.0
 Requires: qt4 >= %{_qt4_version} 
@@ -203,6 +204,8 @@
 %patch20 -p1 -b .cmake
 
 ## upstream patches
+%patch103 -p1 -b .kde#172182-http_cache_cleaner
+
 
 %build
 mkdir -p %{_target_platform}
@@ -362,6 +365,9 @@
 
 
 %changelog
+* Fri Nov 07 2008 Rex Dieter <rdieter at fedoraproject.org> 4.1.3-2
+- backport http_cache_cleaner fix (kdebug:172182)
+
 * Tue Nov  4 2008 Lukáš Tinkl <ltinkl at redhat.com> 4.1.3-1
 - KDE 4.1.3
 




More information about the fedora-extras-commits mailing list