diff options
-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 |