diff options
author | Remi Collet <remi@remirepo.net> | 2025-09-23 09:36:17 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-09-23 09:36:17 +0200 |
commit | 9821cfb19aeb7a12e6f2e9236eae062659d5cd8f (patch) | |
tree | 22ac49eac58cf0a0c005b86439d7335715fd9e8a | |
parent | 2677fc2e505a21e2c5cfc07d46e8b7a8e18dcbfb (diff) |
update to 11.5.40 (no change)
raise dependency on sebastian/exporter 6.3.1
-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 2e9171b..e54b351 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.0", + "sebastian/exporter": "^6.3.1", "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 a8fec5c..7e9f948 100644 --- a/phpunit11.spec +++ b/phpunit11.spec @@ -19,8 +19,8 @@ %bcond_with defcmd %endif -%global gh_commit ad5597f79d8489d2870073ac0bc0dd0ad1fa9931 -%global gh_date 2025-09-14 +%global gh_commit 4102b2f9250d6dd57d1a1c8c4132b1c744b14b1c +%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 11 %global ver_minor 5 -%global upstream_version 11.5.39 +%global upstream_version 11.5.40 #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.0 with php-composer(sebastian/exporter) < 7) +BuildRequires: (php-composer(sebastian/exporter) >= 6.3.1 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.0", +# "sebastian/exporter": "^6.3.1", # "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.0 with php-composer(sebastian/exporter) < 7) +Requires: (php-composer(sebastian/exporter) >= 6.3.1 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 +* 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 + * Mon Sep 15 2025 Remi Collet <remi@remirepo.net> - 11.5.39-1 - update to 11.5.39 |