diff options
author | Remi Collet <remi@remirepo.net> | 2018-08-16 15:46:59 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-08-16 15:46:59 +0200 |
commit | 6d6ce135d195785c876700b605dbabc48a0f256c (patch) | |
tree | cef79cd4da73bc035857c9acc3a6f4a41dfb5b73 | |
parent | fe9a021358175db4651b0d881a27346cf6ee2abb (diff) |
v0.11.0
-rw-r--r-- | zephir.spec | 10 |
1 files 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 <remi@remirepo.net> - 0.11.0-1 +- update to 0.11.0 + * Fri May 25 2018 Remi Collet <remi@remirepo.net> - 0.10.10-1 - update to 0.10.10 |