diff options
author | Remi Collet <remi@remirepo.net> | 2018-08-16 16:27:43 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-08-16 16:27:43 +0200 |
commit | ed34c39364268b102d5044e438300de565e3403d (patch) | |
tree | 5c7545557a2b4b6391ad915a06acfe77231c7ad5 /php-phalcon3.spec | |
parent | 2b9943dbb802afe322eb8f5bd928af2966bc09f7 (diff) |
update to 3.4.1 using zephir 0.11.0
open https://github.com/phalcon/cphalcon/issues/13465
** Broken **
Diffstat (limited to 'php-phalcon3.spec')
-rw-r--r-- | php-phalcon3.spec | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/php-phalcon3.spec b/php-phalcon3.spec index d8f7a28..328bbaa 100644 --- a/php-phalcon3.spec +++ b/php-phalcon3.spec @@ -17,14 +17,14 @@ %global pkg_name %{name} %endif -%global gh_commit 65183349743e899977adc643f103b887612ffe98 +%global gh_commit caeac66e7db02fd54c44a27cf22a6381654af2ee %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phalcon %global gh_project cphalcon %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global with_tests 0%{?_with_tests:1} %global ext_name phalcon -%global zephir_ver 0.10.10 +%global zephir_ver 0.11 %if "%{php_version}" < "5.6" # after pdo.ini, json.ini, igbinary.ini %global ini_name z-%{ext_name}.ini @@ -34,7 +34,7 @@ %endif Name: %{?sub_prefix}php-phalcon3 -Version: 3.4.0 +Version: 3.4.1 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Phalcon Framework @@ -256,6 +256,10 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 3.4.1-1 +- update to 3.4.1 using zephir 0.11.0 +- open https://github.com/phalcon/cphalcon/issues/13465 + * Mon May 28 2018 Remi Collet <remi@remirepo.net> - 3.4.0-1 - update to 3.4.0 using zephir 0.10.10 |