From bc92d1fd3a6320b03c27a56c3ca3c8a84cf3beb8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 16 Sep 2020 07:50:16 +0200 Subject: open https://github.com/nikic/php-ast/issues/187 failed test with 8.0.0beta4 --- php-ast.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 - 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 - 1.0.10-1 - update to 1.0.10 -- cgit