diff options
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | phpunit11.spec | 16 |
2 files changed, 11 insertions, 7 deletions
diff --git a/composer.json b/composer.json index e54b351..41c48b1 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ "sebastian/comparator": "^6.3.2", "sebastian/diff": "^6.0.2", "sebastian/environment": "^7.2.1", - "sebastian/exporter": "^6.3.1", + "sebastian/exporter": "^6.3.2", "sebastian/global-state": "^7.0.2", "sebastian/object-enumerator": "^6.0.1", "sebastian/type": "^5.1.3", diff --git a/phpunit11.spec b/phpunit11.spec index 7e9f948..83db6c9 100644 --- a/phpunit11.spec +++ b/phpunit11.spec @@ -19,8 +19,8 @@ %bcond_with defcmd %endif -%global gh_commit 4102b2f9250d6dd57d1a1c8c4132b1c744b14b1c -%global gh_date 2025-09-23 +%global gh_commit b42782bcb947d2c197aea42ce9714ee2d974b283 +%global gh_date 2025-09-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 11 %global ver_minor 5 -%global upstream_version 11.5.40 +%global upstream_version 11.5.41 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -65,7 +65,7 @@ BuildRequires: (php-composer(sebastian/code-unit) >= 3.0.3 with php-c BuildRequires: (php-composer(sebastian/comparator) >= 6.3.2 with php-composer(sebastian/comparator) < 7) BuildRequires: (php-composer(sebastian/diff) >= 6.0.2 with php-composer(sebastian/diff) < 7) BuildRequires: (php-composer(sebastian/environment) >= 7.2.1 with php-composer(sebastian/environment) < 8) -BuildRequires: (php-composer(sebastian/exporter) >= 6.3.1 with php-composer(sebastian/exporter) < 7) +BuildRequires: (php-composer(sebastian/exporter) >= 6.3.2 with php-composer(sebastian/exporter) < 7) BuildRequires: (php-composer(sebastian/global-state) >= 7.0.2 with php-composer(sebastian/global-state) < 8) BuildRequires: (php-composer(sebastian/object-enumerator) >= 6.0.1 with php-composer(sebastian/object-enumerator) < 7) BuildRequires: (php-composer(sebastian/type) >= 5.1.3 with php-composer(sebastian/type) < 6) @@ -101,7 +101,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "sebastian/comparator": "^6.3.2", # "sebastian/diff": "^6.0.2", # "sebastian/environment": "^7.2.1", -# "sebastian/exporter": "^6.3.1", +# "sebastian/exporter": "^6.3.2", # "sebastian/global-state": "^7.0.2", # "sebastian/object-enumerator": "^6.0.1", # "sebastian/type": "^5.1.3", @@ -128,7 +128,7 @@ Requires: (php-composer(sebastian/code-unit) >= 3.0.3 with php-c Requires: (php-composer(sebastian/comparator) >= 6.3.2 with php-composer(sebastian/comparator) < 7) Requires: (php-composer(sebastian/diff) >= 6.0.2 with php-composer(sebastian/diff) < 7) Requires: (php-composer(sebastian/environment) >= 7.2.1 with php-composer(sebastian/environment) < 8) -Requires: (php-composer(sebastian/exporter) >= 6.3.1 with php-composer(sebastian/exporter) < 7) +Requires: (php-composer(sebastian/exporter) >= 6.3.2 with php-composer(sebastian/exporter) < 7) Requires: (php-composer(sebastian/global-state) >= 7.0.2 with php-composer(sebastian/global-state) < 8) Requires: (php-composer(sebastian/object-enumerator) >= 6.0.1 with php-composer(sebastian/object-enumerator) < 7) Requires: (php-composer(sebastian/type) >= 5.1.3 with php-composer(sebastian/type) < 6) @@ -300,6 +300,10 @@ exit $ret %changelog +* Wed Sep 24 2025 Remi Collet <remi@remirepo.net> - 11.5.41-1 +- update to 11.5.41 (no change) +- raise dependency on sebastian/exporter 6.3.2 + * Tue Sep 23 2025 Remi Collet <remi@remirepo.net> - 11.5.40-1 - update to 11.5.40 (no change) - raise dependency on sebastian/exporter 6.3.1 |