diff options
-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 f732ea9..f7a1990 100644 --- a/php-ast.spec +++ b/php-ast.spec @@ -23,9 +23,9 @@ Summary: Abstract Syntax Tree Name: %{?scl_prefix}php-ast Version: 1.0.14 %if 0%{?gh_date:1} -Release: 0.7.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.8.%{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://pecl.php.net/package/ast @@ -224,6 +224,9 @@ fi %changelog +* Wed Sep 01 2021 Remi Collet <remi@remirepo.net> - 1.0.14-2 +- rebuild for 8.1.0RC1 + * Sun Jul 25 2021 Remi Collet <remi@remirepo.net> - 1.0.14-1 - update to 1.0.14 |