diff options
author | Remi Collet <remi@remirepo.net> | 2018-07-24 07:19:16 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-07-24 07:19:16 +0200 |
commit | 1095c2593b2d25d79e69cefffef166e00077ced0 (patch) | |
tree | 41d837f024ee94d04590aa7ece872b525c73f051 | |
parent | 84dabfd12f97f612a8b01855498921797ff1b05b (diff) |
v2.0.17.1
-rw-r--r-- | uwsgi-plugin-php.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/uwsgi-plugin-php.spec b/uwsgi-plugin-php.spec index 2fa7f38..17be197 100644 --- a/uwsgi-plugin-php.spec +++ b/uwsgi-plugin-php.spec @@ -27,14 +27,15 @@ Requires: %{scl_prefix}php-embedded %endif Name: %{?scl_prefix}%{project}-plugin-php -Version: 2.0.16 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 2.0.17.1 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: uWSGI - Plugin for PHP support License: GPLv2 with exceptions URL: http://projects.unbit.it/uwsgi Source0: http://projects.unbit.it/downloads/%{project}-%{version}.tar.gz +BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel BuildRequires: %{?scl_prefix}php-embedded BuildRequires: %{project}-devel = %{version} @@ -107,6 +108,9 @@ install -Dpm 755 %{?scl}%{!?scl:php}_plugin.so %{buildroot}%{_root_libdir}/%{pro %changelog +* Mon Jul 23 2018 Remi Collet <remi@remirepo.net> - 2.0.17.1-1 +- update to 2.0.17.1 + * Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 2.0.16-2 - rebuild for 7.3.0alpha4 new ABI |