[python-batchhttp] Updated to upstream 1.1.1 Updated URL field

Patrick Uiterwijk puiterwijk at fedoraproject.org
Thu Jul 26 00:30:45 UTC 2012


commit b20b44b4ba61dfc8c85eba258d2e734fd777f918
Author: Patrick Uiterwijk <puiterwijk at gmail.com>
Date:   Thu Jul 26 02:29:34 2012 +0200

    Updated to upstream 1.1.1
    Updated URL field

 .gitignore            |    1 +
 python-batchhttp.spec |   10 +++++++---
 sources               |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ad84db9..f7cf9f0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 batchhttp-1.1.tar.gz
+/batchhttp-1.1.1.tar.gz
diff --git a/python-batchhttp.spec b/python-batchhttp.spec
index 835ab17..dbc2f3e 100644
--- a/python-batchhttp.spec
+++ b/python-batchhttp.spec
@@ -1,13 +1,13 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-batchhttp
-Version:        1.1
-Release:        5%{?dist}
+Version:        1.1.1
+Release:        1%{?dist}
 Summary:        Parallel fetching of HTTP resources through MIME multipart
 
 Group:          Development/Languages
 License:        BSD
-URL:            http://sixapart.github.com/batchhttp/
+URL:            https://github.com/saymedia/batchhttp/
 Source0:        http://pypi.python.org/packages/source/b/batchhttp/batchhttp-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -49,6 +49,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jul 26 2012 Patrick Uiterwijk <puiterwijk at gmail.com> - 1.1.1-1
+- Updated to upstream 1.1.1
+- Updated URL field
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 56ca1af..0c23c67 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-12674b9f8de30407733dd36adeb0fc6c  batchhttp-1.1.tar.gz
+b375da621fe330dd16c17bb10b1cb8ab  batchhttp-1.1.1.tar.gz


More information about the scm-commits mailing list