[python-gunicorn] updated to upstream release 0.14.3

Dan Callaghan dcallagh at fedoraproject.org
Thu Jun 7 02:55:32 UTC 2012


commit 9d43d8555f9402ced864f07fd843e04ee06d3f5b
Author: Dan Callaghan <dcallagh at redhat.com>
Date:   Thu Jun 7 12:55:18 2012 +1000

    updated to upstream release 0.14.3

 .gitignore                             |    2 +-
 python-gunicorn-0.13.4-no-read-0.patch |   12 ------------
 python-gunicorn.spec                   |   10 +++++-----
 sources                                |    2 +-
 4 files changed, 7 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5ec3a34..32b18d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/gunicorn-0.13.4.tar.gz
+/gunicorn-0.14.3.tar.gz
diff --git a/python-gunicorn.spec b/python-gunicorn.spec
index a822bc5..68e906c 100644
--- a/python-gunicorn.spec
+++ b/python-gunicorn.spec
@@ -2,16 +2,14 @@
 %global upstream_name gunicorn
 
 Name:           python-gunicorn
-Version:        0.13.4
-Release:        3%{?dist}
+Version:        0.14.3
+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/gunicorn/gunicorn-%{version}.tar.gz
-# https://github.com/benoitc/gunicorn/issues/294
-Patch0:         %{name}-%{version}-no-read-0.patch
 
 BuildArch:      noarch
 BuildRequires:  python2-devel
@@ -25,7 +23,6 @@ Django, and Paster applications.
 
 %prep
 %setup -q -n %{upstream_name}-%{version}
-%patch0 -p1
 
 %build
 %{__python} setup.py build
@@ -44,6 +41,9 @@ Django, and Paster applications.
 %{_bindir}/%{upstream_name}_paster
 
 %changelog
+* Thu Jun 07 2012 Dan Callaghan <dcallagh at redhat.com> - 0.14.3-1
+- updated to upstream release 0.14.3
+
 * Wed Feb 08 2012 Dan Callaghan <dcallagh at redhat.com> - 0.13.4-3
 - renamed package to python-gunicorn, and other minor fixes
 
diff --git a/sources b/sources
index 522b471..06a2243 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e18f3fdaa94ef2dce2f2d53e1f7aaadc  gunicorn-0.13.4.tar.gz
+32ef55d04ad18215d88fd7481c6a5bcf  gunicorn-0.14.3.tar.gz


More information about the scm-commits mailing list