[python-urlgrabber] Update to latest HEAD.

Zdeněk Pavlas zpavlas at fedoraproject.org
Wed Oct 9 12:50:36 UTC 2013


commit ab0b19ca75bdf988587d21db9512d8433699309d
Author: Zdenek Pavlas <zpavlas at redhat.com>
Date:   Wed Oct 9 14:47:16 2013 +0200

    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

 .gitignore             |    1 +
 python-urlgrabber.spec |   14 +-
 sources                |    2 +-
 urlgrabber-HEAD.patch  | 2620 ------------------------------------------------
 4 files changed, 11 insertions(+), 2626 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8ad6a9b..2e1fe04 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 urlgrabber-3.9.1.tar.gz
+/urlgrabber-3.10.tar.gz
diff --git a/python-urlgrabber.spec b/python-urlgrabber.spec
index 2520acc..d48abe1 100644
--- a/python-urlgrabber.spec
+++ b/python-urlgrabber.spec
@@ -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 at 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 at redhat.com> - 3.9.1-32
 - Update to latest HEAD.
 - Switch to max_connections=1 after refused connect. BZ 853432
diff --git a/sources b/sources
index 57fad91..5e28765 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-00c8359bf71062d0946bacea521f80b4  urlgrabber-3.9.1.tar.gz
+7cff064649619355d329b26d75872f60  urlgrabber-3.10.tar.gz


More information about the scm-commits mailing list