diff options
author | Remi Collet <remi@remirepo.net> | 2025-08-20 17:12:17 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-08-20 17:12:17 +0200 |
commit | d507229c10ae9f6cdfaf4e22a7420987aad76d00 (patch) | |
tree | 4fc09fbcbd2ef6277df0285d6ad011a5022afc4a | |
parent | 382489b661b16b09310231b2ded70889c348e6f1 (diff) |
-rw-r--r-- | phpunit9.spec | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/phpunit9.spec b/phpunit9.spec index d806d56..e17d52a 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,8 +11,8 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit ea49afa29aeea25ea7bf9de9fdd7cab163cc0701 -%global gh_date 2025-08-10 +%global gh_commit 049c011e01be805202d8eebedef49f769a8ec7b7 +%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 9 %global ver_minor 6 -%global upstream_version 9.6.24 +%global upstream_version 9.6.25 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -137,9 +137,16 @@ Suggests: php-soap Suggests: php-xdebug # recommends latest versions Recommends: phpunit10 -# Fedora 38+ only until 8.1 EOL -%if 0%{?fedora} >= 38 +# 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) @@ -261,6 +268,9 @@ exit $ret %changelog +* Wed Aug 20 2025 Remi Collet <remi@remirepo.net> - 9.6.25-1 +- update to 9.6.25 + * Mon Aug 11 2025 Remi Collet <remi@remirepo.net> - 9.6.24-1 - update to 9.6.24 - raise dependency on myclabs/deep-copy 1.13.4 |