summaryrefslogtreecommitdiffstats
path: root/phpunit9.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-06-20 11:04:48 +0200
committerRemi Collet <remi@php.net>2022-06-20 11:04:48 +0200
commit0e19a63299b9548891d05189a40b85e3b5441ab6 (patch)
treed769bdba4d5d6d3368e52b47c0121cc1dfd4b314 /phpunit9.spec
parent869c583afd7078667fd0381e1b4024ca493a5192 (diff)
update to 9.5.21
Diffstat (limited to 'phpunit9.spec')
-rw-r--r--phpunit9.spec9
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