diff options
author | Remi Collet <remi@remirepo.net> | 2025-09-24 09:07:29 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-09-24 09:07:29 +0200 |
commit | cf7cac5ced9f1afa5c14d690369ebec40f697912 (patch) | |
tree | 0b5170deae6f02f2229fe81161461f5704ee3095 | |
parent | 00f8837430090b2910161691c341bf8aa2fe8cc0 (diff) |
raise dependency on sebastian/exporter 3.1.8
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | phpunit8.spec | 16 |
2 files changed, 11 insertions, 7 deletions
diff --git a/composer.json b/composer.json index 93bbb9e..b4fb480 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "sebastian/comparator": "^3.0.6", "sebastian/diff": "^3.0.6", "sebastian/environment": "^4.2.5", - "sebastian/exporter": "^3.1.7", + "sebastian/exporter": "^3.1.8", "sebastian/global-state": "^3.0.6", "sebastian/object-enumerator": "^3.0.5", "sebastian/resource-operations": "^2.0.3", diff --git a/phpunit8.spec b/phpunit8.spec index 22bc4e9..608ca7e 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,8 +11,8 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit c0134803429af3aef9c5fd2fbb41a1f1340fe20d -%global gh_date 2025-09-23 +%global gh_commit 75f469c1948b91aa566206f88412c88f08090b32 +%global gh_date 2025-09-24 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -25,7 +25,7 @@ %global ver_major 8 %global ver_minor 5 -%global upstream_version 8.5.47 +%global upstream_version 8.5.48 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -55,7 +55,7 @@ BuildRequires: (php-composer(phpunit/php-timer) >= 2.1.4 with php-c BuildRequires: (php-composer(sebastian/comparator) >= 3.0.6 with php-composer(sebastian/comparator) < 4) BuildRequires: (php-composer(sebastian/diff) >= 3.0.6 with php-composer(sebastian/diff) < 4) BuildRequires: (php-composer(sebastian/environment) >= 4.2.5 with php-composer(sebastian/environment) < 5) -BuildRequires: (php-composer(sebastian/exporter) >= 3.1.7 with php-composer(sebastian/exporter) < 4) +BuildRequires: (php-composer(sebastian/exporter) >= 3.1.8 with php-composer(sebastian/exporter) < 4) BuildRequires: (php-composer(sebastian/global-state) >= 3.0.6 with php-composer(sebastian/global-state) < 4) BuildRequires: (php-composer(sebastian/object-enumerator) >= 3.0.5 with php-composer(sebastian/object-enumerator) < 4) BuildRequires: (php-composer(sebastian/resource-operations) >= 2.0.3 with php-composer(sebastian/resource-operations) < 3) @@ -90,7 +90,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "sebastian/comparator": "^3.0.6", # "sebastian/diff": "^3.0.6", # "sebastian/environment": "^4.2.5", -# "sebastian/exporter": "^3.1.7", +# "sebastian/exporter": "^3.1.8", # "sebastian/global-state": "^3.0.6", # "sebastian/object-enumerator": "^3.0.5", # "sebastian/resource-operations": "^2.0.3", @@ -116,7 +116,7 @@ Requires: (php-composer(phpunit/php-timer) >= 2.1.4 with php-c Requires: (php-composer(sebastian/comparator) >= 3.0.6 with php-composer(sebastian/comparator) < 4) Requires: (php-composer(sebastian/diff) >= 3.0.6 with php-composer(sebastian/diff) < 4) Requires: (php-composer(sebastian/environment) >= 4.2.5 with php-composer(sebastian/environment) < 5) -Requires: (php-composer(sebastian/exporter) >= 3.1.7 with php-composer(sebastian/exporter) < 4) +Requires: (php-composer(sebastian/exporter) >= 3.1.8 with php-composer(sebastian/exporter) < 4) Requires: (php-composer(sebastian/global-state) >= 3.0.6 with php-composer(sebastian/global-state) < 4) Requires: (php-composer(sebastian/object-enumerator) >= 3.0.5 with php-composer(sebastian/object-enumerator) < 4) Requires: (php-composer(sebastian/resource-operations) >= 2.0.3 with php-composer(sebastian/resource-operations) < 3) @@ -251,6 +251,10 @@ exit $ret %changelog +* Wed Sep 24 2025 Remi Collet <remi@remirepo.net> - 8.5.48-1 +- update to 8.5.48 (no change) +- raise dependency on sebastian/exporter 3.1.8 + * Tue Sep 23 2025 Remi Collet <remi@remirepo.net> - 8.5.47-1 - update to 8.5.47 (no change) - raise dependency on sebastian/exporter 3.1.7 |