rpms/awn-extras-applets/F-13 1312_1311.diff, NONE, 1.1 awn-extras-applets.spec, 1.37, 1.38

Leigh Scott leigh123linux at fedoraproject.org
Fri Jun 4 08:05:46 UTC 2010


Author: leigh123linux

Update of /cvs/pkgs/rpms/awn-extras-applets/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv17800

Modified Files:
	awn-extras-applets.spec 
Added Files:
	1312_1311.diff 
Log Message:
* Fri Jun 04 2010 Leigh Scott <leigh123linux at googlemail.com> - 0.4.0-12
- apply upstream fix for weatherapplet (Bz 597791)


1312_1311.diff:
 weather.py |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--- NEW FILE 1312_1311.diff ---
=== modified file 'applets/maintained/weather/weather.py'
--- applets/maintained/weather/weather.py	2010-05-28 02:02:43 +0000
+++ applets/maintained/weather/weather.py	2010-06-04 04:36:33 +0000
@@ -243,7 +243,8 @@
                 # Clean up weather map
                 self.reset_weather_data()
                 self.map_item.set_sensitive(False)
-                self.applet.dialog.unregister("secondary")
+                if self.map_dialog is not None:
+                    self.applet.dialog.unregister("secondary")
 
                 # Clean up forecast dialog
                 self.forecaster.finalize_dialog()



Index: awn-extras-applets.spec
===================================================================
RCS file: /cvs/pkgs/rpms/awn-extras-applets/F-13/awn-extras-applets.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -p -r1.37 -r1.38
--- awn-extras-applets.spec	28 May 2010 02:18:57 -0000	1.37
+++ awn-extras-applets.spec	4 Jun 2010 08:05:45 -0000	1.38
@@ -8,7 +8,7 @@
 
 Name:           awn-extras-applets
 Version:        0.4.0
-Release:        11%{?dist}
+Release:        12%{?dist}
 Summary:        Extras applets for avant window navigator
 
 Group:          User Interface/Desktops
@@ -23,6 +23,7 @@ Patch1:         1305_1304.diff
 Patch2:         1306_1305.diff
 Patch3:         1310_1309.diff
 Patch4:         1311_1310.diff
+Patch5:         1312_1311.diff
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -96,6 +97,8 @@ awn-extras-applets includes extras apple
 %patch2 -p0 -b .1306_1305
 %patch3 -p0 -b .1310_1309
 %patch4 -p0 -b .1311_1310
+%patch5 -p0 -b .1312_1311
+
 cp -p %{SOURCE1} applets/unmaintained/MiMenu/icons
 
 
@@ -185,6 +188,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jun 04 2010 Leigh Scott <leigh123linux at googlemail.com> - 0.4.0-12
+- apply upstream fix for weatherapplet (Bz 597791)
+
 * Fri May 28 2010 Leigh Scott <leigh123linux at googlemail.com> - 0.4.0-11
 - apply upstream fix for weatherapplet (Bz 592753)
 



More information about the scm-commits mailing list