From 2b9943dbb802afe322eb8f5bd928af2966bc09f7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 28 May 2018 12:29:55 +0200 Subject: update to 3.4.0 using zephir 0.10.10 --- php-phalcon3.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-phalcon3.spec') diff --git a/php-phalcon3.spec b/php-phalcon3.spec index 04f80de..d8f7a28 100644 --- a/php-phalcon3.spec +++ b/php-phalcon3.spec @@ -17,14 +17,14 @@ %global pkg_name %{name} %endif -%global gh_commit 9073ca32cd23c19f958cabd8373575a22db56d02 +%global gh_commit 65183349743e899977adc643f103b887612ffe98 %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.7 +%global zephir_ver 0.10.10 %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.3.2 +Version: 3.4.0 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Phalcon Framework @@ -256,6 +256,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon May 28 2018 Remi Collet - 3.4.0-1 +- update to 3.4.0 using zephir 0.10.10 + * Wed Mar 7 2018 Remi Collet - 3.3.2-1 - update to 3.3.2 using zephir 0.10.7 -- cgit