[uwsgi/f17] Updating to latest upstream release 1.2.4

Jorge A Gallegos kad at fedoraproject.org
Sun Jul 8 21:01:31 UTC 2012


commit c189c1a50cdd6f9182aa182871815dbda452f2ef
Author: Jorge A Gallegos <kad at blegh.net>
Date:   Sun Jul 8 14:01:00 2012 -0700

    Updating to latest upstream release 1.2.4
    
    Which happened to be released like a day after I pushed 1.2.3

 .gitignore |    2 ++
 sources    |    4 ++--
 uwsgi.spec |    7 +++++--
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0cf50d3..8c8d92b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
 /uwsgi-1.0.4.tar.gz
 /uwsgi-1.2.3.tar.gz
 /uwsgi-wiki-doc-v41.txt
+/uwsgi-1.2.4.tar.gz
+/uwsgi-wiki-doc-v43.txt
diff --git a/sources b/sources
index ae9e193..834190c 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-6090367c826216f59848677a79fb7129  uwsgi-1.2.3.tar.gz
-944b14687715be47c7d80352b03f76e8  uwsgi-wiki-doc-v41.txt
+5216f3742fee40999ca4519519b890ad  uwsgi-1.2.4.tar.gz
+c2fa5a293ccac33e1c9c0277963c841e  uwsgi-wiki-doc-v43.txt
diff --git a/uwsgi.spec b/uwsgi.spec
index 882162e..bf28119 100644
--- a/uwsgi.spec
+++ b/uwsgi.spec
@@ -1,7 +1,7 @@
-%define wikiversion 41
+%define wikiversion 43
 
 Name:           uwsgi
-Version:        1.2.3
+Version:        1.2.4
 Release:        1%{?dist}
 Summary:        Fast, self-healing, application container server
 Group:          System Environment/Daemons   
@@ -255,6 +255,9 @@ mkdir -p %{buildroot}%{_libdir}/%{name}
 
 
 %changelog
+* Sun Jul 08 2012 Jorge A Gallegos <kad at blegh.net> - 1.2.4-1
+- Updated to latest stable from upstream
+
 * Tue Jun 26 2012 Jorge A Gallegos <kad at blegh.net> - 1.2.3-1
 - Updated to latest stable upstream
 - Building the pytho3 plugin is a bit trickier now, but still possible


More information about the scm-commits mailing list