From c89be7b4250e90232049d721dfd4d2f0d9a2c860 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Sep 2020 08:52:58 +0200 Subject: rebuild for PHP 8.0.0RC1 --- php-ast.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-ast.spec') 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 - 1.0.10-3 +- rebuild for PHP 8.0.0RC1 + * 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 -- cgit