diff options
author | Remi Collet <remi@remirepo.net> | 2018-08-16 12:46:41 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-08-16 12:46:41 +0200 |
commit | 09d0659b73ad57bbf19e768d70f8020807dab180 (patch) | |
tree | e4a7187ad143541e4e983a80417a1e14ab610ce0 | |
parent | 1095c2593b2d25d79e69cefffef166e00077ced0 (diff) |
rebuild for 7.3.0beta2 new ABI
-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 17be197..6d6b76d 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.17.1 -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?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 @@ -108,6 +108,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.17.1-2 +- rebuild for 7.3.0beta2 new ABI + * Mon Jul 23 2018 Remi Collet <remi@remirepo.net> - 2.0.17.1-1 - update to 2.0.17.1 |