rpms/gnome-applets/F-11 gnome-applets.spec, 1.337, 1.338 gweather-network.patch, 1.5, 1.6

Matthias Clasen mclasen at fedoraproject.org
Wed May 27 01:09:20 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/gnome-applets/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2820

Modified Files:
	gnome-applets.spec gweather-network.patch 
Log Message:
fix the network tracking fix



Index: gnome-applets.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-applets/F-11/gnome-applets.spec,v
retrieving revision 1.337
retrieving revision 1.338
diff -u -p -r1.337 -r1.338
--- gnome-applets.spec	16 Apr 2009 00:04:32 -0000	1.337
+++ gnome-applets.spec	27 May 2009 01:08:50 -0000	1.338
@@ -35,7 +35,7 @@
 Summary:        Small applications for the GNOME panel
 Name:		gnome-applets
 Version:	2.26.1
-Release: 	3%{?dist}
+Release: 	4%{?dist}
 Epoch:          1
 License:	GPLv2+ and GFDL
 Group:          User Interface/Desktops
@@ -342,6 +342,9 @@ fi
 %{_datadir}/PolicyKit/policy/org.gnome.cpufreqselector.policy
 
 %changelog
+* Tue May 26 2009 Matthias Clasen <mclasen at redhat.com> - 1:2.26.1-4
+- Fix the network status tracking fix
+
 * Wed Apr 15 2009 Matthias Clasen <mclasen at redhat.com> - 1:2.26.1-3
 - Make gweather network status tracking work
 

gweather-network.patch:

Index: gweather-network.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-applets/F-11/gweather-network.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- gweather-network.patch	16 Apr 2009 00:02:01 -0000	1.5
+++ gweather-network.patch	27 May 2009 01:08:50 -0000	1.6
@@ -1,6 +1,6 @@
 diff -up gnome-applets-2.26.1/gweather/gweather-applet.c.network gnome-applets-2.26.1/gweather/gweather-applet.c
---- gnome-applets-2.26.1/gweather/gweather-applet.c.network	2009-04-15 18:53:13.123633124 -0400
-+++ gnome-applets-2.26.1/gweather/gweather-applet.c	2009-04-15 18:54:17.438384718 -0400
+--- gnome-applets-2.26.1/gweather/gweather-applet.c.network	2009-04-12 21:09:20.000000000 -0400
++++ gnome-applets-2.26.1/gweather/gweather-applet.c	2009-05-26 21:05:49.525615526 -0400
 @@ -17,6 +17,9 @@
  #include <stdio.h>
  #include <stdlib.h>
@@ -20,3 +20,12 @@ diff -up gnome-applets-2.26.1/gweather/g
  				gweather_update (gw_applet);
                          }
                  }
+@@ -614,7 +619,7 @@ setup_network_monitor (GWeatherApplet *g
+         dbus_connection_add_filter (dbus, filter_func, gw_applet, NULL);
+         dbus_bus_add_match (dbus,
+                             "type='signal',"
+-                            "interface='" NM_DBUS_INTERFACE_DEVICE "'",
++                            "interface='" NM_DBUS_INTERFACE "'",
+                             NULL);
+     }
+ }	




More information about the scm-commits mailing list