parent
743a4f5f8f
commit
5585f33d82
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@ mod_wsgi-3.2.tar.gz
|
||||
/mod_wsgi-4.4.8.tar.gz
|
||||
/mod_wsgi-4.5.9.tar.gz
|
||||
/mod_wsgi-4.5.13.tar.gz
|
||||
/mod_wsgi-4.5.15.tar.gz
|
||||
|
||||
@ -13,13 +13,13 @@
|
||||
%endif
|
||||
|
||||
Name: mod_wsgi
|
||||
Version: 4.5.13
|
||||
Release: 3%{?dist}
|
||||
Version: 4.5.15
|
||||
Release: 1%{?dist}
|
||||
Summary: A WSGI interface for Python web applications in Apache
|
||||
Group: System Environment/Libraries
|
||||
License: ASL 2.0
|
||||
URL: https://modwsgi.readthedocs.io/
|
||||
Source0: https://files.pythonhosted.org/packages/source/m/%{name}/%{name}-%{version}.tar.gz
|
||||
Source0: https://github.com/GrahamDumpleton/mod_wsgi/archive/%{version}.tar.gz#/mod_wsgi-%{version}.tar.gz
|
||||
Source1: wsgi.conf
|
||||
Source2: wsgi-python3.conf
|
||||
|
||||
@ -113,6 +113,9 @@ install -p -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_httpd_modconfdir}/10-wsgi.conf
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Jun 23 2017 Joe Orton <jorton@redhat.com> - 4.5.15-1
|
||||
- update to 4.5.15 (#1431893)
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.5.13-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mod_wsgi-4.5.13.tar.gz) = de5d003c511b84091e4f747cb585dcbd5fa2dee2ee7fa8b14dd0f7a17e701d7541b3197a139434c4a20869381d6813cc6fd0c48714f7299b300a6548f1cdc02e
|
||||
SHA512 (mod_wsgi-4.5.15.tar.gz) = 35690cb5ef1c8d8a2c071bb8ac08de3dcb2107007b6319b2f01a697334231ce9d222c3ecd49285bc061405a4a2759b24e5140de8fef0bce7cce67936eb99ef45
|
||||
|
||||
Loading…
Reference in New Issue
Block a user