diff options
| -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 #183 phalcon version 3.3.0 ] { +Extension [ <persistent> extension #183 phalcon version 3.3.1 ] {    - INI {      Entry [ phalcon.db.escape_identifiers <ALL> ] diff --git a/php-phalcon3.spec b/php-phalcon3.spec index 6394612..618b1b3 100644 --- a/php-phalcon3.spec +++ b/php-phalcon3.spec @@ -1,6 +1,6 @@  # remirepo spec file for php-phalcon3  # -# Copyright (c) 2014-2017 Remi Collet +# Copyright (c) 2014-2018 Remi Collet  # License: CC-BY-SA  # http://creativecommons.org/licenses/by-sa/4.0/  # @@ -13,14 +13,14 @@  %global pkg_name   %{name}  %endif -%global gh_commit    f0732e9c2ac4c234afa30fcd4dff1b94d24fe24a +%global gh_commit    a33c1874754d7c89f2affb2051256095f212eefd  %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.6 +%global zephir_ver   0.10.7  %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.3.0 +Version:        3.3.1  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 +* Wed Jan 10 2018 Remi Collet <remi@remirepo.net> - 3.3.1-1 +- Update to 3.3.1 using zephir 0.10.7 +  * Sun Dec 24 2017 Remi Collet <remi@remirepo.net> - 3.3.0-1  - Update to 3.3.0 using zephir 0.10.6  | 
