diff options
author | Remi Collet <remi@remirepo.net> | 2018-08-16 12:49:33 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-08-16 12:49:33 +0200 |
commit | b033142a00678408fe57cad747857032afb7cb72 (patch) | |
tree | a103e0d3673092a40d7dcd082f8cf73112b8d6cf | |
parent | 84dabfd12f97f612a8b01855498921797ff1b05b (diff) |
rebuild for 7.3.0beta2 new ABIv2.0.16
-rw-r--r-- | uwsgi-plugin-php.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/uwsgi-plugin-php.spec b/uwsgi-plugin-php.spec index 2fa7f38..ae7646d 100644 --- a/uwsgi-plugin-php.spec +++ b/uwsgi-plugin-php.spec @@ -28,7 +28,7 @@ Requires: %{scl_prefix}php-embedded Name: %{?scl_prefix}%{project}-plugin-php Version: 2.0.16 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?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 @@ -107,6 +107,9 @@ install -Dpm 755 %{?scl}%{!?scl:php}_plugin.so %{buildroot}%{_root_libdir}/%{pro %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 2.0.16-3 +- rebuild for 7.3.0beta2 new ABI + * Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 2.0.16-2 - rebuild for 7.3.0alpha4 new ABI |