Update to latest HEAD.

- clamp timestamps from the future.  BZ 894630, 1013733
- Fix the condition to enter single-connection mode. BZ 853432
- Fix unit tests
epel9
Zdenek Pavlas 11 years ago
parent 70b6f41593
commit ab0b19ca75

1
.gitignore vendored

@ -1 +1,2 @@
urlgrabber-3.9.1.tar.gz
/urlgrabber-3.10.tar.gz

@ -2,10 +2,9 @@
Summary: A high-level cross-protocol url-grabber
Name: python-urlgrabber
Version: 3.9.1
Release: 32%{?dist}
Source0: urlgrabber-%{version}.tar.gz
Patch1: urlgrabber-HEAD.patch
Version: 3.10
Release: 0%{?dist}
Source0: http://urlgrabber.baseurl.org/download/urlgrabber-%{version}.tar.gz
License: LGPLv2+
Group: Development/Libraries
@ -23,7 +22,6 @@ authentication, proxies and more.
%prep
%setup -q -n urlgrabber-%{version}
%patch1 -p1
%build
python setup.py build
@ -44,6 +42,12 @@ rm -rf $RPM_BUILD_ROOT
%attr(0755,root,root) %{_libexecdir}/urlgrabber-ext-down
%changelog
* Wed Oct 9 2013 Zdenek Pavlas <zpavlas@redhat.com> - 3.10-0
- Update to latest HEAD.
- clamp timestamps from the future. BZ 894630, 1013733
- Fix the condition to enter single-connection mode. BZ 853432
- Fix unit tests
* Fri Sep 27 2013 Zdenek Pavlas <zpavlas@redhat.com> - 3.9.1-32
- Update to latest HEAD.
- Switch to max_connections=1 after refused connect. BZ 853432

@ -1 +1 @@
00c8359bf71062d0946bacea521f80b4 urlgrabber-3.9.1.tar.gz
7cff064649619355d329b26d75872f60 urlgrabber-3.10.tar.gz

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save