[python-gunicorn] new upstream release 0.15.0

Dan Callaghan dcallagh at fedoraproject.org
Sun Oct 21 22:25:57 UTC 2012


commit 356a7720771860ab641ae408a5d1c616a2ed06c0
Author: Dan Callaghan <dcallagh at redhat.com>
Date:   Mon Oct 22 08:25:47 2012 +1000

    new upstream release 0.15.0

 .gitignore                                    |    1 +
 python-gunicorn-0.14.6-LimitRequestLine.patch |   37 -------------------------
 python-gunicorn.spec                          |   11 +++----
 sources                                       |    2 +-
 4 files changed, 7 insertions(+), 44 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d59d5f8..a3bb73d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /gunicorn-0.14.3.tar.gz
 /gunicorn-0.14.5.tar.gz
 /gunicorn-0.14.6.tar.gz
+/gunicorn-0.15.0.tar.gz
diff --git a/python-gunicorn.spec b/python-gunicorn.spec
index b2c7fd9..c30e837 100644
--- a/python-gunicorn.spec
+++ b/python-gunicorn.spec
@@ -2,7 +2,7 @@
 %global upstream_name gunicorn
 
 Name:           python-gunicorn
-Version:        0.14.6
+Version:        0.15.0
 Release:        1%{?dist}
 Summary:        Python WSGI application server
 
@@ -10,9 +10,6 @@ Group:          System Environment/Daemons
 License:        MIT
 URL:            http://gunicorn.org/
 Source0:        http://pypi.python.org/packages/source/g/gunicorn/gunicorn-%{version}.tar.gz
-# https://github.com/benoitc/gunicorn/issues/390
-# https://github.com/benoitc/gunicorn/commit/4b478e1a6651f33b36e30294c5a320388ed527f4
-Patch1:         %{name}-0.14.6-LimitRequestLine.patch
 
 BuildArch:      noarch
 BuildRequires:  python2-devel
@@ -26,7 +23,6 @@ Django, and Paster applications.
 
 %prep
 %setup -q -n %{upstream_name}-%{version}
-%patch1 -p1
 
 %build
 %{__python} setup.py build
@@ -45,7 +41,10 @@ Django, and Paster applications.
 %{_bindir}/%{upstream_name}_paster
 
 %changelog
-* Mon Aug 20 2012 Dan Callaghan <dcallagh at redhat.com> - 0.14-6-2
+* Mon Oct 22 2012 Dan Callaghan <dcallagh at redhat.com> - 0.15.0-1
+- new upstream release 0.15.0
+
+* Mon Aug 20 2012 Dan Callaghan <dcallagh at redhat.com> - 0.14.6-2
 - fix for LimitRequestLine test failure (upstream issue #390)
 
 * Wed Aug 01 2012 Dan Callaghan <dcallagh at redhat.com> - 0.14.6-1
diff --git a/sources b/sources
index 73c6ae1..2be5225 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-32ce00116fd3df855987e4f749eab7e5  gunicorn-0.14.6.tar.gz
+40808a7dbb4e6f27fd6d0139d95a5c00  gunicorn-0.15.0.tar.gz


More information about the scm-commits mailing list