diff --git a/4.9.4.tar.gz b/4.9.4.tar.gz deleted file mode 100644 index c401c7a844e92aebb053638721a25f4a75861f96..0000000000000000000000000000000000000000 Binary files a/4.9.4.tar.gz and /dev/null differ diff --git a/5.0.0.tar.gz b/5.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..b824365ff3d4e8fe19b63f8ecfdc1e1b7e8456d1 Binary files /dev/null and b/5.0.0.tar.gz differ diff --git a/mod_wsgi.spec b/mod_wsgi.spec index ced456ee22990b7e64113853f6ee14f737969e91..27d3acef7e0e5ba81b948e6df4b0522ab2387b9c 100644 --- a/mod_wsgi.spec +++ b/mod_wsgi.spec @@ -5,8 +5,8 @@ %{!?_httpd_moddir: %{expand: %%global _httpd_moddir %%{_libdir}/httpd/modules}} %global sphinxbin %{_bindir}/sphinx-build-3 Name: mod_wsgi -Version: 4.9.4 -Release: 2 +Version: 5.0.0 +Release: 1 Summary: A WSGI interface for Python web applications in Apache License: Apache-2.0 URL: https://modwsgi.readthedocs.io/ @@ -76,6 +76,9 @@ chrpath -d %{buildroot}%{python3_sitearch}/mod_wsgi/server/mod_wsgi-py3*.cpython %{_bindir}/mod_wsgi-express-3 %changelog +* Mon Feb 26 2024 liyanan - 5.0.0-1 +- Update to version 5.0.0 + * Sun Jul 23 2023 yaoxin - 4.9.4-2 - Fix compilation failure caused by python update to 3.11.4