From 66514257c422d79f4d2df342635a2f05f604141d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 3 Dec 2018 09:34:27 +0100 Subject: update to 3.4.2 using zephir 0.10.14 --- php-phalcon3.spec | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'php-phalcon3.spec') diff --git a/php-phalcon3.spec b/php-phalcon3.spec index 2db200f..fbcbe8f 100644 --- a/php-phalcon3.spec +++ b/php-phalcon3.spec @@ -17,14 +17,14 @@ %global pkg_name %{name} %endif -%global gh_commit caeac66e7db02fd54c44a27cf22a6381654af2ee +%global gh_commit 2f55ebb91a37cdcd2bc0709c0cb313dc139bf91c %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phalcon %global gh_project cphalcon %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global with_tests 0%{?_with_tests:1} %global ext_name phalcon -%global zephir_min 0.10.12 +%global zephir_min 0.10.14 %global zephir_max 0.11 %if "%{php_version}" < "5.6" # after pdo.ini, json.ini, igbinary.ini @@ -35,8 +35,8 @@ %endif Name: %{?sub_prefix}php-phalcon3 -Version: 3.4.1 -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 3.4.2 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Phalcon Framework Group: Development/Libraries @@ -149,6 +149,9 @@ extension=%{ext_name}.so ;phalcon.orm.disable_assign_setters = '0' EOF +: Check Zephir version +grep PHP_PHALCON_ZEPVERSION ext/php_phalcon.h + %build %{?dtsenable} @@ -262,6 +265,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon Dec 3 2018 Remi Collet - 3.4.2-1 +- update to 3.4.2 using zephir 0.10.14 + * Sat Oct 20 2018 Remi Collet - 3.4.1-3 - rebuild with zephir 0.10.12 for PHP 7.3 -- cgit