diff options
author | Remi Collet <remi@remirepo.net> | 2020-09-30 08:52:58 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-09-30 08:52:58 +0200 |
commit | c89be7b4250e90232049d721dfd4d2f0d9a2c860 (patch) | |
tree | f5d76f255bb2432f109a4cdec958884b5d40be26 | |
parent | bc92d1fd3a6320b03c27a56c3ca3c8a84cf3beb8 (diff) |
rebuild for PHP 8.0.0RC1
-rw-r--r-- | php-ast.spec | 7 |
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 |