jreznik pushed to kdelibs3 (epel7). "- fix logic error in OnlyShowIn=KDE3 patch"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 2 15:33:12 UTC 2015


>From f24e3d9a0c3ff7b7a3ed45f98dfd9c1c8ba5d4f0 Mon Sep 17 00:00:00 2001
From: Kevin Kofler <kkofler at fedoraproject.org>
Date: Fri, 22 Aug 2008 21:58:59 +0000
Subject: - fix logic error in OnlyShowIn=KDE3 patch


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 <Kevin at tigcc.ticalc.org> 3.5.9-17
+- fix logic error in OnlyShowIn=KDE3 patch
+
 * Wed Jul 02 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> 3.5.9-16
 - f9+: use drkonqi from KDE 4 kdebase-runtime in KCrash (#453243)
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/kdelibs3.git/commit/?h=epel7&id=f24e3d9a0c3ff7b7a3ed45f98dfd9c1c8ba5d4f0


More information about the scm-commits mailing list