From 3da6ca24c22dc925f9c952fae0a6ae9d234f8d44 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 28 Jul 2025 07:36:06 +0200 Subject: update to 5.6.0 --- php-nikic-php-parser5.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-nikic-php-parser5.spec b/php-nikic-php-parser5.spec index 811dc58..7594b59 100644 --- a/php-nikic-php-parser5.spec +++ b/php-nikic-php-parser5.spec @@ -18,7 +18,7 @@ %bcond_with tests %endif -%global gh_commit ae59794362fe85e051a58ad36b289443f57be7a9 +%global gh_commit 221b0d0fdf1369c71047ad1d18bb5880017bbc56 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner nikic %global gh_project PHP-Parser @@ -27,7 +27,7 @@ %global ns_project PhpParser %global major 5 -%global upstream_version 5.5.0 +%global upstream_version 5.6.0 #global upstream_prever rc1 Name: php-%{gh_owner}-%{pk_project}%{major} @@ -127,7 +127,7 @@ AUTOLOAD : Upstream test suite ret=0 -for cmdarg in "php %{phpunit}" php81 php82 php83 php84; do +for cmdarg in "php %{phpunit}" php81 php82 php83 php84 php85; do if which $cmdarg; then set $cmdarg $1 -d include_path=%{php_home} \ @@ -150,6 +150,9 @@ exit $ret %changelog +* Mon Jul 28 2025 Remi Collet - 5.6.0-1 +- update to 5.6.0 + * Wed Jun 18 2025 Remi Collet - 5.5.0-1 - update to 5.5.0 -- cgit