From ed34c39364268b102d5044e438300de565e3403d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 16 Aug 2018 16:27:43 +0200 Subject: update to 3.4.1 using zephir 0.11.0 open https://github.com/phalcon/cphalcon/issues/13465 ** Broken ** --- php-phalcon3.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'php-phalcon3.spec') 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 - 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 - 3.4.0-1 - update to 3.4.0 using zephir 0.10.10 -- cgit