[python-gunicorn] upstream bugfix release 0.14.5

Dan Callaghan dcallagh at fedoraproject.org
Sun Jun 24 22:11:38 UTC 2012


commit 7c57bee15b9b8cf3586684b0a8a45140d6156c65
Author: Dan Callaghan <dcallagh at redhat.com>
Date:   Mon Jun 25 08:07:08 2012 +1000

    upstream bugfix release 0.14.5

 .gitignore           |    1 +
 python-gunicorn.spec |    5 ++++-
 sources              |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 32b18d0..f1d3e4d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /gunicorn-0.14.3.tar.gz
+/gunicorn-0.14.5.tar.gz
diff --git a/python-gunicorn.spec b/python-gunicorn.spec
index 68e906c..89eb132 100644
--- a/python-gunicorn.spec
+++ b/python-gunicorn.spec
@@ -2,7 +2,7 @@
 %global upstream_name gunicorn
 
 Name:           python-gunicorn
-Version:        0.14.3
+Version:        0.14.5
 Release:        1%{?dist}
 Summary:        Python WSGI application server
 
@@ -41,6 +41,9 @@ Django, and Paster applications.
 %{_bindir}/%{upstream_name}_paster
 
 %changelog
+* Mon Jun 25 2012 Dan Callaghan <dcallagh at redhat.com> - 0.14.5-1
+- upstream bugfix release 0.14.5
+
 * Thu Jun 07 2012 Dan Callaghan <dcallagh at redhat.com> - 0.14.3-1
 - updated to upstream release 0.14.3
 
diff --git a/sources b/sources
index 06a2243..4977356 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-32ef55d04ad18215d88fd7481c6a5bcf  gunicorn-0.14.3.tar.gz
+a2682d3800291c93780407995426a6b3  gunicorn-0.14.5.tar.gz


More information about the scm-commits mailing list