rpms/pybackpack/devel pybackpack-default_image-0.5.7.patch, NONE, 1.1 import.log, 1.3, 1.4 pybackpack.spec, 1.14, 1.15

Adam Miller maxamillion at fedoraproject.org
Tue Dec 22 16:52:18 UTC 2009


Author: maxamillion

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

Modified Files:
	import.log pybackpack.spec 
Added Files:
	pybackpack-default_image-0.5.7.patch 
Log Message:
Patch for default selection bug



pybackpack-default_image-0.5.7.patch:
 actions.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE pybackpack-default_image-0.5.7.patch ---
Index: pybackpack/actions.py
===================================================================
--- pybackpack/actions.py   (revision 238)
+++ pybackpack/actions.py   (revision 239)
@@ -252,7 +252,7 @@
 		"""
 		self.report_progress(_("Writing image to CD/DVD"))
 
-		track = braseroburn.TrackImage()
+		track = braseroburn.TrackImageCfg()
 		track.set_source(self.isopath)
 
		session = braseroburn.SessionCfg()


Index: import.log
===================================================================
RCS file: /cvs/extras/rpms/pybackpack/devel/import.log,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- import.log	18 Dec 2009 16:36:48 -0000	1.3
+++ import.log	22 Dec 2009 16:52:17 -0000	1.4
@@ -1,3 +1,4 @@
 pybackpack-0_5_5-1_fc9:HEAD:pybackpack-0.5.5-1.fc9.src.rpm:1221005806
 pybackpack-0_5_6-1_fc9:HEAD:pybackpack-0.5.6-1.fc9.src.rpm:1222459966
 pybackpack-0_5_7-2_fc12:HEAD:pybackpack-0.5.7-2.fc12.src.rpm:1261154163
+pybackpack-0_5_7-3_fc12:HEAD:pybackpack-0.5.7-3.fc12.src.rpm:1261500704


Index: pybackpack.spec
===================================================================
RCS file: /cvs/extras/rpms/pybackpack/devel/pybackpack.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- pybackpack.spec	18 Dec 2009 16:38:22 -0000	1.14
+++ pybackpack.spec	22 Dec 2009 16:52:17 -0000	1.15
@@ -4,7 +4,7 @@
 Summary: User oriented backup and restore application
 Name: pybackpack
 Version: 0.5.7
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2
 Group: Applications/Archiving
 URL: http://andrewprice.me.uk/projects/pybackpack/
@@ -25,8 +25,12 @@ Requires: gnome-python2-brasero
 Requires: rdiff-backup >= 1.0
 BuildArch:      noarch
 
+# Fix for not allowing user defined backup set
 Patch0: pybackpack-backupset-0.5.7.patch
 
+# Fix for default selection of user backup image
+Patch1: pybackpack-default_image-0.5.7.patch
+
 %description
 A GTK+ tool written in Python to backup files.
 
@@ -34,6 +38,7 @@ A GTK+ tool written in Python to backup 
 %setup -q
 
 %patch0 -p0
+%patch1 -p0
 
 %build
 python setup.py build
@@ -69,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Tue Dec 22 2009 Adam Miller <maxamillion at fedoraproject.org> - 0.5.7-3
+- Patch to fix default selection of user backup image (also part of BZ 538193)
+
 * Fri Dec 18 2009 Adam Miller <maxamillion at fedoraproject.org> - 0.5.7-2
 - Patch to supplement upstream release as a proposed solution to BZ 538193
 




More information about the scm-commits mailing list