summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-07-19 08:21:57 +0200
committerRemi Collet <remi@php.net>2024-07-19 08:21:57 +0200
commita716848d3c21fc3cb44f69a0f7e893f514f4b6e3 (patch)
tree505c8fc0f3d66e7ec11f66756965a2e5e02ae34f
parenta0c13d468bbef2fb924b1a47651d324cd683a45c (diff)
update to 11.2.8
-rw-r--r--phpunit11.spec11
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