diff options
Diffstat (limited to 'phpunit9.spec')
| -rw-r--r-- | phpunit9.spec | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/phpunit9.spec b/phpunit9.spec index fa29fd4..1d42931 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,8 +11,8 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 945d0b7f346a084ce5549e95289962972c4272e5 -%global gh_date 2025-12-06 +%global gh_commit 492ee10a8369a1c1ac390a3b46e0c846e384c5a4 +%global gh_date 2026-01-24 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -25,12 +25,12 @@ %global ver_major 9 %global ver_minor 6 -%global upstream_version 9.6.31 +%global upstream_version 9.6.32 #global upstream_prever dev Name: %{pk_project}%{ver_major} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 2%{?dist} +Release: 1%{?dist} Summary: The PHP Unit Testing framework version %{ver_major} License: BSD-3-Clause @@ -65,7 +65,7 @@ BuildRequires: (php-composer(phpunit/php-text-template) >= 2.0.4 with php-c BuildRequires: (php-composer(phpunit/php-timer) >= 5.0.3 with php-composer(phpunit/php-timer) < 6) BuildRequires: (php-composer(sebastian/cli-parser) >= 1.0.2 with php-composer(sebastian/cli-parser) < 2) BuildRequires: (php-composer(sebastian/code-unit) >= 1.0.8 with php-composer(sebastian/code-unit) < 2) -BuildRequires: (php-composer(sebastian/comparator) >= 4.0.9 with php-composer(sebastian/comparator) < 5) +BuildRequires: (php-composer(sebastian/comparator) >= 4.0.10 with php-composer(sebastian/comparator) < 5) BuildRequires: (php-composer(sebastian/diff) >= 4.0.6 with php-composer(sebastian/diff) < 5) BuildRequires: (php-composer(sebastian/environment) >= 5.1.5 with php-composer(sebastian/environment) < 6) BuildRequires: (php-composer(sebastian/exporter) >= 4.0.8 with php-composer(sebastian/exporter) < 5) @@ -102,7 +102,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "phpunit/php-timer": "^5.0.3", # "sebastian/cli-parser": "^1.0.2", # "sebastian/code-unit": "^1.0.8", -# "sebastian/comparator": "^4.0.9", +# "sebastian/comparator": "^4.0.10", # "sebastian/diff": "^4.0.6", # "sebastian/environment": "^5.1.5", # "sebastian/exporter": "^4.0.8", @@ -138,7 +138,7 @@ Requires: (php-composer(phpunit/php-text-template) >= 2.0.4 with php-c Requires: (php-composer(phpunit/php-timer) >= 5.0.3 with php-composer(phpunit/php-timer) < 6) Requires: (php-composer(sebastian/cli-parser) >= 1.0.2 with php-composer(sebastian/cli-parser) < 2) Requires: (php-composer(sebastian/code-unit) >= 1.0.8 with php-composer(sebastian/code-unit) < 2) -Requires: (php-composer(sebastian/comparator) >= 4.0.9 with php-composer(sebastian/comparator) < 5) +Requires: (php-composer(sebastian/comparator) >= 4.0.10 with php-composer(sebastian/comparator) < 5) Requires: (php-composer(sebastian/diff) >= 4.0.6 with php-composer(sebastian/diff) < 5) Requires: (php-composer(sebastian/environment) >= 5.1.5 with php-composer(sebastian/environment) < 6) Requires: (php-composer(sebastian/exporter) >= 4.0.8 with php-composer(sebastian/exporter) < 5) @@ -286,6 +286,10 @@ exit $ret %changelog +* Mon Jan 26 2026 Remi Collet <remi@remirepo.net> - 9.6.32-1 +- update to 9.6.32 +- raise dependency on sebastian/comparator 4.0.10 + * Mon Jan 12 2026 Remi Collet <remi@remirepo.net> - 9.6.31-2 - use doctrine/instantiator v2 only with PHP 8.4+ - phpspec/prophecy is optional |
