- Fixed the reget method to actually work correctly (skip completely

transfered files, get first header without range etc)
epel9
Phil Knirsch 20 years ago
parent 00f7094319
commit bddafa8b8e

@ -3,8 +3,9 @@
Summary: A high-level cross-protocol url-grabber Summary: A high-level cross-protocol url-grabber
Name: python-urlgrabber Name: python-urlgrabber
Version: 2.9.6 Version: 2.9.6
Release: 1 Release: 2
Source0: %{realname}-%{version}.tar.gz Source0: %{realname}-%{version}.tar.gz
Patch0: python-urlgrabber-2.9.6-reget.patch
License: LGPL License: LGPL
Group: Development/Libraries Group: Development/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
@ -20,6 +21,7 @@ authentication, proxies and more.
%prep %prep
%setup -n %{realname}-%{version} %setup -n %{realname}-%{version}
%patch0 -p1 -b .reget
%build %build
python setup.py build python setup.py build
@ -34,6 +36,10 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Fri Jun 03 2005 Phil Knirsch <pknirsch@redhat.com> 2.9.6-2
- Fixed the reget method to actually work correctly (skip completely transfered
files, etc)
* Tue Mar 8 2005 Jeremy Katz <katzj@redhat.com> - 2.9.6-1 * Tue Mar 8 2005 Jeremy Katz <katzj@redhat.com> - 2.9.6-1
- update to 2.9.6 - update to 2.9.6

Loading…
Cancel
Save