diff options
author | Remi Collet <remi@remirepo.net> | 2024-10-09 08:45:34 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-10-09 08:45:34 +0200 |
commit | d546a11f5c5aebb10f839558f2c77709ff722f4a (patch) | |
tree | 5d6c6017a32ab87815151b3bf2f6aae6dd065064 | |
parent | f09cfa2132d6c70d10f8b0cad0a30e3bbf343a3b (diff) |
-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 |