Updating to 2.0.7

This commit is contained in:
Jorge Gallegos 2014-09-08 09:40:20 -07:00
parent 7807a37c0f
commit 9d487b9f02
3 changed files with 9 additions and 4 deletions

2
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -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 <kad@blegh.net> - 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 <kad@blegh.net> - 2.0.6-1
- Adding -stats-pusher-zabbix (Jorge Gallegos)
- Adding -plugin-xslt (Jorge Gallegos)