From 445f33e5780f5e7cdb4201922a749799f8ad9d99 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 18:53:25 +0100 Subject: [PATCH] automatic version update by autodist [release 2.0.23-1mamba;Wed Nov 01 2023] --- uwsgi.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/uwsgi.spec b/uwsgi.spec index 195dac8..fec4a86 100644 --- a/uwsgi.spec +++ b/uwsgi.spec @@ -1,6 +1,6 @@ Name: uwsgi -Version: 2.0.22 -Release: 2mamba +Version: 2.0.23 +Release: 1mamba Summary: A full stack for building hosting services Group: System/Servers Vendor: openmamba @@ -39,11 +39,13 @@ BuildRequires: libpcre-devel BuildRequires: libperl BuildRequires: libpython3-devel BuildRequires: libpython310-devel +BuildRequires: libpython311-devel BuildRequires: libreadline-devel BuildRequires: libruby-devel BuildRequires: libstdc++6-devel BuildRequires: libsystemd-devel BuildRequires: libuuid-devel +BuildRequires: libxcrypt-devel BuildRequires: libxml2-devel BuildRequires: libz-devel BuildRequires: mono-devel @@ -291,6 +293,9 @@ install -D -m0755 plugins/mono/uwsgi.dll %{buildroot}%{_prefix}/lib/mono/2.0/uws %{_libdir}/uwsgi/notfound_plugin.so %changelog +* Wed Nov 01 2023 Automatic Build System 2.0.23-1mamba +- automatic version update by autodist + * Wed Oct 11 2023 Silvan Calarco 2.0.22-2mamba - build default python plugin for python3 == 3.11 and add plugin for python 3.10