rpms/awn-extras-applets/F-12 1305_1304.diff, NONE, 1.1 awn-extras-applets.spec, 1.30, 1.31

Leigh Scott leigh123linux at fedoraproject.org
Fri May 14 18:57:38 UTC 2010


Author: leigh123linux

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

Modified Files:
	awn-extras-applets.spec 
Added Files:
	1305_1304.diff 
Log Message:
* Fri May 14 2010 Leigh Scott <leigh123linux at googlemail.com> - 0.4.0-6
- apply upstream fix for awn-bwm (Bz 589724)


1305_1304.diff:
 awn-bwm.py |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

--- NEW FILE 1305_1304.diff ---
=== modified file 'applets/maintained/bandwidth-monitor/awn-bwm.py'
--- applets/maintained/bandwidth-monitor/awn-bwm.py	2010-03-26 17:37:57 +0000
+++ applets/maintained/bandwidth-monitor/awn-bwm.py	2010-05-14 17:03:39 +0000
@@ -579,7 +579,8 @@
                     self.draw_meter(ct, width, self.applet.get_size(),
                         iface, True)
         else:
-            self.draw_meter(ct, width, self.applet.get_size(), self.iface)
+            if self.iface and self.iface in self.netstats.ifaces:
+                self.draw_meter(ct, width, self.applet.get_size(), self.iface)
         if self.iface in self.netstats.ifaces:
             if self.label_control:
                 if self.label_control == 2:
@@ -609,6 +610,7 @@
         else:
             self.upload_ot.props.text = _('No')
             self.download_ot.props.text = _('Device')
+            self.sum_ot.props.text = ''
             self.title_text = _('Please select a valid device')
         if self.border:
             line_width = 2



Index: awn-extras-applets.spec
===================================================================
RCS file: /cvs/pkgs/rpms/awn-extras-applets/F-12/awn-extras-applets.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -p -r1.30 -r1.31
--- awn-extras-applets.spec	29 Apr 2010 22:51:59 -0000	1.30
+++ awn-extras-applets.spec	14 May 2010 18:57:38 -0000	1.31
@@ -8,7 +8,7 @@
 
 Name:           awn-extras-applets
 Version:        0.4.0
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Extras applets for avant window navigator
 
 Group:          User Interface/Desktops
@@ -18,6 +18,8 @@ Source0:        https://edge.launchpad.n
 Source1:        icon.svg
 #http://launchpadlibrarian.net/44044152/python_dir.patch
 Patch0:         python_dir.patch
+#http://bazaar.launchpad.net/~awn-extras/awn-extras/trunk/revision/1305
+Patch1:         1305_1304.diff
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -81,6 +83,7 @@ awn-extras-applets includes extras apple
 %prep
 %setup -q -n awn-extras-%{version}
 %patch0 -p0 -b .python_dir
+%patch1 -p0 -b .1305_1304
 cp -p %{SOURCE1} applets/unmaintained/MiMenu/icons
 
 
@@ -170,6 +173,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri May 14 2010 Leigh Scott <leigh123linux at googlemail.com> - 0.4.0-6
+- apply upstream fix for awn-bwm (Bz 589724)
+
 * Thu Apr 29 2010 Leigh Scott <leigh123linux at googlemail.com> - 0.4.0-5
 - add versioned Obsoletes
 - remove the test desktop files



More information about the scm-commits mailing list