diff options
-rw-r--r-- | REFLECTION | 4 | ||||
-rw-r--r-- | php-phalcon3.spec | 16 |
2 files changed, 8 insertions, 12 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #171 phalcon version 3.1.1 ] { +Extension [ <persistent> extension #171 phalcon version 3.1.2 ] { - INI { Entry [ phalcon.db.escape_identifiers <ALL> ] @@ -38869,7 +38869,7 @@ Extension [ <persistent> extension #171 phalcon version 3.1.1 ] { } } - Method [ <internal:phalcon> protected method write ] { + Method [ <internal:phalcon> public method write ] { - Parameters [1] { Parameter #0 [ <required> $data ] diff --git a/php-phalcon3.spec b/php-phalcon3.spec index f6e17c9..9200289 100644 --- a/php-phalcon3.spec +++ b/php-phalcon3.spec @@ -13,7 +13,7 @@ %global pkg_name %{name} %endif -%global gh_commit ff96793a6836fa87a4680bb19ec1bb3ae3401c74 +%global gh_commit 47b23351bf16b8fcece3424e9b2371d89773c753 %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.1 +Version: 3.1.2 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Phalcon Framework @@ -45,12 +45,11 @@ Source3: cssminifier.h Source4: jsminifier.c Source5: jsminifier.h -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root 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.6 +BuildRequires: %{?scl_prefix}zephir >= 0.9.7 BuildRequires: %{?scl_prefix}php-gd BuildRequires: %{?scl_prefix}php-libsodium BuildRequires: %{?scl_prefix}php-mbstring @@ -176,7 +175,6 @@ make %{?_smp_mflags} %install -rm -rf %{buildroot} %{?dtsenable} make -C build/NTS install INSTALL_ROOT=%{buildroot} @@ -225,12 +223,7 @@ REPORT_EXIT_STATUS=1 \ %endif -%clean -rm -rf %{buildroot} - - %files -%defattr(-,root,root,-) %{!?_licensedir:%global license %%doc} %license docs/LICENSE.md %doc CHANGELOG.md @@ -249,6 +242,9 @@ rm -rf %{buildroot} %changelog +* Thu Apr 6 2017 Remi Collet <remi@remirepo.net> - 3.1.2-1 +- Update to 3.1.2 + * Sun Mar 26 2017 Remi Collet <remi@remirepo.net> - 3.1.1-1 - Update to 3.1.1 |