[python-gunicorn] upstream bug fix release 0.17.2

Dan Callaghan dcallagh at fedoraproject.org
Thu Jan 17 06:23:03 UTC 2013


commit 9f07fbead8f0fd6ac57ca189a9665e2b6c16d884
Author: Dan Callaghan <dcallagh at redhat.com>
Date:   Thu Jan 17 16:22:40 2013 +1000

    upstream bug fix release 0.17.2

 .gitignore                                   |    1 +
 python-gunicorn-argumentparser-version.patch |   31 --------------------------
 python-gunicorn.spec                         |   10 ++++----
 sources                                      |    2 +-
 4 files changed, 7 insertions(+), 37 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bc0ca05..2853881 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /gunicorn-0.15.0.tar.gz
 /gunicorn-0.16.1.tar.gz
 /gunicorn-0.17.0.tar.gz
+/gunicorn-0.17.2.tar.gz
diff --git a/python-gunicorn.spec b/python-gunicorn.spec
index 32c9dd8..ff1bc09 100644
--- a/python-gunicorn.spec
+++ b/python-gunicorn.spec
@@ -8,16 +8,14 @@
 %endif
 
 Name:           python-%{upstream_name}
-Version:        0.17.0
-Release:        2%{?dist}
+Version:        0.17.2
+Release:        1%{?dist}
 Summary:        Python WSGI application server
 
 Group:          System Environment/Daemons
 License:        MIT
 URL:            http://gunicorn.org/
 Source0:        http://pypi.python.org/packages/source/g/%{upstream_name}/%{upstream_name}-%{version}.tar.gz
-# https://github.com/benoitc/gunicorn/pull/462
-Patch0:         %{name}-argumentparser-version.patch
 # distro-specific, not upstreamable
 Patch100:       %{name}-dev-log.patch
 
@@ -51,7 +49,6 @@ Django, and Paster applications.
 
 %prep
 %setup -q -n %{upstream_name}-%{version}
-%patch0 -p1
 %patch100 -p1
 
 %if %{with python3}
@@ -107,6 +104,9 @@ popd
 %endif
 
 %changelog
+* Thu Jan 17 2013 Dan Callaghan <dcallagh at redhat.com> - 0.17.2-1
+- upstream bug fix release 0.17.2
+
 * Wed Jan 02 2013 Dan Callaghan <dcallagh at redhat.com> - 0.17.0-2
 - patch to use /dev/log for syslog by default
 
diff --git a/sources b/sources
index d51ac92..d8f8902 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0d4003bcd1a1899cd7ac580e6e4ab4c9  gunicorn-0.17.0.tar.gz
+4f4cdd0ad0fd864eb9abd9d6a4ea931e  gunicorn-0.17.2.tar.gz


More information about the scm-commits mailing list