diff --git a/apache-mod_wsgi.spec b/apache-mod_wsgi.spec index 92bad8a..d40e019 100644 --- a/apache-mod_wsgi.spec +++ b/apache-mod_wsgi.spec @@ -1,12 +1,12 @@ Name: apache-mod_wsgi -Version: 4.6.7 -Release: 2mamba +Version: 4.8.0 +Release: 1mamba Summary: an Apache module that implements a WSGI compliant interface for hosting Python based web applications Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: https://pypi.python.org/pypi/mod_wsgi +URL: https://pypi.org/project/mod-wsgi/ Source: https://pypi.debian.net/mod-wsgi/mod_wsgi-%{version}.tar.gz Source1: wsgi-tmpfile.conf Source2: wsgi-apache.conf @@ -20,7 +20,6 @@ BuildRequires: libpython-devel BuildRequires: apache >= 2.4 Requires: apache >= 2.4 Requires: python >= %python_version -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description The mod_wsgi package provides an Apache module that implements a WSGI compliant interface for hosting Python based web applications on top of the Apache web server. @@ -88,6 +87,9 @@ fi %doc LICENSE %changelog +* Tue Jun 01 2021 Automatic Build System 4.8.0-1mamba +- automatic version update by autodist + * Sun Aug 11 2019 Silvan Calarco 4.6.7-2mamba - restore this lost change: disable multiple python version cohexistence because it is not possible with apache