rpms/gnome-panel/devel clock-network.patch, NONE, 1.1 gnome-panel.spec, 1.351, 1.352

Matthias Clasen mclasen at fedoraproject.org
Mon Apr 27 06:26:58 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/gnome-panel/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24600

Modified Files:
	gnome-panel.spec 
Added Files:
	clock-network.patch 
Log Message:
don't drop schemas translations


clock-network.patch:

--- NEW FILE clock-network.patch ---
diff -up gnome-panel-2.26.1/applets/clock/clock-location.c.network gnome-panel-2.26.1/applets/clock/clock-location.c
--- gnome-panel-2.26.1/applets/clock/clock-location.c.network	2009-04-15 17:28:26.760634154 -0400
+++ gnome-panel-2.26.1/applets/clock/clock-location.c	2009-04-15 17:43:41.869383882 -0400
@@ -12,6 +12,9 @@
 #include <time.h>
 #include <unistd.h>
 #include <math.h>
+#include <netinet/in.h>
+#include <arpa/nameser.h>
+#include <resolv.h>
 
 #include <glib.h>
 #include <gio/gio.h>
@@ -695,6 +698,8 @@ state_notify (DBusPendingCall *pending, 
 					   DBUS_TYPE_UINT32, &result,
 					   DBUS_TYPE_INVALID)) {
 			if (result == NM_STATE_CONNECTED) {
+				/* thank you, glibc */
+				res_init ();
 				update_weather_infos ();
 			}
 		}


Index: gnome-panel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-panel/devel/gnome-panel.spec,v
retrieving revision 1.351
retrieving revision 1.352
diff -u -r1.351 -r1.352
--- gnome-panel.spec	14 Apr 2009 21:03:40 -0000	1.351
+++ gnome-panel.spec	27 Apr 2009 06:26:28 -0000	1.352
@@ -23,7 +23,7 @@
 Summary: GNOME panel
 Name: gnome-panel
 Version: 2.26.1
-Release: 1%{?dist}
+Release: 3%{?dist}
 URL: http://www.gnome.org
 Source0: http://download.gnome.org/sources/gnome-panel/2.26/%{name}-%{version}.tar.bz2
 
@@ -115,6 +115,9 @@
 
 Patch35: clock-wakeups.patch
 
+# http://bugzilla.gnome.org/show_bug.cgi?id=579092
+Patch38: clock-network.patch
+
 Conflicts: gnome-power-manager < 2.15.3
 
 %description
@@ -161,6 +164,7 @@
 %patch11 -p1 -b .applet-error
 %patch24 -p1 -b .allow-spurious-view-done-signals
 %patch35 -p1 -b .clock-wakeups
+%patch38 -p1 -b .clock-network
 
 libtoolize --force --copy
 
@@ -174,7 +178,7 @@
 # ideally intltool (ha!) would do that for us
 # http://bugzilla.gnome.org/show_bug.cgi?id=474987
 cd po
-grep -v ".*[.]desktop[.]in[.]in$\|.*[.]server[.]in[.]in$\|.*[.]schemas[.]in$\|.*[.]policy[.]in$" POTFILES.in > POTFILES.keep
+grep -v ".*[.]desktop[.]in[.]in$\|.*[.]server[.]in[.]in$\|.*[.]policy[.]in$" POTFILES.in > POTFILES.keep
 mv POTFILES.keep POTFILES.in
 intltool-update --pot
 for p in *.po; do
@@ -362,6 +366,12 @@
 %{_datadir}/gtk-doc/html/*
 
 %changelog
+* Mon Apr 27 2009 Matthias Clasen <mclasen at redhat.com> - 2.26.1-3
+- Don't drop schemas translations from po files
+
+* Wed Apr 15 2009 Matthias Clasen <mclasen at redhat.com> - 2.26.1-2
+- Fix the clock applets network tracking code
+
 * Tue Apr 14 2009 Matthias Clasen <mclasen at redhat.com> - 2.26.1-1
 - Update to 2.26.1
 




More information about the fedora-extras-commits mailing list