From 3f6b14851837f9edffc26eb0419a6dd8c84e4fab Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 24 Sep 2025 09:09:09 +0200 Subject: update to 9.6.29 (no change) raise dependency on sebastian/exporter 4.0.8 --- composer.json | 2 +- phpunit9.spec | 16 ++++++++++------ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 482c66a..35ca943 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ "sebastian/comparator": "^4.0.9", "sebastian/diff": "^4.0.6", "sebastian/environment": "^5.1.5", - "sebastian/exporter": "^4.0.7", + "sebastian/exporter": "^4.0.8", "sebastian/global-state": "^5.0.8", "sebastian/object-enumerator": "^4.0.4", "sebastian/resource-operations": "^3.0.4", diff --git a/phpunit9.spec b/phpunit9.spec index f537116..21870b2 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,8 +11,8 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit a8017241a554a259997a5285eee5d10c69ff7187 -%global gh_date 2025-09-23 +%global gh_commit 9ecfec57835a5581bc888ea7e13b51eb55ab9dd3 +%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 9 %global ver_minor 6 -%global upstream_version 9.6.28 +%global upstream_version 9.6.29 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -58,7 +58,7 @@ BuildRequires: (php-composer(sebastian/code-unit) >= 1.0.8 with php-c BuildRequires: (php-composer(sebastian/comparator) >= 4.0.9 with php-composer(sebastian/comparator) < 5) BuildRequires: (php-composer(sebastian/diff) >= 4.0.6 with php-composer(sebastian/diff) < 5) BuildRequires: (php-composer(sebastian/environment) >= 5.1.5 with php-composer(sebastian/environment) < 6) -BuildRequires: (php-composer(sebastian/exporter) >= 4.0.7 with php-composer(sebastian/exporter) < 5) +BuildRequires: (php-composer(sebastian/exporter) >= 4.0.8 with php-composer(sebastian/exporter) < 5) BuildRequires: (php-composer(sebastian/global-state) >= 5.0.8 with php-composer(sebastian/global-state) < 6) BuildRequires: (php-composer(sebastian/object-enumerator) >= 4.0.4 with php-composer(sebastian/object-enumerator) < 5) BuildRequires: (php-composer(sebastian/resource-operations) >= 3.0.4 with php-composer(sebastian/resource-operations) < 4) @@ -95,7 +95,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "sebastian/comparator": "^4.0.9", # "sebastian/diff": "^4.0.6", # "sebastian/environment": "^5.1.5", -# "sebastian/exporter": "^4.0.7", +# "sebastian/exporter": "^4.0.8", # "sebastian/global-state": "^5.0.8", # "sebastian/object-enumerator": "^4.0.4", # "sebastian/resource-operations": "^3.0.4", @@ -124,7 +124,7 @@ Requires: (php-composer(sebastian/code-unit) >= 1.0.8 with php-c Requires: (php-composer(sebastian/comparator) >= 4.0.9 with php-composer(sebastian/comparator) < 5) Requires: (php-composer(sebastian/diff) >= 4.0.6 with php-composer(sebastian/diff) < 5) Requires: (php-composer(sebastian/environment) >= 5.1.5 with php-composer(sebastian/environment) < 6) -Requires: (php-composer(sebastian/exporter) >= 4.0.7 with php-composer(sebastian/exporter) < 5) +Requires: (php-composer(sebastian/exporter) >= 4.0.8 with php-composer(sebastian/exporter) < 5) Requires: (php-composer(sebastian/global-state) >= 5.0.8 with php-composer(sebastian/global-state) < 6) Requires: (php-composer(sebastian/object-enumerator) >= 4.0.4 with php-composer(sebastian/object-enumerator) < 5) Requires: (php-composer(sebastian/resource-operations) >= 3.0.4 with php-composer(sebastian/resource-operations) < 4) @@ -268,6 +268,10 @@ exit $ret %changelog +* Wed Sep 24 2025 Remi Collet - 9.6.29-1 +- update to 9.6.29 (no change) +- raise dependency on sebastian/exporter 4.0.8 + * Tue Sep 23 2025 Remi Collet - 9.6.28-1 - update to 9.6.28 (no change) - raise dependency on sebastian/exporter 4.0.7 -- cgit