From 79aaf5e67e3856e0d90cd98c1f1a70a5a36c3410 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Wed, 6 Dec 2006 21:25:14 +0000 Subject: [PATCH] - rebuild for python 2.5 --- python-urlgrabber.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-urlgrabber.spec b/python-urlgrabber.spec index f67ac3f..fa4c012 100644 --- a/python-urlgrabber.spec +++ b/python-urlgrabber.spec @@ -3,7 +3,7 @@ Summary: A high-level cross-protocol url-grabber Name: python-urlgrabber Version: 2.9.9 -Release: 4%{?dist} +Release: 5%{?dist} Source0: urlgrabber-%{version}.tar.gz Patch0: urlgrabber-read-error.patch Patch1: urlgrabber-ssl-byterange-keepalive.patch @@ -46,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/urlgrabber %changelog +* Wed Dec 6 2006 Jeremy Katz - 2.9.9-5 +- rebuild for python 2.5 + * Wed Dec 6 2006 Jeremy Katz - 2.9.9-4 - fix keepalive (#218268)