From 6d6ce135d195785c876700b605dbabc48a0f256c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 16 Aug 2018 15:46:59 +0200 Subject: v0.11.0 --- zephir.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/zephir.spec b/zephir.spec index 6fdabb4..a8be84e 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 d1b4cc68d9d6eee6dbf2c6f13f03e8708e7c70a5 +%global gh_commit f5a5a148371f10c886e5b8a095a76c360ea1966a %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.10 +Version: 0.11.0 Release: 1%{?gh_date:.%{gh_date}.%{gh_short}}%{?dist} Summary: Zephir language for creation of extensions for PHP. @@ -141,7 +141,8 @@ sh ./bin/%{gh_project}.test version | grep %{version} %if %{with_tests} : Run test suite -%{_bindir}/phpunit \ +%{_bindir}/php -d extension=zephir_parser.so \ + %{_bindir}/phpunit \ --bootstrap %{buildroot}%{_datadir}/%{gh_project}/bootstrap.php \ --verbose unit-tests/Zephir %else @@ -159,6 +160,9 @@ sh ./bin/%{gh_project}.test version | grep %{version} %changelog +* Thu Aug 16 2018 Remi Collet - 0.11.0-1 +- update to 0.11.0 + * Fri May 25 2018 Remi Collet - 0.10.10-1 - update to 0.10.10 -- cgit