From 8976f5c4b55f685c1fb9a285004778c9f12f2d4f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 22 Jul 2021 15:15:23 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- mod_wsgi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mod_wsgi.spec b/mod_wsgi.spec index 0b997a2..e822eca 100644 --- a/mod_wsgi.spec +++ b/mod_wsgi.spec @@ -25,7 +25,7 @@ Name: mod_wsgi Version: 4.8.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A WSGI interface for Python web applications in Apache License: ASL 2.0 URL: https://modwsgi.readthedocs.io/ @@ -169,6 +169,9 @@ ln -s %{_bindir}/mod_wsgi-express-2 $RPM_BUILD_ROOT%{_bindir}/mod_wsgi-express %endif %changelog +* Thu Jul 22 2021 Fedora Release Engineering - 4.8.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Fri Jun 18 2021 Joe Orton - 4.8.0-2 - adjust to use bconds (lbalhar, PR#6) - adjust to use make_install macro (tstellar, PR#8)