diff options
author | Remi Collet <remi@remirepo.net> | 2025-02-07 08:20:08 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-02-07 08:20:08 +0100 |
commit | 057a949b679459711c34b7bced4c837ff8c18e15 (patch) | |
tree | a74110feb90d8bb062fa3c5b874873b5781a39f8 | |
parent | 6fc04b950a7c023cb62084d4942fe213ebcec123 (diff) |
F-40: drop phpunit command, provided by phpunit10
EL-10: drop phpunit command, provided by phpunit12
recommend phpunit12
-rw-r--r-- | phpunit11.spec | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/phpunit11.spec b/phpunit11.spec index 823ec92..316566d 100644 --- a/phpunit11.spec +++ b/phpunit11.spec @@ -13,7 +13,7 @@ %bcond_without tests -%if 0%{?fedora} >= 40 || 0%{?rhel} >= 10 +%if 0%{?fedora} == 41 %bcond_without defcmd %else %bcond_with defcmd @@ -38,7 +38,7 @@ Name: %{pk_project}%{ver_major} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 1%{?dist} +Release: 2%{?dist} Summary: The PHP Unit Testing framework version %{ver_major} License: BSD-3-Clause @@ -138,16 +138,18 @@ Requires: (php-composer(staabm/side-effects-detector) >= 1.0.5 with php-c # "ext-soap": "*", Suggests: php-soap # recommends latest versions -# none yet +# remirepo:2 +# 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 10.0.0 -Requires: php-reflection Requires: php-openssl Requires: php-pcntl -Requires: php-pcre Requires: php-phar -Requires: php-spl %if 0%{?fedora} >= 39 || 0%{?rhel} >= 10 Provides: php-composer(phpunit/phpunit) = %{version} @@ -297,6 +299,11 @@ exit $ret %changelog +* Mon Feb 3 2025 Remi Collet <remi@remirepo.net> - 11.5.6-2 +- F-40: drop phpunit command, provided by phpunit10 +- EL-10: drop phpunit command, provided by phpunit12 +- recommend phpunit12 + * Fri Jan 31 2025 Remi Collet <remi@remirepo.net> - 11.5.6-1 - update to 11.5.6 |