From b8b450cc541fe6f9daf7374cbd538a93ab7cbfcb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 8 Jan 2024 09:16:22 +0100 Subject: update to 5.0.0 --- php-nikic-php-parser5.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-nikic-php-parser5.spec b/php-nikic-php-parser5.spec index 73c7a33..52ae4b8 100644 --- a/php-nikic-php-parser5.spec +++ b/php-nikic-php-parser5.spec @@ -17,7 +17,7 @@ %bcond_with tests %endif -%global gh_commit 255000ad4966539a12c3b045f839eb664d3377c1 +%global gh_commit 4a21235f7e56e713259a6f76bf4b5ea08502b9dc %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner nikic %global gh_project PHP-Parser @@ -27,7 +27,7 @@ %global major 5 %global upstream_version 5.0.0 -%global upstream_prever rc1 +#global upstream_prever rc1 Name: php-%{gh_owner}-%{pk_project}%{major} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} @@ -159,6 +159,9 @@ exit $ret %changelog +* Mon Jan 8 2024 Remi Collet - 5.0.0-1 +- update to 5.0.0 + * Thu Dec 21 2023 Remi Collet - 5.0.0~rc1-1 - update to 5.0.0rc1 -- cgit