rpms/awn-extras-applets/devel 1318_1317.diff, NONE, 1.1 awn-extras-applets.spec, 1.41, 1.42 awn-extras-applets-0.2.6.configure.patch, 1.1, NONE awn-extras-applets-0.3.2.1-python-platform.patch, 1.4, NONE awn-extras-applets-0.3.2.2-fixdupentry.patch, 1.1, NONE

Leigh Scott leigh123linux at fedoraproject.org
Tue Jun 8 13:22:50 UTC 2010


Author: leigh123linux

Update of /cvs/pkgs/rpms/awn-extras-applets/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv23417

Modified Files:
	awn-extras-applets.spec 
Added Files:
	1318_1317.diff 
Removed Files:
	awn-extras-applets-0.2.6.configure.patch 
	awn-extras-applets-0.3.2.1-python-platform.patch 
	awn-extras-applets-0.3.2.2-fixdupentry.patch 
Log Message:
* Tue Jun 08 2010 Leigh Scott <leigh123linux at googlemail.com> - 0.4.0-14
- apply upstream fix for weatherapplet (Bz 600700)


1318_1317.diff:
 weather.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE 1318_1317.diff ---
=== modified file 'applets/maintained/weather/weather.py'
--- applets/maintained/weather/weather.py	2010-06-04 04:36:33 +0000
+++ applets/maintained/weather/weather.py	2010-06-08 05:48:08 +0000
@@ -241,10 +241,10 @@
 
             if all(self.weather_fail):
                 # Clean up weather map
-                self.reset_weather_data()
                 self.map_item.set_sensitive(False)
                 if self.map_dialog is not None:
                     self.applet.dialog.unregister("secondary")
+                self.reset_weather_data()
 
                 # Clean up forecast dialog
                 self.forecaster.finalize_dialog()



Index: awn-extras-applets.spec
===================================================================
RCS file: /cvs/pkgs/rpms/awn-extras-applets/devel/awn-extras-applets.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -p -r1.41 -r1.42
--- awn-extras-applets.spec	5 Jun 2010 17:18:56 -0000	1.41
+++ awn-extras-applets.spec	8 Jun 2010 13:22:50 -0000	1.42
@@ -8,7 +8,7 @@
 
 Name:           awn-extras-applets
 Version:        0.4.0
-Release:        13%{?dist}
+Release:        14%{?dist}
 Summary:        Extras applets for avant window navigator
 
 Group:          User Interface/Desktops
@@ -26,6 +26,7 @@ Patch4:         1311_1310.diff
 Patch5:         1312_1311.diff
 Patch6:         1302_1301.diff
 Patch7:         1303_1302.diff
+Patch8:         1318_1317.diff
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -102,6 +103,7 @@ awn-extras-applets includes extras apple
 %patch5 -p0 -b .1312_1311
 %patch6 -p0 -b .1302_1301
 %patch7 -p0 -b .1303_1302
+%patch8 -p0 -b .1318_1317
 
 cp -p %{SOURCE1} applets/unmaintained/MiMenu/icons
 
@@ -192,6 +194,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jun 08 2010 Leigh Scott <leigh123linux at googlemail.com> - 0.4.0-14
+- apply upstream fix for weatherapplet (Bz 600700)
+
 * Sat Jun 05 2010 Leigh Scott <leigh123linux at googlemail.com> - 0.4.0-13
 - apply upstream fix for file-browser-launcher (Bz 600683)
 


--- awn-extras-applets-0.2.6.configure.patch DELETED ---


--- awn-extras-applets-0.3.2.1-python-platform.patch DELETED ---


--- awn-extras-applets-0.3.2.2-fixdupentry.patch DELETED ---



More information about the scm-commits mailing list