summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-ast.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-ast.spec b/php-ast.spec
index 8145df4..3289fc4 100644
--- a/php-ast.spec
+++ b/php-ast.spec
@@ -22,9 +22,9 @@ Summary: Abstract Syntax Tree
Name: %{?scl_prefix}php-ast
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;')}}
+Release: 0.7.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%else
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%endif
License: BSD
URL: https://github.com/%{gh_owner}/%{gh_project}
@@ -229,6 +229,9 @@ fi
%changelog
+* Wed Sep 30 2020 Remi Collet <remi@remirepo.net> - 1.0.10-3
+- rebuild for PHP 8.0.0RC1
+
* 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