rpms/python-urlgrabber/devel python-urlgrabber.spec, 1.25, 1.26 urlgrabber-progress-ui.patch, 1.1, 1.2

James Antill (james) fedora-extras-commits at redhat.com
Mon Apr 7 17:27:48 UTC 2008


Author: james

Update of /cvs/pkgs/rpms/python-urlgrabber/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29818

Modified Files:
	python-urlgrabber.spec urlgrabber-progress-ui.patch 
Log Message:
* Mon Apr  7 2008 James Antill <james at fedoraproject.org> 3.0.0-6
- Fix the ftp byterange port problem:
- Resolves: bug#419241
- Fixup the progress UI:
-   add function for total progress
-   add total progress percentagee current download line
-   add rate to current download line
-   use dead space when finished downloading
-   don't confuse download rate on regets.



Index: python-urlgrabber.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-urlgrabber/devel/python-urlgrabber.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- python-urlgrabber.spec	7 Apr 2008 17:11:24 -0000	1.25
+++ python-urlgrabber.spec	7 Apr 2008 17:27:10 -0000	1.26
@@ -28,8 +28,8 @@
 %patch0 -p0
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%patch3 -p0
+%patch4 -p0
 
 %build
 python setup.py build

urlgrabber-progress-ui.patch:

Index: urlgrabber-progress-ui.patch
===================================================================
RCS file: /cvs/pkgs/rpms/python-urlgrabber/devel/urlgrabber-progress-ui.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- urlgrabber-progress-ui.patch	7 Apr 2008 17:11:24 -0000	1.1
+++ urlgrabber-progress-ui.patch	7 Apr 2008 17:27:10 -0000	1.2
@@ -1,10 +1,10 @@
-Index: progress.py
+Index: urlgrabber/progress.py
 ===================================================================
 RCS file: /home/groups/urlgrabber/cvs-root/urlgrabber/urlgrabber/progress.py,v
 retrieving revision 1.7
-diff -u -r1.7 progress.py
---- progress.py	19 Aug 2005 21:59:07 -0000	1.7
-+++ progress.py	7 Apr 2008 16:33:30 -0000
+diff -u -r1.7 urlgrabber/progress.py
+--- urlgrabber/progress.py	19 Aug 2005 21:59:07 -0000	1.7
++++ urlgrabber/progress.py	7 Apr 2008 16:33:30 -0000
 @@ -83,6 +83,17 @@
      def _do_end(self, amount_read, now=None):
          pass




More information about the scm-commits mailing list