From 0c434d994739836ee6bc468856ad55e3710eb0d1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 3 Oct 2019 14:38:42 +0200 Subject: - update to 0.12.5 - open https://github.com/phalcon/zephir/issues/1940 broken build --- zephir.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/zephir.spec b/zephir.spec index e179b73..d440365 100644 --- a/zephir.spec +++ b/zephir.spec @@ -16,7 +16,7 @@ # Get commit from PHP_PHALCON_ZEPVERSION in # https://github.com/phalcon/cphalcon/blob/master/ext/php_phalcon.h -%global gh_commit b3869805fdbb09c87b0210f109e266eb75e660f4 +%global gh_commit 0f4dfe0398dd11035c729b38b4d9a6a0a52263fc %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20161126 %global gh_owner phalcon @@ -25,7 +25,7 @@ %global parser_ver 1.1.1 Name: %{?scl_prefix}%{gh_project} -Version: 0.12.4 +Version: 0.12.5 Release: 1%{?gh_date:.%{gh_date}.%{gh_short}}%{?dist} Summary: Zephir language for creation of extensions for PHP. @@ -319,6 +319,10 @@ esac %changelog +* Thu Oct 3 2019 Remi Collet - 0.12.5-1 +- update to 0.12.5 +- open https://github.com/phalcon/zephir/issues/1940 broken build + * Mon Sep 23 2019 Remi Collet - 0.12.4-1 - update to 0.12.4 -- cgit