summaryrefslogtreecommitdiffstats
path: root/phpunit9.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-09-19 14:46:53 +0200
committerRemi Collet <remi@php.net>2024-09-19 14:46:53 +0200
commit2f9151f0942c0c694700f20f7fffb0f39da30c03 (patch)
tree277141735ebca62214bc0f34624a81c9aebff1b5 /phpunit9.spec
parent3f91aa6279ed1be210215e1da3b2065084d45a95 (diff)
update to 9.6.21HEADmaster
Diffstat (limited to 'phpunit9.spec')
-rw-r--r--phpunit9.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/phpunit9.spec b/phpunit9.spec
index 2211801..b40561e 100644
--- a/phpunit9.spec
+++ b/phpunit9.spec
@@ -12,8 +12,8 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit 49d7820565836236411f5dc002d16dd689cde42f
-%global gh_date 2024-07-10
+%global gh_commit de6abf3b6f8dd955fac3caad3af7a9504e8c2ffa
+%global gh_date 2024-09-19
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project phpunit
@@ -26,7 +26,7 @@
%global ver_major 9
%global ver_minor 6
-%global upstream_version 9.6.20
+%global upstream_version 9.6.21
#global upstream_prever dev
Name: %{pk_project}%{ver_major}
@@ -248,7 +248,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 php81 php82 php83; do
+for cmd in php php81 php82 php83 php84; do
if which $cmd; then
$cmd ./phpunit $OPT --verbose || ret=1
fi
@@ -265,6 +265,9 @@ exit $ret
%changelog
+* Thu Sep 19 2024 Remi Collet <remi@remirepo.net> - 9.6.21-1
+- update to 9.6.21
+
* Thu Jul 11 2024 Remi Collet <remi@remirepo.net> - 9.6.20-1
- update to 9.6.20 (no change)
- raise dependencies