diff --git a/4.9.4.tar.gz b/4.9.4.tar.gz deleted file mode 100644 index c401c7a..0000000 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 0000000..b824365 Binary files /dev/null and b/5.0.0.tar.gz differ diff --git a/mod_wsgi.spec b/mod_wsgi.spec index ced456e..27d3ace 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