summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-01-27 07:28:38 +0100
committerRemi Collet <remi@php.net>2026-01-27 07:28:38 +0100
commit3a00352d49126f73803c72840bc6f4c73ae9366e (patch)
tree37d9cc97508e1e2728fbdcf86612271c310c744a
parent7993bb229cfe2ea887c24f229c6df6743d746550 (diff)
update to 8.5.52HEADmaster
-rw-r--r--phpunit8.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/phpunit8.spec b/phpunit8.spec
index 106e39a..c7ea901 100644
--- a/phpunit8.spec
+++ b/phpunit8.spec
@@ -11,8 +11,8 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit e4eee30004883338a11ef8f3da87e5e3bf02a30c
-%global gh_date 2026-01-24
+%global gh_commit 1015741814413c156abb0f53d7db7bbd03c6e858
+%global gh_date 2026-01-27
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project phpunit
@@ -25,7 +25,7 @@
%global ver_major 8
%global ver_minor 5
-%global upstream_version 8.5.51
+%global upstream_version 8.5.52
#global upstream_prever dev
Name: %{pk_project}%{ver_major}
@@ -235,7 +235,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 php84 php85; do
+for cmd in php php82 php83 php84 php85; do
if which $cmd; then
$cmd ./phpunit $OPT --verbose || ret=1
fi
@@ -252,6 +252,9 @@ exit $ret
%changelog
+* Tue Jan 27 2026 Remi Collet <remi@remirepo.net> - 8.5.52-1
+- update to 8.5.52
+
* Mon Jan 26 2026 Remi Collet <remi@remirepo.net> - 8.5.51-1
- update to 8.5.51
- raise dependency on sebastian/comparator 3.0.7