diff options
author | Remi Collet <remi@remirepo.net> | 2018-10-20 08:13:30 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-10-20 08:13:30 +0200 |
commit | 9aaea0b0fc76ab36e2e3998e075c5a9f18683fe7 (patch) | |
tree | 30cdf971a26eb03a85343d3f5fc858c51f735da3 | |
parent | 6a7fe9ca111f177b4dd2ec517b187cb101d8194b (diff) |
rebuild with zephir 0.10.12 for PHP 7.3
-rw-r--r-- | php-phalcon3.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phalcon3.spec b/php-phalcon3.spec index 61cfbb0..2db200f 100644 --- a/php-phalcon3.spec +++ b/php-phalcon3.spec @@ -24,7 +24,7 @@ %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global with_tests 0%{?_with_tests:1} %global ext_name phalcon -%global zephir_min 0.10.10 +%global zephir_min 0.10.12 %global zephir_max 0.11 %if "%{php_version}" < "5.6" # after pdo.ini, json.ini, igbinary.ini @@ -36,7 +36,7 @@ Name: %{?sub_prefix}php-phalcon3 Version: 3.4.1 -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: Phalcon Framework Group: Development/Libraries @@ -262,6 +262,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Sat Oct 20 2018 Remi Collet <remi@remirepo.net> - 3.4.1-3 +- rebuild with zephir 0.10.12 for PHP 7.3 + * Tue Aug 21 2018 Remi Collet <remi@remirepo.net> - 3.4.1-2 - update to 3.4.1 using zephir 0.10.10 |