rpms/kdelibs3/devel kdelibs-3.5.9-KDE3.patch, 1.1, 1.2 kdelibs3.spec, 1.35, 1.36

Kevin Kofler kkofler at fedoraproject.org
Fri Aug 22 21:59:30 UTC 2008


Author: kkofler

Update of /cvs/pkgs/rpms/kdelibs3/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9096/devel

Modified Files:
	kdelibs-3.5.9-KDE3.patch kdelibs3.spec 
Log Message:
* Fri Aug 21 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> 3.5.9-17
- fix logic error in OnlyShowIn=KDE3 patch

kdelibs-3.5.9-KDE3.patch:

Index: kdelibs-3.5.9-KDE3.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kdelibs3/devel/kdelibs-3.5.9-KDE3.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kdelibs-3.5.9-KDE3.patch	15 May 2008 20:53:10 -0000	1.1
+++ kdelibs-3.5.9-KDE3.patch	22 Aug 2008 21:58:59 -0000	1.2
@@ -35,7 +35,7 @@
    {
 -     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;
    }
  


Index: kdelibs3.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kdelibs3/devel/kdelibs3.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- kdelibs3.spec	2 Jul 2008 06:31:38 -0000	1.35
+++ kdelibs3.spec	22 Aug 2008 21:58:59 -0000	1.36
@@ -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 @@
 
 
 %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)
 




More information about the fedora-extras-commits mailing list