From b4cf03daa7c390b2a9140a8607fd82b4adaf7b0b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 18 Nov 2024 16:15:15 +0100 Subject: update to 2.0.28 --- uwsgi-plugin-php.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/uwsgi-plugin-php.spec b/uwsgi-plugin-php.spec index 368d370..c864b7c 100644 --- a/uwsgi-plugin-php.spec +++ b/uwsgi-plugin-php.spec @@ -28,7 +28,7 @@ Requires: %{scl_prefix}php-embedded %endif Name: %{?scl_prefix}%{project}-plugin-php -Version: 2.0.27 +Version: 2.0.28 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: uWSGI - Plugin for PHP support License: GPL-2.0-only with exceptions @@ -46,7 +46,6 @@ BuildRequires: libedit-devel BuildRequires: libcap-devel BuildRequires: ncurses-devel BuildRequires: openssl-devel -BuildRequires: pcre-devel BuildRequires: zlib-devel BuildRequires: python3 # workaround (missing from php-embedded) @@ -90,6 +89,9 @@ install -Dpm 755 %{?scl}%{!?scl:php}_plugin.so %{buildroot}%{_root_libdir}/%{pro %changelog +* Mon Nov 18 2024 Remi Collet - 2.0.28-1 +- update to 2.0.28 + * Wed Oct 9 2024 Remi Collet - 2.0.27-1 - update to 2.0.27 -- cgit