From 00f8837430090b2910161691c341bf8aa2fe8cc0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 23 Sep 2025 09:31:07 +0200 Subject: update to 8.5.47 (no change) raise dependency on sebastian/exporter 3.1.7 --- composer.json | 2 +- phpunit8.spec | 16 ++++++++++------ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index a6faa43..93bbb9e 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.6", + "sebastian/exporter": "^3.1.7", "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 c530816..22bc4e9 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,8 +11,8 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 2da51ff4b15c95e8c060d7dd693fd5899f87a112 -%global gh_date 2025-09-14 +%global gh_commit c0134803429af3aef9c5fd2fbb41a1f1340fe20d +%global gh_date 2025-09-23 %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.46 +%global upstream_version 8.5.47 #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.6 with php-composer(sebastian/exporter) < 4) +BuildRequires: (php-composer(sebastian/exporter) >= 3.1.7 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.6", +# "sebastian/exporter": "^3.1.7", # "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.6 with php-composer(sebastian/exporter) < 4) +Requires: (php-composer(sebastian/exporter) >= 3.1.7 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 +* Tue Sep 23 2025 Remi Collet - 8.5.47-1 +- update to 8.5.47 (no change) +- raise dependency on sebastian/exporter 3.1.7 + * Mon Sep 15 2025 Remi Collet - 8.5.46-1 - update to 8.5.46 -- cgit