summaryrefslogtreecommitdiffstats
path: root/zephir.spec
diff options
context:
space:
mode:
Diffstat (limited to 'zephir.spec')
-rw-r--r--zephir.spec10
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