summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpunit8.spec18
1 files changed, 15 insertions, 3 deletions
diff --git a/phpunit8.spec b/phpunit8.spec
index ec0c3bf..775a033 100644
--- a/phpunit8.spec
+++ b/phpunit8.spec
@@ -11,8 +11,8 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit e2e36f0a28c62baea79b69c3511a626b982f808d
-%global gh_date 2025-08-10
+%global gh_commit e1d7ab63dc670dedf76202bb01b593195b0d4196
+%global gh_date 2025-08-20
%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.43
+%global upstream_version 8.5.44
#global upstream_prever dev
Name: %{pk_project}%{ver_major}
@@ -132,8 +132,17 @@ Suggests: php-xdebug
# recommends latest versions
Recommends: phpunit9
Recommends: phpunit10
+# remirepo:2
+# Fedora 38+ only for 8.2
+%if 0%{?fedora} >= 38 || 0%{?rhel} >= 10
Recommends: phpunit11
+# remirepo:3
+%endif
+# Fedora 40+ only for 8.3
+%if 0%{?fedora} >= 40 || 0%{?rhel} >= 10
Recommends: phpunit12
+# remirepo:1
+%endif
# Autoloader
Requires: php-composer(fedora/autoloader)
# From phpcompatinfo report for version 8.0.0
@@ -242,6 +251,9 @@ exit $ret
%changelog
+* Wed Aug 20 2025 Remi Collet <remi@remirepo.net> - 8.5.44-1
+- update to 8.5.44
+
* Mon Aug 11 2025 Remi Collet <remi@remirepo.net> - 8.5.43-1
- update to 8.5.43
- raise dependency on myclabs/deep-copy 1.13.4