diff options
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-phalcon3.spec | 12 | 
2 files changed, 11 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #183 phalcon version 3.3.1 ] { +Extension [ <persistent> extension #186 phalcon version 3.3.2 ] {    - INI {      Entry [ phalcon.db.escape_identifiers <ALL> ] diff --git a/php-phalcon3.spec b/php-phalcon3.spec index 618b1b3..04f80de 100644 --- a/php-phalcon3.spec +++ b/php-phalcon3.spec @@ -6,6 +6,10 @@  #  # Please, preserve the changelog entries  # + +# we don't want -z defs linker flag +%undefine _strict_symbol_defs_build +  %if 0%{?scl:1}  %global sub_prefix %{scl_prefix}  %scl_package       php-phalcon3 @@ -13,7 +17,7 @@  %global pkg_name   %{name}  %endif -%global gh_commit    a33c1874754d7c89f2affb2051256095f212eefd +%global gh_commit    9073ca32cd23c19f958cabd8373575a22db56d02  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     phalcon  %global gh_project   cphalcon @@ -30,7 +34,7 @@  %endif  Name:           %{?sub_prefix}php-phalcon3 -Version:        3.3.1 +Version:        3.3.2  Release:        1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  Summary:        Phalcon Framework @@ -46,6 +50,7 @@ Source3:        cssminifier.h  Source4:        jsminifier.c  Source5:        jsminifier.h +BuildRequires: %{?dtsprefix}gcc  BuildRequires: %{?scl_prefix}php-devel > 5.5  BuildRequires: %{?scl_prefix}php-json  BuildRequires: %{?scl_prefix}php-pdo @@ -251,6 +256,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Wed Mar  7 2018 Remi Collet <remi@remirepo.net> - 3.3.2-1 +- update to 3.3.2 using zephir 0.10.7 +  * Wed Jan 10 2018 Remi Collet <remi@remirepo.net> - 3.3.1-1  - Update to 3.3.1 using zephir 0.10.7  | 
