diff options
Diffstat (limited to 'phpunit11.spec')
-rw-r--r-- | phpunit11.spec | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/phpunit11.spec b/phpunit11.spec index 5acaa7e..0124738 100644 --- a/phpunit11.spec +++ b/phpunit11.spec @@ -20,8 +20,8 @@ %bcond_with defcmd %endif -%global gh_commit 15c7e69dec4a8f246840859e6b430bd2abeb5039 -%global gh_date 2024-07-10 +%global gh_commit a7a29e8d3113806f18f99d670f580a30e8ffff39 +%global gh_date 2024-07-18 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -34,7 +34,7 @@ %global ver_major 11 %global ver_minor 2 -%global upstream_version 11.2.7 +%global upstream_version 11.2.8 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -245,7 +245,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; do +for cmd in php php82 php83 php84; do if which $cmd; then $cmd ./phpunit $OPT || ret=1 fi @@ -266,6 +266,9 @@ exit $ret %changelog +* Fri Jul 19 2024 Remi Collet <remi@remirepo.net> - 11.2.8-1 +- update to 11.2.8 + * Thu Jul 11 2024 Remi Collet <remi@remirepo.net> - 11.2.7-1 - update to 11.2.7 - raise dependencies |