From 6aca7999580690b6d1d836e303b1f890b6bcf50c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 21 Nov 2018 11:37:07 +0100 Subject: v0.10.14 --- zephir.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/zephir.spec b/zephir.spec index a073b37..83cfe29 100644 --- a/zephir.spec +++ b/zephir.spec @@ -21,7 +21,7 @@ # Get commit from PHP_PHALCON_ZEPVERSION in # https://github.com/phalcon/cphalcon/blob/master/ext/php_phalcon.h -%global gh_commit 53e1938de5cb0f22e2c90f0b8692213cb3dbddc8 +%global gh_commit 975ad02db4966e827c1d4a11e64f17a2eb053501 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20161126 %global gh_owner phalcon @@ -30,7 +30,7 @@ %global parser_ver 1.1.1 Name: %{?scl_prefix}%{gh_project} -Version: 0.10.13 +Version: 0.10.14 Release: 1%{?gh_date:.%{gh_date}.%{gh_short}}%{?dist} Summary: Zephir language for creation of extensions for PHP. @@ -116,9 +116,6 @@ sed -e 's:@DATADIR@:%{_datadir}:;s:@BINDIR@:%{_bindir}:' \ find . -name \*.php -exec chmod -x {} \; -# https://github.com/phalcon/zephir/issues/1742 -sed -e 's/0.10.12/0.10.13/' -i Library/Compiler.php - %build # nothing @@ -164,6 +161,9 @@ sh ./bin/%{gh_project}.test version | grep %{version} %changelog +* Wed Nov 21 2018 Remi Collet - 0.10.14-1 +- update to 0.10.14 + * Mon Nov 19 2018 Remi Collet - 0.10.13-1 - update to 0.10.13 - open https://github.com/phalcon/zephir/issues/1742 bad version -- cgit