From 8bab147b6640c098248c2a505621c403f1e69365 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 6 Apr 2017 07:45:33 +0200 Subject: v3.1.2 --- REFLECTION | 4 ++-- php-phalcon3.spec | 16 ++++++---------- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/REFLECTION b/REFLECTION index 51a56b3..db6c68f 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #171 phalcon version 3.1.1 ] { +Extension [ extension #171 phalcon version 3.1.2 ] { - INI { Entry [ phalcon.db.escape_identifiers ] @@ -38869,7 +38869,7 @@ Extension [ extension #171 phalcon version 3.1.1 ] { } } - Method [ protected method write ] { + Method [ public method write ] { - Parameters [1] { Parameter #0 [ $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 - 3.1.2-1 +- Update to 3.1.2 + * Sun Mar 26 2017 Remi Collet - 3.1.1-1 - Update to 3.1.1 -- cgit