From 6b8c8acc7e43243e2bf8b70a97e12bba8be38750 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 15 Jun 2023 15:06:25 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- mod_wsgi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mod_wsgi.spec b/mod_wsgi.spec index 5393e34..a3ba57a 100644 --- a/mod_wsgi.spec +++ b/mod_wsgi.spec @@ -16,7 +16,7 @@ Name: mod_wsgi Version: 4.9.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A WSGI interface for Python web applications in Apache License: Apache-2.0 AND CC-BY-3.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 +* Thu Jun 15 2023 Python Maint - 4.9.4-4 +- Rebuilt for Python 3.12 + * Thu Jun 01 2023 Luboš Uhliarik - 4.9.4-3 - SPDX migration