Update to 4.6.6
Resolves: rhbz#1718151
This commit is contained in:
parent
f474496b42
commit
943b57baaa
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@ mod_wsgi-3.2.tar.gz
|
||||
/mod_wsgi-4.6.2.tar.gz
|
||||
/mod_wsgi-4.6.4.tar.gz
|
||||
/mod_wsgi-4.6.5.tar.gz
|
||||
/mod_wsgi-4.6.6.tar.gz
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
%endif
|
||||
|
||||
Name: mod_wsgi
|
||||
Version: 4.6.5
|
||||
Version: 4.6.6
|
||||
Release: 1%{?dist}
|
||||
Summary: A WSGI interface for Python web applications in Apache
|
||||
License: ASL 2.0
|
||||
@ -30,11 +30,6 @@ Source1: wsgi.conf
|
||||
Source2: wsgi-python3.conf
|
||||
Patch1: mod_wsgi-4.5.20-exports.patch
|
||||
|
||||
# Python 3.8 support
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1705480
|
||||
Patch2: https://github.com/GrahamDumpleton/mod_wsgi/commit/0f34844009075391c55419a3afb90e469facf35e.patch
|
||||
Patch3: https://github.com/GrahamDumpleton/mod_wsgi/commit/b03b02df6318afe26052db5b0365732152cacea2.patch
|
||||
|
||||
BuildRequires: httpd-devel
|
||||
BuildRequires: gcc
|
||||
|
||||
@ -167,6 +162,9 @@ ln -s %{_bindir}/mod_wsgi-express-2 $RPM_BUILD_ROOT%{_bindir}/mod_wsgi-express
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Jun 08 2019 Matthias Runge <mrunge@redhat.com> - 4.6.6-1
|
||||
- update to 4.6.6 (rhbz#1718151)
|
||||
|
||||
* Wed May 29 2019 Miro Hrončok <mhroncok@redhat.com> - 4.6.5-1
|
||||
- update to 4.6.5
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mod_wsgi-4.6.5.tar.gz) = 5f1526b74ea59c8ef897b49b1b2f2de42d9d0144277fd74f9f8e1f3e0198735f98ec30f726883a3192d0ed33a4013232cb2adf8db9d817b4de0198890eaa7044
|
||||
SHA512 (mod_wsgi-4.6.6.tar.gz) = cfdc91f0d7dc5d80e1e7bafa9a1c53c4e95b1ec3861c4d0dbde404c6b3d626a31ff452e87c1cd494484be8daedbe949b5493a49d13da93e894ed7f0928d1ac31
|
||||
|
||||
Loading…
Reference in New Issue
Block a user