[python-gunicorn] upstream bugfix release 0.14.6

Dan Callaghan dcallagh at fedoraproject.org
Mon Aug 20 05:33:10 UTC 2012


commit edd5067e8ac8ab52ea86afb765636ba944a30303
Author: Dan Callaghan <dcallagh at redhat.com>
Date:   Wed Aug 1 11:07:29 2012 +1000

    upstream bugfix release 0.14.6

 .gitignore           |    1 +
 python-gunicorn.spec |    7 +++++--
 sources              |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f1d3e4d..d59d5f8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /gunicorn-0.14.3.tar.gz
 /gunicorn-0.14.5.tar.gz
+/gunicorn-0.14.6.tar.gz
diff --git a/python-gunicorn.spec b/python-gunicorn.spec
index 3026887..61fa6ce 100644
--- a/python-gunicorn.spec
+++ b/python-gunicorn.spec
@@ -2,8 +2,8 @@
 %global upstream_name gunicorn
 
 Name:           python-gunicorn
-Version:        0.14.5
-Release:        2%{?dist}
+Version:        0.14.6
+Release:        1%{?dist}
 Summary:        Python WSGI application server
 
 Group:          System Environment/Daemons
@@ -41,6 +41,9 @@ Django, and Paster applications.
 %{_bindir}/%{upstream_name}_paster
 
 %changelog
+* Wed Aug 01 2012 Dan Callaghan <dcallagh at redhat.com> - 0.14.6-1
+- upstream bugfix release 0.14.6
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.14.5-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 4977356..73c6ae1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a2682d3800291c93780407995426a6b3  gunicorn-0.14.5.tar.gz
+32ce00116fd3df855987e4f749eab7e5  gunicorn-0.14.6.tar.gz


More information about the scm-commits mailing list