From e6253b0c0638db920a13fe2ee1919526197931c3 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 18:20:06 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- mod_wsgi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mod_wsgi.spec b/mod_wsgi.spec index cd3edc5..5c41714 100644 --- a/mod_wsgi.spec +++ b/mod_wsgi.spec @@ -16,7 +16,7 @@ Name: mod_wsgi Version: 4.9.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A WSGI interface for Python web applications in Apache License: ASL 2.0 URL: https://modwsgi.readthedocs.io/ @@ -160,6 +160,9 @@ ln -s %{_bindir}/mod_wsgi-express-2 $RPM_BUILD_ROOT%{_bindir}/mod_wsgi-express %endif %changelog +* Mon Jun 13 2022 Python Maint - 4.9.1-2 +- Rebuilt for Python 3.11 + * Mon May 02 2022 Alexander Bokovoy - 4.9.1-1 - Update to 4.9.1 - Fixes: rhbz#2049695