Compare commits

...

2 Commits
master ... f16

Author SHA1 Message Date
Jorge A Gallegos 83287ec908 Updating to latest upstream release 1.2.4
Which happened to be released like a day after I pushed 1.2.3
2012-07-08 14:20:12 -07:00
Jorge A Gallegos 25bd55f6c3 Unnecessary file 2012-07-07 17:22:25 -07:00
4 changed files with 9 additions and 1415 deletions

2
.gitignore vendored
View File

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

View File

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

File diff suppressed because it is too large Load Diff

View File

@ -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@blegh.net> - 1.2.4-1
- Updated to latest stable from upstream
* Tue Jun 26 2012 Jorge A Gallegos <kad@blegh.net> - 1.2.3-1
- Updated to latest stable upstream
- Building the pytho3 plugin is a bit trickier now, but still possible