From 0479801590ae81fe339ff4603aefd943526d09fe Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 7 Jul 2025 16:09:32 +0200 Subject: update to 11.5.26 --- phpunit11.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'phpunit11.spec') diff --git a/phpunit11.spec b/phpunit11.spec index 3cb582d..3dbcd6c 100644 --- a/phpunit11.spec +++ b/phpunit11.spec @@ -19,8 +19,8 @@ %bcond_with defcmd %endif -%global gh_commit 864ab32b3ff52058f917c5b19b3cef821e4a4f1b -%global gh_date 2025-06-27 +%global gh_commit 4ad8fe263a0b55b54a8028c38a18e3c5bef312e0 +%global gh_date 2025-07-04 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -33,7 +33,7 @@ %global ver_major 11 %global ver_minor 5 -%global upstream_version 11.5.25 +%global upstream_version 11.5.26 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -278,7 +278,7 @@ sed -e 's:@PATH@:%{buildroot}%{php_home}/%{ns_vendor}:' -i tests/bootstrap.php sed -e 's:%{php_home}/%{ns_vendor}:%{buildroot}%{php_home}/%{ns_vendor}:' -i phpunit ret=0 -for cmd in php php82 php83 php84; do +for cmd in php php82 php83 php84 php85; do if which $cmd; then $cmd ./phpunit $OPT || ret=1 fi @@ -299,6 +299,9 @@ exit $ret %changelog +* Mon Jul 7 2025 Remi Collet - 11.5.26-1 +- update to 11.5.26 + * Sat Jun 28 2025 Remi Collet - 11.5.25-1 - update to 11.5.25 -- cgit