From 6ddb61199fbab64fabd2ecc5aa7ac6a4a86e8b75 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 20 Aug 2023 08:19:49 +0200 Subject: update to 9.6.11 --- phpunit9.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'phpunit9.spec') diff --git a/phpunit9.spec b/phpunit9.spec index ca47966..879ebc7 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -8,10 +8,11 @@ # Please, preserve the changelog entries # +# remirepo:2 # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit a6d351645c3fe5a30f5e86be6577d946af65a328 +%global gh_commit 810500e92855eba8a7a5319ae913be2da6f957b0 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -25,7 +26,7 @@ %global ver_major 9 %global ver_minor 6 -%global upstream_version 9.6.10 +%global upstream_version 9.6.11 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -289,7 +290,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 php80 php81 php82; do +for cmd in php php80 php81 php82 php83; do if which $cmd; then $cmd ./phpunit $OPT --verbose || ret=1 fi @@ -308,6 +309,9 @@ exit $ret %changelog +* Sun Aug 20 2023 Remi Collet - 9.6.11-1 +- update to 9.6.11 + * Mon Jul 10 2023 Remi Collet - 9.6.10-1 - update to 9.6.10 -- cgit