rpms/fwbackups/devel fwbackups-1.43.2-trayNotify.patch, NONE, 1.1 fwbackups.spec, 1.22, 1.23

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


Author: firewing

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

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/devel/fwbackups.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- fwbackups.spec	2 Oct 2008 16:53:25 -0000	1.22
+++ fwbackups.spec	19 Oct 2008 15:06:12 -0000	1.23
@@ -2,12 +2,13 @@
 
 Name:              fwbackups
 Version:           1.43.2
-Release:           2%{?dist}
+Release:           3%{?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,8 @@
 
 %prep
 %setup -q
+%patch0 -b .trayNotify
+
 
 %build
 %configure --disable-scrollkeeper
@@ -77,6 +80,9 @@
 %doc AUTHORS README COPYING COPYING-DOCS ChangeLog TODO
 
 %changelog
+* Sun Oct 19 2008 Stewart Adam <s.adam at diffingo.com> 1.43.2-3
+- Add patch for trayNotify bug
+
 * Thu Oct 2 2008 Stewart Adam <s.adam at diffingo.com> 1.43.2-2
 - Bump for retag
 




More information about the scm-commits mailing list