Latest upstream 2.0.18

This commit is contained in:
Carl George 2019-06-19 13:30:37 -05:00
parent e6997a8f69
commit 8990d6f68d
3 changed files with 16 additions and 4 deletions

2
.gitignore vendored
View File

@ -43,3 +43,5 @@
/uwsgi-docs-eb4ad98.tar.gz
/uwsgi-2.0.17.1.tar.gz
/uwsgi-docs-32a8f73.tar.gz
/uwsgi-2.0.18.tar.gz
/uwsgi-docs-8d868ea.tar.gz

View File

@ -1,2 +1,4 @@
SHA512 (uwsgi-2.0.17.1.tar.gz) = 10d357961fde3a3f5f8e77986cc647313f95a33243e24c2afc482fce21df68a8ae48f90e7b5b76d7edc3cf8fd474d99823d6d60ef7477349abc65a319222f11b
SHA512 (uwsgi-docs-32a8f73.tar.gz) = 687240d9c33cb44061b3e43746354a14cfa49162ee25100c97866c0405878b9bc62164b6dbe2acae451edb674d9fd900933062ebd5755b728eeec3f7fe7eda36
SHA512 (uwsgi-2.0.18.tar.gz) = 6561703279bcc4a81311d033810ac066d0f113bab13b0942f3eef86cac29c584a6641b52476840d6895151aee5ed064ae2d03b18932cf7f47e62f4eeed76da61
SHA512 (uwsgi-docs-8d868ea.tar.gz) = 1ebf9bbe42d7a67553ff1081a2322fc00c72b72fa52879bba3b7ce8d9f4934b5643d96444ce75559b9f7303be4cdc0453ae2b4d73f1fa13cfc32f69d522bc2f0

View File

@ -1,5 +1,5 @@
# Documentation sources:
%global commit 32a8f7304d0e705d36dd9644707552939c67f547
%global commit 8d868eadfb460785a735030271afa233ac854763
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global docrepo uwsgi-docs
@ -118,11 +118,14 @@
%endif
Name: uwsgi
Version: 2.0.17.1
Release: 12%{?dist}
Version: 2.0.18
Release: 1%{?dist}
Summary: Fast, self-healing, application container server
License: GPLv2 with exceptions
# uwsgi is licensed under GPLv2 with a linking exception
# docs are licensed under MIT
License: GPLv2 with exceptions and MIT
URL: https://github.com/unbit/uwsgi
Source0: http://projects.unbit.it/downloads/uwsgi-%{version}.tar.gz
Source1: fedora.ini
Source2: uwsgi.service
@ -131,6 +134,7 @@ Source4: https://github.com/unbit/%{docrepo}/archive/%{commit}/%{docrepo}
Source5: README.Fedora
Source6: uwsgi.init
Source7: uwsgi.tmpfiles
Patch0: uwsgi_trick_chroot_rpmbuild.patch
Patch1: uwsgi_fix_rpath.patch
Patch2: uwsgi_ruby20_compatibility.patch
@ -141,6 +145,7 @@ Patch6: uwsgi_v8-314_compatibility.patch
Patch7: uwsgi_fix_mono.patch
# https://github.com/unbit/uwsgi/pull/1772
Patch9: uwsgi-2.0.16-glfs.patch
BuildRequires: curl, python2-devel, libxml2-devel, libuuid-devel, jansson-devel
BuildRequires: libyaml-devel, ruby-devel
%if %{with tcp_wrappers}
@ -1720,6 +1725,9 @@ fi
%changelog
* Wed Jun 19 2019 Carl George <carl@george.computer> - 2.0.18-1
- Latest upstream
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.0.17.1-12
- Perl 5.30 rebuild