From 9e3b390fc862cbee1b121ce3c8b95101ad7177ac Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Aug 03 2009 18:58:07 +0000 Subject: - update to 3.9.0 - try to not make jkeating cry - remove all the patches, for now. - new python-pycurl dep --- diff --git a/.cvsignore b/.cvsignore index 9de4743..0e68691 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -urlgrabber-3.0.0.tar.gz +urlgrabber-3.9.0.tar.gz diff --git a/python-urlgrabber.spec b/python-urlgrabber.spec index 7840ea2..928fe29 100644 --- a/python-urlgrabber.spec +++ b/python-urlgrabber.spec @@ -2,28 +2,18 @@ Summary: A high-level cross-protocol url-grabber Name: python-urlgrabber -Version: 3.0.0 -Release: 16%{?dist} +Version: 3.9.0 +Release: 3%{?dist} Source0: urlgrabber-%{version}.tar.gz -Patch0: urlgrabber-keepalive.patch -Patch1: urlgrabber-string-type.patch -Patch2: urlgrabber-3.0.0-cleanup.patch -Patch3: urlgrabber-ftp-port.patch -Patch4: urlgrabber-progress-ui.patch -Patch5: urlgrabber-grab-no-range.patch -Patch6: urlgrabber-no-ssl-ok.patch -Patch7: urlgrabber-extra-progress.patch -Patch8: urlgrabber-file-checkfunc.patch -Patch9: md5-hashlib.patch -Patch10: urlgrabber-3.0.0-progress-C-c+serial-console.patch License: LGPLv2+ Group: Development/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch -BuildRequires: python-devel -Url: http://linux.duke.edu/projects/urlgrabber/ +BuildRequires: python-devel, python-pycurl +Url: http://urlgrabber.baseurl.org/ Provides: urlgrabber = %{version}-%{release} +Requires: python-pycurl %description A high-level cross-protocol url-grabber for python supporting HTTP, FTP @@ -32,17 +22,7 @@ authentication, proxies and more. %prep %setup -q -n urlgrabber-%{version} -%patch0 -p0 -%patch1 -p1 -%patch2 -p1 -%patch3 -p0 -%patch4 -p1 -%patch5 -p1 -%patch6 -p1 -%patch7 -p1 -%patch8 -p1 -%patch9 -p1 -%patch10 -p1 + %build python setup.py build @@ -62,8 +42,8 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/urlgrabber %changelog -* Sun Jul 26 2009 Fedora Release Engineering - 3.0.0-16 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild +* Thu Jul 30 2009 Seth Vidal - 3.9.0-1 +- new version - curl-based * Wed Apr 8 2009 James Antill 3.0.0-15 - Fix progress bars for serial consoles. diff --git a/sources b/sources index 0503a89..de7a6b9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3cdb34db3269baf8006da35b9f82d9c9 urlgrabber-3.0.0.tar.gz +e82f8bd6cd052015d436042872074f3e urlgrabber-3.9.0.tar.gz