diff options
author | Remi Collet <remi@remirepo.net> | 2017-08-14 08:33:06 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-08-14 08:33:06 +0200 |
commit | 477714e8a0fd883ad34dd6b42629bdae67606d24 (patch) | |
tree | cffb46d0ac738b2745e3ce0738c60504504e6c72 | |
parent | 77ca44b0834ae02510e661a216505998f10f0976 (diff) |
Update to 3.2.2 using zephir 0.9.11
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-phalcon3.spec | 11 |
2 files changed, 8 insertions, 5 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #175 phalcon version 3.2.1 ] { +Extension [ <persistent> extension #177 phalcon version 3.2.2 ] { - INI { Entry [ phalcon.db.escape_identifiers <ALL> ] diff --git a/php-phalcon3.spec b/php-phalcon3.spec index 551ad8c..9d52efc 100644 --- a/php-phalcon3.spec +++ b/php-phalcon3.spec @@ -13,7 +13,7 @@ %global pkg_name %{name} %endif -%global gh_commit 2d3aa171588d2d82ed26ade076c70d77ca07e2a3 +%global gh_commit 44ce3c6d5d00cfe0626ff09c0ce4b825e39389d0 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phalcon %global gh_project cphalcon @@ -29,8 +29,8 @@ %endif Name: %{?sub_prefix}php-phalcon3 -Version: 3.2.1 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 3.2.2 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Phalcon Framework Group: Development/Libraries @@ -49,7 +49,7 @@ BuildRequires: %{?scl_prefix}php-devel > 5.5 BuildRequires: %{?scl_prefix}php-json BuildRequires: %{?scl_prefix}php-pdo # For sources generation -BuildRequires: %{?scl_prefix}zephir >= 0.9.9 +BuildRequires: %{?scl_prefix}zephir >= 0.9.11 BuildRequires: %{?scl_prefix}php-gd BuildRequires: %{?scl_prefix}php-pecl(libsodium) BuildRequires: %{?scl_prefix}php-mbstring @@ -241,6 +241,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon Aug 14 2017 Remi Collet <remi@remirepo.net> - 3.2.2-1 +- Update to 3.2.2 using zephir 0.9.11 + * Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 3.2.1-2 - rebuild for PHP 7.2.0beta1 new API |