diff options
author | Remi Collet <remi@remirepo.net> | 2025-06-25 16:50:35 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-06-25 16:50:35 +0200 |
commit | b22f4287e987803ee3797ce043e41f79729b8284 (patch) | |
tree | 169a1d0a89b3f9bdd42e526fa113c41847ebd71e | |
parent | a78d210a9eb38938996c8de5ceb63e0e267796fd (diff) |
-rw-r--r-- | uwsgi-plugin-php.spec | 6 |
1 files 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 <remi@remirepo.net> - 2.0.30-1 +- update to 2.0.30 + * Tue Apr 22 2025 Remi Collet <remi@remirepo.net> - 2.0.29-1 - update to 2.0.29 - re-license spec file to CECILL-2.1 |