diff options
Diffstat (limited to 'phpunit9.spec')
-rw-r--r-- | phpunit9.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/phpunit9.spec b/phpunit9.spec index c8b5a10..a4bac7b 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 12bc8879fb65aef2138b26fc633cb1e3620cffba +%global gh_commit 0e32b76be457de00e83213528f6bb37e2a38fcb1 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -25,7 +25,7 @@ %global ver_major 9 %global ver_minor 5 -%global upstream_version 9.5.20 +%global upstream_version 9.5.21 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -280,7 +280,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 php74 php80 php81; do +for cmd in php php74 php80 php81 php82; do if which $cmd; then $cmd ./phpunit $OPT --verbose || ret=1 fi @@ -299,6 +299,9 @@ exit $ret %changelog +* Mon Jun 20 2022 Remi Collet <remi@remirepo.net> - 9.5.21-1 +- update to 9.5.21 + * Mon Apr 4 2022 Remi Collet <remi@remirepo.net> - 9.5.20-1 - update to 9.5.20 |