From b7291764e81caf8adae7d5a96a64bf47ac475390 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 24 Dec 2017 07:25:20 +0100 Subject: Update to 3.3.0 using zephir 0.10.6 --- 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 2fd3383..6394612 100644 --- a/php-phalcon3.spec +++ b/php-phalcon3.spec @@ -13,14 +13,14 @@ %global pkg_name %{name} %endif -%global gh_commit a0560cb3174b37d3b45a46986f5ac7aa1c7ffd81 +%global gh_commit f0732e9c2ac4c234afa30fcd4dff1b94d24fe24a %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.3 +%global zephir_ver 0.10.6 %if "%{php_version}" < "5.6" # after pdo.ini, json.ini, igbinary.ini %global ini_name z-%{ext_name}.ini @@ -30,7 +30,7 @@ %endif Name: %{?sub_prefix}php-phalcon3 -Version: 3.2.4 +Version: 3.3.0 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Phalcon Framework @@ -251,6 +251,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Sun Dec 24 2017 Remi Collet - 3.3.0-1 +- Update to 3.3.0 using zephir 0.10.6 + * Mon Oct 23 2017 Remi Collet - 3.2.4-1 - Update to 3.2.4 using zephir 0.10.4 -- cgit