diff options
Diffstat (limited to 'uwsgi-plugin-php.spec')
-rw-r--r-- | uwsgi-plugin-php.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/uwsgi-plugin-php.spec b/uwsgi-plugin-php.spec index 61c5b83..368d370 100644 --- a/uwsgi-plugin-php.spec +++ b/uwsgi-plugin-php.spec @@ -28,13 +28,13 @@ Requires: %{scl_prefix}php-embedded %endif Name: %{?scl_prefix}%{project}-plugin-php -Version: 2.0.26 +Version: 2.0.27 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 URL: http://projects.unbit.it/uwsgi -Source0: http://projects.unbit.it/downloads/%{project}-%{version}.tar.gz +Source0: https://github.com/unbit/uwsgi/archive/refs/tags/%{version}.tar.gz BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel >= 7.0 @@ -90,6 +90,9 @@ install -Dpm 755 %{?scl}%{!?scl:php}_plugin.so %{buildroot}%{_root_libdir}/%{pro %changelog +* Wed Oct 9 2024 Remi Collet <remi@remirepo.net> - 2.0.27-1 +- update to 2.0.27 + * Mon Jul 1 2024 Remi Collet <remi@remirepo.net> - 2.0.26-1 - update to 2.0.26 |