diff options
author | Remi Collet <remi@remirepo.net> | 2025-09-24 09:13:09 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-09-24 09:13:09 +0200 |
commit | 002f54883fc160d2d9e16170d206a1be50cfb5cf (patch) | |
tree | 8bd6b8939d8d1a9308a4429b97c2f4db0b797c71 | |
parent | b2b37267e75d0a278634357158ca240c2d4f169f (diff) |
update to 12.3.14 (no change)
raise dependency on sebastian/exporter 7.0.2
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | phpunit12.spec | 16 |
2 files changed, 11 insertions, 7 deletions
diff --git a/composer.json b/composer.json index 62e9815..d59a67c 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "sebastian/comparator": "^7.1.3", "sebastian/diff": "^7.0.0", "sebastian/environment": "^8.0.3", - "sebastian/exporter": "^7.0.1", + "sebastian/exporter": "^7.0.2", "sebastian/global-state": "^8.0.2", "sebastian/object-enumerator": "^7.0.0", "sebastian/type": "^6.0.3", diff --git a/phpunit12.spec b/phpunit12.spec index a58b679..705b33b 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -19,8 +19,8 @@ %bcond_with defcmd %endif -%global gh_commit 44f15312c4968fa8102e491fc6f3746410819c16 -%global gh_date 2025-09-23 +%global gh_commit 13e9b2bea9327b094176147250d2c10319a10f5b +%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 12 %global ver_minor 3 -%global upstream_version 12.3.13 +%global upstream_version 12.3.14 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -64,7 +64,7 @@ BuildRequires: (php-composer(sebastian/cli-parser) >= 4.2.0 with php-c BuildRequires: (php-composer(sebastian/comparator) >= 7.1.3 with php-composer(sebastian/comparator) < 8) BuildRequires: (php-composer(sebastian/diff) >= 7.0.0 with php-composer(sebastian/diff) < 8) BuildRequires: (php-composer(sebastian/environment) >= 8.0.3 with php-composer(sebastian/environment) < 9) -BuildRequires: (php-composer(sebastian/exporter) >= 7.0.1 with php-composer(sebastian/exporter) < 8) +BuildRequires: (php-composer(sebastian/exporter) >= 7.0.2 with php-composer(sebastian/exporter) < 8) BuildRequires: (php-composer(sebastian/global-state) >= 8.0.2 with php-composer(sebastian/global-state) < 9) BuildRequires: (php-composer(sebastian/object-enumerator) >= 7.0.0 with php-composer(sebastian/object-enumerator) < 8) BuildRequires: (php-composer(sebastian/type) >= 6.0.3 with php-composer(sebastian/type) < 7) @@ -99,7 +99,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "sebastian/comparator": "^7.1.3", # "sebastian/diff": "^7.0.0", # "sebastian/environment": "^8.0.3", -# "sebastian/exporter": "^7.0.1", +# "sebastian/exporter": "^7.0.2", # "sebastian/global-state": "^8.0.2", # "sebastian/object-enumerator": "^7.0.0", # "sebastian/type": "^6.0.3", @@ -125,7 +125,7 @@ Requires: (php-composer(sebastian/cli-parser) >= 4.2.0 with php-c Requires: (php-composer(sebastian/comparator) >= 7.1.3 with php-composer(sebastian/comparator) < 8) Requires: (php-composer(sebastian/diff) >= 7.0.0 with php-composer(sebastian/diff) < 8) Requires: (php-composer(sebastian/environment) >= 8.0.3 with php-composer(sebastian/environment) < 9) -Requires: (php-composer(sebastian/exporter) >= 7.0.1 with php-composer(sebastian/exporter) < 8) +Requires: (php-composer(sebastian/exporter) >= 7.0.2 with php-composer(sebastian/exporter) < 8) Requires: (php-composer(sebastian/global-state) >= 8.0.2 with php-composer(sebastian/global-state) < 9) Requires: (php-composer(sebastian/object-enumerator) >= 7.0.0 with php-composer(sebastian/object-enumerator) < 8) Requires: (php-composer(sebastian/type) >= 6.0.3 with php-composer(sebastian/type) < 7) @@ -287,6 +287,10 @@ exit $ret %changelog +* Wed Sep 24 2025 Remi Collet <remi@remirepo.net> - 12.3.14-1 +- update to 12.3.14 (no change) +- raise dependency on sebastian/exporter 7.0.2 + * Tue Sep 23 2025 Remi Collet <remi@remirepo.net> - 12.3.13-1 - update to 12.3.13 (no change) - raise dependency on sebastian/exporter 7.0.1 |