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 8e6fc04..f830b2c 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@          "sebastian/comparator": "^5.0.4",          "sebastian/diff": "^5.1.1",          "sebastian/environment": "^6.1.0", -        "sebastian/exporter": "^5.1.2", +        "sebastian/exporter": "^5.1.3",          "sebastian/global-state": "^6.0.2",          "sebastian/object-enumerator": "^5.0.0",          "sebastian/recursion-context": "^5.0.1", diff --git a/phpunit10.spec b/phpunit10.spec index 4a784c7..9bc911a 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -19,8 +19,8 @@  %bcond_with          defcmd  %endif -%global gh_commit    4b2d546b336876bd9562f24641b08a25335b06b6 -%global gh_date      2025-09-14 +%global gh_commit    e00fdca14e854ed26256da31f4ab1c9a58453742 +%global gh_date      2025-09-23  %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.55 +%global upstream_version 10.5.56  #global upstream_prever  dev  Name:           %{pk_project}%{ver_major} @@ -65,7 +65,7 @@ BuildRequires:  (php-composer(sebastian/code-unit) >= 2.0             with php-c  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) +BuildRequires:  (php-composer(sebastian/exporter) >= 5.1.3            with php-composer(sebastian/exporter) < 6)  BuildRequires:  (php-composer(sebastian/global-state) >= 6.0.2        with php-composer(sebastian/global-state) < 7)  BuildRequires:  (php-composer(sebastian/object-enumerator) >= 5.0     with php-composer(sebastian/object-enumerator) < 6)  BuildRequires:  (php-composer(sebastian/recursion-context) >= 5.0.1   with php-composer(sebastian/recursion-context) < 6) @@ -101,7 +101,7 @@ BuildRequires:  php-fedora-autoloader-devel >= 1.0.0  #        "sebastian/comparator": "^5.0.4",  #        "sebastian/diff": "^5.1.1",  #        "sebastian/environment": "^6.1.0", -#        "sebastian/exporter": "^5.1.2", +#        "sebastian/exporter": "^5.1.3",  #        "sebastian/global-state": "^6.0.2",  #        "sebastian/object-enumerator": "^5.0.0",  #        "sebastian/recursion-context": "^5.0.1", @@ -128,7 +128,7 @@ Requires:       (php-composer(sebastian/code-unit) >= 2.0             with php-c  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) +Requires:       (php-composer(sebastian/exporter) >= 5.1.3            with php-composer(sebastian/exporter) < 6)  Requires:       (php-composer(sebastian/global-state) >= 6.0.2        with php-composer(sebastian/global-state) < 7)  Requires:       (php-composer(sebastian/object-enumerator) >= 5.0     with php-composer(sebastian/object-enumerator) < 6)  Requires:       (php-composer(sebastian/recursion-context) >= 5.0.1   with php-composer(sebastian/recursion-context) < 6) @@ -277,6 +277,10 @@ exit $ret  %changelog +* Tue Sep 23 2025 Remi Collet <remi@remirepo.net> - 10.5.56-1 +- update to 10.5.56 (no change) +- raise dependency on sebastian/exporter 5.1.3 +  * 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  | 
