diff options
author | Remi Collet <remi@remirepo.net> | 2025-08-17 06:55:31 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-08-17 06:55:31 +0200 |
commit | adbc057fde7a36c7350d07140b3a74aef21c89c7 (patch) | |
tree | 8b192fdd2e2ba99f29de7ac13874440f32aa7d28 | |
parent | f054b45482597ebf363525a4b2ca86846c43d46a (diff) |
update to 12.3.5
raise dependency on sebastian/environment 8.0.3
-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 5070704..2021940 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "sebastian/cli-parser": "^4.0.0", "sebastian/comparator": "^7.1.2", "sebastian/diff": "^7.0.0", - "sebastian/environment": "^8.0.2", + "sebastian/environment": "^8.0.3", "sebastian/exporter": "^7.0.0", "sebastian/global-state": "^8.0.0", "sebastian/object-enumerator": "^7.0.0", diff --git a/phpunit12.spec b/phpunit12.spec index db24517..46924e1 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -19,8 +19,8 @@ %bcond_with defcmd %endif -%global gh_commit 429095031bd38cb5070ca44166bd9dd5a9245dd6 -%global gh_date 2025-08-12 +%global gh_commit f10ba5f12a256026ad3c7ee4894ffe47f60d7dc7 +%global gh_date 2025-08-16 %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.4 +%global upstream_version 12.3.5 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -63,7 +63,7 @@ BuildRequires: (php-composer(phpunit/php-timer) >= 8.0.0 with php-c BuildRequires: (php-composer(sebastian/cli-parser) >= 4.0.0 with php-composer(sebastian/cli-parser) < 5) BuildRequires: (php-composer(sebastian/comparator) >= 7.1.2 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.2 with php-composer(sebastian/environment) < 9) +BuildRequires: (php-composer(sebastian/environment) >= 8.0.3 with php-composer(sebastian/environment) < 9) BuildRequires: (php-composer(sebastian/exporter) >= 7.0.0 with php-composer(sebastian/exporter) < 8) BuildRequires: (php-composer(sebastian/global-state) >= 8.0.0 with php-composer(sebastian/global-state) < 9) BuildRequires: (php-composer(sebastian/object-enumerator) >= 7.0.0 with php-composer(sebastian/object-enumerator) < 8) @@ -98,7 +98,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "sebastian/cli-parser": "^4.0.0", # "sebastian/comparator": "^7.1.2", # "sebastian/diff": "^7.0.0", -# "sebastian/environment": "^8.0.2", +# "sebastian/environment": "^8.0.3", # "sebastian/exporter": "^7.0.0", # "sebastian/global-state": "^8.0.0", # "sebastian/object-enumerator": "^7.0.0", @@ -124,7 +124,7 @@ Requires: (php-composer(phpunit/php-timer) >= 8.0.0 with php-c Requires: (php-composer(sebastian/cli-parser) >= 4.0.0 with php-composer(sebastian/cli-parser) < 5) Requires: (php-composer(sebastian/comparator) >= 7.1.2 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.2 with php-composer(sebastian/environment) < 9) +Requires: (php-composer(sebastian/environment) >= 8.0.3 with php-composer(sebastian/environment) < 9) Requires: (php-composer(sebastian/exporter) >= 7.0.0 with php-composer(sebastian/exporter) < 8) Requires: (php-composer(sebastian/global-state) >= 8.0.0 with php-composer(sebastian/global-state) < 9) Requires: (php-composer(sebastian/object-enumerator) >= 7.0.0 with php-composer(sebastian/object-enumerator) < 8) @@ -287,6 +287,10 @@ exit $ret %changelog +* Sun Aug 17 2025 Remi Collet <remi@remirepo.net> - 12.3.5-1 +- update to 12.3.5 +- raise dependency on sebastian/environment 8.0.3 + * Wed Aug 13 2025 Remi Collet <remi@remirepo.net> - 12.3.4-1 - update to 12.3.4 |