From 6da9757e8590b7a02d869e12b2e08a93fed4b4fb Mon Sep 17 00:00:00 2001 From: Lukas Tinkl Date: Jan 07 2009 15:10:35 +0000 Subject: another upstream patch --- diff --git a/kdelibs-4.1.2-kde#172182-http_cache_cleaner.patch b/kdelibs-4.1.2-kde#172182-http_cache_cleaner.patch deleted file mode 100644 index 0672a75..0000000 --- a/kdelibs-4.1.2-kde#172182-http_cache_cleaner.patch +++ /dev/null @@ -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) - { diff --git a/kdelibs.spec b/kdelibs.spec index 6828ae8..8c1ba69 100644 --- a/kdelibs.spec +++ b/kdelibs.spec @@ -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