diff options
| -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  | 
