diff options
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-phalcon3.spec | 10 |
2 files changed, 9 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #171 phalcon version 3.1.0 ] { +Extension [ <persistent> extension #171 phalcon version 3.1.1 ] { - INI { Entry [ phalcon.db.escape_identifiers <ALL> ] diff --git a/php-phalcon3.spec b/php-phalcon3.spec index 2e4c8d9..f6e17c9 100644 --- a/php-phalcon3.spec +++ b/php-phalcon3.spec @@ -13,7 +13,7 @@ %global pkg_name %{name} %endif -%global gh_commit 60ed9dd842015a05cfd7e0360c972154d85b3172 +%global gh_commit ff96793a6836fa87a4680bb19ec1bb3ae3401c74 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phalcon %global gh_project cphalcon @@ -29,7 +29,7 @@ %endif Name: %{?sub_prefix}php-phalcon3 -Version: 3.1.0 +Version: 3.1.1 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Phalcon Framework @@ -134,6 +134,8 @@ EOF %build +%{?dtsenable} + peclconf() { %configure \ --enable-phalcon \ @@ -175,6 +177,7 @@ make %{?_smp_mflags} %install rm -rf %{buildroot} +%{?dtsenable} make -C build/NTS install INSTALL_ROOT=%{buildroot} @@ -246,6 +249,9 @@ rm -rf %{buildroot} %changelog +* Sun Mar 26 2017 Remi Collet <remi@remirepo.net> - 3.1.1-1 +- Update to 3.1.1 + * Thu Mar 23 2017 Remi Collet <remi@remirepo.net> - 3.1.0-1 - Update to 3.1.0 |