From f24e3d9a0c3ff7b7a3ed45f98dfd9c1c8ba5d4f0 Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Fri, 22 Aug 2008 21:58:59 +0000 Subject: [PATCH] - fix logic error in OnlyShowIn=KDE3 patch --- kdelibs-3.5.9-KDE3.patch | 2 +- kdelibs3.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/kdelibs-3.5.9-KDE3.patch b/kdelibs-3.5.9-KDE3.patch index 4238c27..70f3a6c 100644 --- a/kdelibs-3.5.9-KDE3.patch +++ b/kdelibs-3.5.9-KDE3.patch @@ -35,7 +35,7 @@ diff -up kdelibs-3.5.9/kio/kio/kservicegroup.cpp.KDE3 kdelibs-3.5.9/kio/kio/kser { - if (config.readListEntry("NotShowIn", ';').contains("KDE")) + QStringList notShowInList = config.readListEntry("NotShowIn", ';'); -+ if (! (notShowInList.contains("KDE") || notShowInList.contains("KDE3"))) ++ if (notShowInList.contains("KDE") || notShowInList.contains("KDE3")) d->m_bNoDisplay = true; } diff --git a/kdelibs3.spec b/kdelibs3.spec index fd471da..6db761f 100644 --- a/kdelibs3.spec +++ b/kdelibs3.spec @@ -29,7 +29,7 @@ Summary: K Desktop Environment 3 - Libraries Version: 3.5.9 -Release: 16%{?dist} +Release: 17%{?dist} %if 0%{?fedora} > 8 Name: kdelibs3 @@ -620,6 +620,9 @@ touch --no-create %{_datadir}/icons/crystalsvg 2> /dev/null || : %changelog +* Fri Aug 21 2008 Kevin Kofler 3.5.9-17 +- fix logic error in OnlyShowIn=KDE3 patch + * Wed Jul 02 2008 Kevin Kofler 3.5.9-16 - f9+: use drkonqi from KDE 4 kdebase-runtime in KCrash (#453243)