rpms/awn-extras-applets/devel 1306_1305.diff, NONE, 1.1 awn-extras-applets.spec, 1.33, 1.34

Leigh Scott leigh123linux at fedoraproject.org
Mon May 17 06:47:32 UTC 2010


Author: leigh123linux

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

Modified Files:
	awn-extras-applets.spec 
Added Files:
	1306_1305.diff 
Log Message:
* Mon May 17 2010 Leigh Scott <leigh123linux at googlemail.com> - 0.4.0-7
- apply upstream fix for thinkhdaps (Bz 592357) 


1306_1305.diff:
 thinkhdaps.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE 1306_1305.diff ---
=== modified file 'applets/maintained/thinkhdaps/thinkhdaps.py'
--- applets/maintained/thinkhdaps/thinkhdaps.py	2010-03-17 12:59:54 +0000
+++ applets/maintained/thinkhdaps/thinkhdaps.py	2010-05-17 03:03:53 +0000
@@ -187,5 +187,5 @@
         "authors": ["onox <denkpadje at gmail.com>"],
         "artists": ["Jakub Steiner", "Lapo Calamandrei", "Rodney Dawes", "Garrett LeSage", "onox"]})
 
-    if isinstance(notifier, ThreadedNotifier):
+    if notifier is not None:
         notifier.stop()



Index: awn-extras-applets.spec
===================================================================
RCS file: /cvs/pkgs/rpms/awn-extras-applets/devel/awn-extras-applets.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -p -r1.33 -r1.34
--- awn-extras-applets.spec	14 May 2010 18:52:58 -0000	1.33
+++ awn-extras-applets.spec	17 May 2010 06:47:31 -0000	1.34
@@ -8,7 +8,7 @@
 
 Name:           awn-extras-applets
 Version:        0.4.0
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Extras applets for avant window navigator
 
 Group:          User Interface/Desktops
@@ -20,6 +20,7 @@ Source1:        icon.svg
 Patch0:         python_dir.patch
 #http://bazaar.launchpad.net/~awn-extras/awn-extras/trunk/revision/1305
 Patch1:         1305_1304.diff
+Patch2:         1306_1305.diff
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -84,6 +85,7 @@ awn-extras-applets includes extras apple
 %setup -q -n awn-extras-%{version}
 %patch0 -p0 -b .python_dir
 %patch1 -p0 -b .1305_1304
+%patch2 -p0 -b .1306_1305
 cp -p %{SOURCE1} applets/unmaintained/MiMenu/icons
 
 
@@ -173,6 +175,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon May 17 2010 Leigh Scott <leigh123linux at googlemail.com> - 0.4.0-7
+- apply upstream fix for thinkhdaps (Bz 592357) 
+
 * Fri May 14 2010 Leigh Scott <leigh123linux at googlemail.com> - 0.4.0-6
 - apply upstream fix for awn-bwm (Bz 589724)
 



More information about the scm-commits mailing list