diff options
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | phpunit10.spec | 16 | 
2 files changed, 11 insertions, 7 deletions
diff --git a/composer.json b/composer.json index d64fa73..8e6fc04 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@          "phpunit/php-timer": "^6.0.0",          "sebastian/cli-parser": "^2.0.1",          "sebastian/code-unit": "^2.0.0", -        "sebastian/comparator": "^5.0.3", +        "sebastian/comparator": "^5.0.4",          "sebastian/diff": "^5.1.1",          "sebastian/environment": "^6.1.0",          "sebastian/exporter": "^5.1.2", diff --git a/phpunit10.spec b/phpunit10.spec index 891e932..4a784c7 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -19,8 +19,8 @@  %bcond_with          defcmd  %endif -%global gh_commit    b1dbbaaf96106b76d500b9d3db51f9b01f6a3589 -%global gh_date      2025-09-11 +%global gh_commit    4b2d546b336876bd9562f24641b08a25335b06b6 +%global gh_date      2025-09-14  %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.54 +%global upstream_version 10.5.55  #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.3          with php-composer(sebastian/comparator) < 6) +BuildRequires:  (php-composer(sebastian/comparator) >= 5.0.4          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.2            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.3", +#        "sebastian/comparator": "^5.0.4",  #        "sebastian/diff": "^5.1.1",  #        "sebastian/environment": "^6.1.0",  #        "sebastian/exporter": "^5.1.2", @@ -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.3          with php-composer(sebastian/comparator) < 6) +Requires:       (php-composer(sebastian/comparator) >= 5.0.4          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.2            with php-composer(sebastian/exporter) < 6) @@ -277,6 +277,10 @@ exit $ret  %changelog +* Mon Sep 15 2025 Remi Collet <remi@remirepo.net> - 10.5.55-1 +- update to 10.5.55 +- raise dependency on sebastian/comparator 5.0.4 +  * Thu Sep 11 2025 Remi Collet <remi@remirepo.net> - 10.5.54-1  - update to 10.5.54  | 
