From 477714e8a0fd883ad34dd6b42629bdae67606d24 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 14 Aug 2017 08:33:06 +0200 Subject: Update to 3.2.2 using zephir 0.9.11 --- php-phalcon3.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php-phalcon3.spec') diff --git a/php-phalcon3.spec b/php-phalcon3.spec index 551ad8c..9d52efc 100644 --- a/php-phalcon3.spec +++ b/php-phalcon3.spec @@ -13,7 +13,7 @@ %global pkg_name %{name} %endif -%global gh_commit 2d3aa171588d2d82ed26ade076c70d77ca07e2a3 +%global gh_commit 44ce3c6d5d00cfe0626ff09c0ce4b825e39389d0 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phalcon %global gh_project cphalcon @@ -29,8 +29,8 @@ %endif Name: %{?sub_prefix}php-phalcon3 -Version: 3.2.1 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 3.2.2 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Phalcon Framework Group: Development/Libraries @@ -49,7 +49,7 @@ 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.9 +BuildRequires: %{?scl_prefix}zephir >= 0.9.11 BuildRequires: %{?scl_prefix}php-gd BuildRequires: %{?scl_prefix}php-pecl(libsodium) BuildRequires: %{?scl_prefix}php-mbstring @@ -241,6 +241,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon Aug 14 2017 Remi Collet - 3.2.2-1 +- Update to 3.2.2 using zephir 0.9.11 + * Tue Jul 18 2017 Remi Collet - 3.2.1-2 - rebuild for PHP 7.2.0beta1 new API -- cgit