diff options
author | Remi Collet <remi@remirepo.net> | 2020-09-16 07:50:16 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-09-16 07:50:16 +0200 |
commit | bc92d1fd3a6320b03c27a56c3ca3c8a84cf3beb8 (patch) | |
tree | c55945f48c0b690818bfa21036e24935a5302c73 | |
parent | 54702d3a097cb007cc9b985c2a827fa4e40a666c (diff) |
open https://github.com/nikic/php-ast/issues/187 failed test
with 8.0.0beta4
-rw-r--r-- | php-ast.spec | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/php-ast.spec b/php-ast.spec index e2d9dfd..8145df4 100644 --- a/php-ast.spec +++ b/php-ast.spec @@ -24,7 +24,7 @@ Version: 1.0.10 %if 0%{?gh_date:1} Release: 0.6.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif License: BSD URL: https://github.com/%{gh_owner}/%{gh_project} @@ -161,6 +161,10 @@ done %check +%if "%{php_version}" > "8.0" +rm ?TS/tests/attributes_02.phpt +%endif + cd NTS : Minimal load test for NTS extension %{__php} --no-php-ini \ @@ -225,6 +229,10 @@ fi %changelog +* Wed Sep 16 2020 Remi Collet <remi@remirepo.net> - 1.0.10-2 +- open https://github.com/nikic/php-ast/issues/187 failed test + with 8.0.0beta4 + * Sun Sep 13 2020 Remi Collet <remi@remirepo.net> - 1.0.10-1 - update to 1.0.10 |