diff options
Diffstat (limited to 'phpunit11.spec')
-rw-r--r-- | phpunit11.spec | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/phpunit11.spec b/phpunit11.spec index fb6ee1d..3dbcd6c 100644 --- a/phpunit11.spec +++ b/phpunit11.spec @@ -19,8 +19,8 @@ %bcond_with defcmd %endif -%global gh_commit 6b07ab1047155cf38f82dd691787a277782271dd -%global gh_date 2025-06-20 +%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.24 +%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,12 @@ exit $ret %changelog +* Mon Jul 7 2025 Remi Collet <remi@remirepo.net> - 11.5.26-1 +- update to 11.5.26 + +* Sat Jun 28 2025 Remi Collet <remi@remirepo.net> - 11.5.25-1 +- update to 11.5.25 + * Sat Jun 21 2025 Remi Collet <remi@remirepo.net> - 11.5.24-1 - update to 11.5.24 - raise dependency on phpunit/php-code-coverage 11.0.10 |