From bddafa8b8edbbcb6abccf424dda1b23781dcfe56 Mon Sep 17 00:00:00 2001 From: Phil Knirsch Date: Fri, 3 Jun 2005 09:49:21 +0000 Subject: [PATCH] - Fixed the reget method to actually work correctly (skip completely transfered files, get first header without range etc) --- python-urlgrabber.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/python-urlgrabber.spec b/python-urlgrabber.spec index a682b08..e157679 100644 --- a/python-urlgrabber.spec +++ b/python-urlgrabber.spec @@ -3,8 +3,9 @@ Summary: A high-level cross-protocol url-grabber Name: python-urlgrabber Version: 2.9.6 -Release: 1 +Release: 2 Source0: %{realname}-%{version}.tar.gz +Patch0: python-urlgrabber-2.9.6-reget.patch License: LGPL Group: Development/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot @@ -20,6 +21,7 @@ authentication, proxies and more. %prep %setup -n %{realname}-%{version} +%patch0 -p1 -b .reget %build python setup.py build @@ -34,6 +36,10 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root) %changelog +* Fri Jun 03 2005 Phil Knirsch 2.9.6-2 +- Fixed the reget method to actually work correctly (skip completely transfered + files, etc) + * Tue Mar 8 2005 Jeremy Katz - 2.9.6-1 - update to 2.9.6