From 9396db2ce59a455953521010dffab4351a44b126 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 28 Jun 2019 06:22:31 +0200 Subject: - rebuild using zephir 0.10.16 for https://github.com/phalcon/cphalcon/issues/14160 --- php-phalcon3.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/php-phalcon3.spec b/php-phalcon3.spec index 0bae267..a40fb2a 100644 --- a/php-phalcon3.spec +++ b/php-phalcon3.spec @@ -24,7 +24,7 @@ %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global with_tests 0%{?_with_tests:1} %global ext_name phalcon -%global zephir_ver 0.10.15 +%global zephir_ver 0.10.16 %if "%{php_version}" < "5.6" # after pdo.ini, json.ini, igbinary.ini %global ini_name z-%{ext_name}.ini @@ -35,7 +35,7 @@ Name: %{?sub_prefix}php-phalcon3 Version: 3.4.3 -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Phalcon Framework License: MIT @@ -253,6 +253,10 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Fri Jun 28 2019 Remi Collet - 3.4.3-4 +- rebuild using zephir 0.10.16 for + https://github.com/phalcon/cphalcon/issues/14160 + * Thu Jun 27 2019 Remi Collet - 3.4.3-3 - test build for https://github.com/phalcon/cphalcon/issues/14160 -- cgit