diff options
author | Remi Collet <remi@remirepo.net> | 2025-07-07 16:09:32 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-07-07 16:09:32 +0200 |
commit | 0479801590ae81fe339ff4603aefd943526d09fe (patch) | |
tree | fc3b1b0181f173d33a6e44b50bfb35e01a6f739d | |
parent | b63f80cf87fad58510125d110ce7b8fc74d39d5d (diff) |
-rw-r--r-- | phpunit11.spec | 11 |
1 files changed, 7 insertions, 4 deletions
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 <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 |