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