From 9d487b9f028f522f5d7fc54972db7fe7a28bcdab Mon Sep 17 00:00:00 2001 From: Jorge Gallegos Date: Mon, 8 Sep 2014 09:40:20 -0700 Subject: [PATCH] Updating to 2.0.7 --- .gitignore | 2 ++ sources | 4 ++-- uwsgi.spec | 7 +++++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index c09c5ba..b007654 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,5 @@ /uwsgi-docs-119b215.tar.gz /uwsgi-2.0.6.tar.gz /uwsgi-docs-d2c4969.tar.gz +/uwsgi-2.0.7.tar.gz +/uwsgi-docs-f551708.tar.gz diff --git a/sources b/sources index ff8d44d..2275cae 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -50e9657ebbf52dd3bcd57b565f6b65a5 uwsgi-2.0.6.tar.gz -5d2c7424b6edd2062687a03abdab0619 uwsgi-docs-d2c4969.tar.gz +c18da6536f2f47a204814225ba695042 uwsgi-2.0.7.tar.gz +cf9e51070bc08080bb57adba72bdd752 uwsgi-docs-f551708.tar.gz diff --git a/uwsgi.spec b/uwsgi.spec index e5ef340..d966feb 100644 --- a/uwsgi.spec +++ b/uwsgi.spec @@ -1,10 +1,10 @@ # Version %global majornumber 2 %global minornumber 0 -%global releasenumber 6 +%global releasenumber 7 # Documentation sources: -%global commit d2c4969e82c12b316889bcdce348d200b45c4a3e +%global commit f5517089e9c0a6082eb7ecb691c79e16e870a0cb %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global docrepo uwsgi-docs %{!?_httpd_apxs: %{expand: %%global _httpd_apxs %%{_sbindir}/apxs}} @@ -1257,6 +1257,9 @@ exit 0 %changelog +* Mon Sep 08 2014 Jorge A Gallegos - 2.0.7-1 +- I am just done now, and there's a new version out already. Go figure. + * Sun Sep 07 2014 Jorge A Gallegos - 2.0.6-1 - Adding -stats-pusher-zabbix (Jorge Gallegos) - Adding -plugin-xslt (Jorge Gallegos)