rpms/fwbackups/F-8 fwbackups-1.43.2-trayNotify.patch, NONE, 1.1 fwbackups.spec, 1.20, 1.21

Stewart Adam firewing at fedoraproject.org
Sun Oct 19 15:06:42 UTC 2008


Author: firewing

Update of /cvs/extras/rpms/fwbackups/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1988/F-8

Modified Files:
	fwbackups.spec 
Added Files:
	fwbackups-1.43.2-trayNotify.patch 
Log Message:
Add patch for trayNotify bug


fwbackups-1.43.2-trayNotify.patch:

--- NEW FILE fwbackups-1.43.2-trayNotify.patch ---
--- src/fwbackups-runapp.pyw.orig	2008-10-19 10:54:41.000000000 
-0400
+++ src/fwbackups-runapp.pyw	2008-10-19 10:54:10.000000000 
-0400
@@ -2430,7 +2430,7 @@
     elif self.backupThread.retval == -1 or self.backupThread.retval == None or self.backupThread.retval == False: # error
       self.setStatus(_('<span color="Red">Error</span>'))
       if int(prefs.get('Preferences', 'ShowNotifications')) == 1:
-        self.trayNotify(_('Status'), _('An error occured while performing the one-time backup operation', 5))
+        self.trayNotify(_('Status'), _('An error occured while performing the one-time backup operation'), 5)
       # just incase we have leftover stuff running
       self.backupHandle.cancelOperation()
     else:


Index: fwbackups.spec
===================================================================
RCS file: /cvs/extras/rpms/fwbackups/F-8/fwbackups.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- fwbackups.spec	2 Oct 2008 16:50:45 -0000	1.20
+++ fwbackups.spec	19 Oct 2008 15:06:12 -0000	1.21
@@ -2,12 +2,13 @@
 
 Name:              fwbackups
 Version:           1.43.2
-Release:           1%{?dist}
+Release:           2%{?dist}
 Summary:           A feature-rich user backup program
 Group:             Applications/Archiving
 License:           GPLv2+
-URL:               http://www.diffingo.com/content/view/12/45/lang,en/
-Source0:           http://www.diffingo.com/downloads/fwbackups/fwbackups-%{version}.tar.gz
+URL:               http://www.diffingo.com/oss/fwbackups/
+Source0:           http://downloads.diffingo.com/fwbackups/fwbackups-%{version}.tar.gz
+Patch0:            fwbackups-1.43.2-trayNotify.patch
 BuildRoot:         %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:         noarch
 
@@ -38,6 +39,7 @@
 
 %prep
 %setup -q
+%patch0 -b .trayNotify
 
 %build
 %configure --disable-scrollkeeper
@@ -77,6 +79,9 @@
 %doc AUTHORS README COPYING COPYING-DOCS ChangeLog TODO
 
 %changelog
+* Sun Oct 19 2008 Stewart Adam <s.adam at diffingo.com> 1.43.2-2
+- Add patch for trayNotify bug
+
 * Thu Oct 2 2008 Stewart Adam <s.adam at diffingo.com> 1.43.2-1
 - Update to 1.43.2 final
 




More information about the scm-commits mailing list