diff options
author | Remi Collet <remi@remirepo.net> | 2017-12-24 07:25:20 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-12-24 07:25:20 +0100 |
commit | b7291764e81caf8adae7d5a96a64bf47ac475390 (patch) | |
tree | 241d7fea2a404b26ef93cc48e0e400da3243a51b /php-phalcon3.spec | |
parent | a4d469a98359e83e46a6fda7691a12f37d2e98d6 (diff) |
Update to 3.3.0 using zephir 0.10.6
Diffstat (limited to 'php-phalcon3.spec')
-rw-r--r-- | php-phalcon3.spec | 9 |
1 files changed, 6 insertions, 3 deletions
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 <remi@remirepo.net> - 3.3.0-1 +- Update to 3.3.0 using zephir 0.10.6 + * Mon Oct 23 2017 Remi Collet <remi@remirepo.net> - 3.2.4-1 - Update to 3.2.4 using zephir 0.10.4 |