From b22f4287e987803ee3797ce043e41f79729b8284 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 25 Jun 2025 16:50:35 +0200 Subject: update to 2.0.30 --- 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 52012a4..3603ee9 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.29 +Version: 2.0.30 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 @@ -83,12 +83,14 @@ install -Dpm 755 %{?scl}%{!?scl:php}_plugin.so %{buildroot}%{_root_libdir}/%{pro %files -%{!?_licensedir:%global license %%doc} %license LICENSE %{_root_libdir}/uwsgi/%{?scl}%{!?scl:php}_plugin.so %changelog +* Wed Jun 25 2025 Remi Collet - 2.0.30-1 +- update to 2.0.30 + * Tue Apr 22 2025 Remi Collet - 2.0.29-1 - update to 2.0.29 - re-license spec file to CECILL-2.1 -- cgit