diff options
Diffstat (limited to 'phpunit10.spec')
| -rw-r--r-- | phpunit10.spec | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/phpunit10.spec b/phpunit10.spec index c7720a8..05da525 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -19,8 +19,8 @@ %bcond_with defcmd %endif -%global gh_commit f2e26f52f80ef77832e359205f216eeac00e320c -%global gh_date 2025-12-06 +%global gh_commit bd265b671a63b87e85a8155f885b6fbb41ee505b +%global gh_date 2026-01-24 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -33,7 +33,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.60 +%global upstream_version 10.5.61 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -62,7 +62,7 @@ BuildRequires: (php-composer(phpunit/php-text-template) >= 3.0.1 with php-c BuildRequires: (php-composer(phpunit/php-timer) >= 6.0 with php-composer(phpunit/php-timer) < 7) BuildRequires: (php-composer(sebastian/cli-parser) >= 2.0.1 with php-composer(sebastian/cli-parser) < 3) BuildRequires: (php-composer(sebastian/code-unit) >= 2.0 with php-composer(sebastian/code-unit) < 3) -BuildRequires: (php-composer(sebastian/comparator) >= 5.0.4 with php-composer(sebastian/comparator) < 6) +BuildRequires: (php-composer(sebastian/comparator) >= 5.0.5 with php-composer(sebastian/comparator) < 6) BuildRequires: (php-composer(sebastian/diff) >= 5.1.1 with php-composer(sebastian/diff) < 6) BuildRequires: (php-composer(sebastian/environment) >= 6.1.0 with php-composer(sebastian/environment) < 7) BuildRequires: (php-composer(sebastian/exporter) >= 5.1.4 with php-composer(sebastian/exporter) < 6) @@ -98,7 +98,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "phpunit/php-timer": "^6.0.0", # "sebastian/cli-parser": "^2.0.1", # "sebastian/code-unit": "^2.0.0", -# "sebastian/comparator": "^5.0.4", +# "sebastian/comparator": "^5.0.5", # "sebastian/diff": "^5.1.1", # "sebastian/environment": "^6.1.0", # "sebastian/exporter": "^5.1.4", @@ -125,7 +125,7 @@ Requires: (php-composer(phpunit/php-text-template) >= 3.0.1 with php-c Requires: (php-composer(phpunit/php-timer) >= 6.0 with php-composer(phpunit/php-timer) < 7) Requires: (php-composer(sebastian/cli-parser) >= 2.0.1 with php-composer(sebastian/cli-parser) < 3) Requires: (php-composer(sebastian/code-unit) >= 2.0 with php-composer(sebastian/code-unit) < 3) -Requires: (php-composer(sebastian/comparator) >= 5.0.4 with php-composer(sebastian/comparator) < 6) +Requires: (php-composer(sebastian/comparator) >= 5.0.5 with php-composer(sebastian/comparator) < 6) Requires: (php-composer(sebastian/diff) >= 5.1.1 with php-composer(sebastian/diff) < 6) Requires: (php-composer(sebastian/environment) >= 6.1.0 with php-composer(sebastian/environment) < 7) Requires: (php-composer(sebastian/exporter) >= 5.1.4 with php-composer(sebastian/exporter) < 6) @@ -277,6 +277,10 @@ exit $ret %changelog +* Mon Jan 26 2026 Remi Collet <remi@remirepo.net> - 10.5.61-1 +- update to 10.5.61 +- raise dependency on sebastian/comparator 5.0.5 + * Tue Dec 9 2025 Remi Collet <remi@remirepo.net> - 10.5.60-1 - update to 10.5.60 (no change) |
