diff options
author | Remi Collet <remi@remirepo.net> | 2025-08-20 17:11:03 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-08-20 17:11:03 +0200 |
commit | 6a60dd75b5562407d73d79aa4af2a63321cdd5de (patch) | |
tree | 20292821b5f5203ab32fd7fda0f5d80a77412ca2 | |
parent | f9602b1ccfbdd52dd00a2ceece70472b37c10c26 (diff) |
-rw-r--r-- | phpunit8.spec | 18 |
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 |