summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-ast.spec10
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