rpms/kdelibs/F-10 kdelibs-4.2.2-popupapplet-kconf_update.patch, 1.2, 1.3

Kevin Kofler kkofler at fedoraproject.org
Thu Apr 23 22:52:30 UTC 2009


Author: kkofler

Update of /cvs/pkgs/rpms/kdelibs/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25801/F-10

Modified Files:
	kdelibs-4.2.2-popupapplet-kconf_update.patch 
Log Message:
* Thu Apr 23 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> - 4.2.2-11
- fix the kconf_update scriptlet for #495998 again (missing DELETEGROUP)

kdelibs-4.2.2-popupapplet-kconf_update.patch:

Index: kdelibs-4.2.2-popupapplet-kconf_update.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kdelibs/F-10/kdelibs-4.2.2-popupapplet-kconf_update.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kdelibs-4.2.2-popupapplet-kconf_update.patch	23 Apr 2009 21:29:01 -0000	1.2
+++ kdelibs-4.2.2-popupapplet-kconf_update.patch	23 Apr 2009 22:52:00 -0000	1.3
@@ -9,12 +9,13 @@
 +install(PROGRAMS plasma_popupapplet_fix_groups.pl DESTINATION ${KCONF_UPDATE_INSTALL_DIR})
 diff -Nur kdelibs-4.2.2/plasma/plasma_popupapplet_fix_groups.pl kdelibs-4.2.2-popupapplet-kconf_update/plasma/plasma_popupapplet_fix_groups.pl
 --- kdelibs-4.2.2/plasma/plasma_popupapplet_fix_groups.pl	1970-01-01 01:00:00.000000000 +0100
-+++ kdelibs-4.2.2-popupapplet-kconf_update/plasma/plasma_popupapplet_fix_groups.pl	2009-04-19 05:24:00.000000000 +0200
-@@ -0,0 +1,8 @@
++++ kdelibs-4.2.2-popupapplet-kconf_update/plasma/plasma_popupapplet_fix_groups.pl	2009-04-24 00:42:44.000000000 +0200
+@@ -0,0 +1,9 @@
 +#!/usr/bin/perl
 +
 +while(<>) {
 +  if ($_ =~ m/^\[.*\[Configuration\]\[PopupApplet\]$/) {
++    print "# DELETEGROUP $_";
 +    $_ =~ s/\[Configuration\]\[PopupApplet\]$/[PopupApplet]/;
 +  }
 +  print $_;




More information about the fedora-extras-commits mailing list