another upstream patch

This commit is contained in:
Lukas Tinkl 2009-01-07 15:10:35 +00:00
parent d139eb644e
commit 6da9757e85
2 changed files with 0 additions and 25 deletions

View File

@ -1,23 +0,0 @@
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)
{

View File

@ -78,7 +78,6 @@ Patch18: kdelibs-4.1.0-kstandarddirs.patch
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}
@ -204,7 +203,6 @@ sed -i -e "s|@@VERSION_RELEASE@@|%{version}-%{release}|" kio/kio/kprotocolmanage
%patch20 -p1 -b .cmake
## upstream patches
%patch103 -p1 -b .kde#172182-http_cache_cleaner
%build