diff options
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-phalcon3.spec | 7 | 
2 files changed, 6 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #179 phalcon version 3.2.3 ] { +Extension [ <persistent> extension #179 phalcon version 3.2.4 ] {    - INI {      Entry [ phalcon.db.escape_identifiers <ALL> ] diff --git a/php-phalcon3.spec b/php-phalcon3.spec index aad4028..2fd3383 100644 --- a/php-phalcon3.spec +++ b/php-phalcon3.spec @@ -13,7 +13,7 @@  %global pkg_name   %{name}  %endif -%global gh_commit    a8635777097ac4b3ad6c51ec6bc1fe5fb86ca90e +%global gh_commit    a0560cb3174b37d3b45a46986f5ac7aa1c7ffd81  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     phalcon  %global gh_project   cphalcon @@ -30,7 +30,7 @@  %endif  Name:           %{?sub_prefix}php-phalcon3 -Version:        3.2.3 +Version:        3.2.4  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 +* Mon Oct 23 2017 Remi Collet <remi@remirepo.net> - 3.2.4-1 +- Update to 3.2.4 using zephir 0.10.4 +  * Fri Oct 13 2017 Remi Collet <remi@remirepo.net> - 3.2.3-1  - Update to 3.2.3 using zephir 0.10.3  - open https://github.com/phalcon/cphalcon/issues/13117 conflicts  | 
