From 676cdbc265fbb038b3b98a6d0ce339e4fff1780c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 19 Sep 2024 14:50:38 +0200 Subject: update to 11.3.6 raise dependency on sebastian/type 5.1.0 --- composer.json | 2 +- phpunit11.spec | 16 ++++++++++------ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index c56e47f..027988b 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ "sebastian/exporter": "^6.1.3", "sebastian/global-state": "^7.0.2", "sebastian/object-enumerator": "^6.0.1", - "sebastian/type": "^5.0.1", + "sebastian/type": "^5.1.0", "sebastian/version": "^5.0.1" }, "config": { diff --git a/phpunit11.spec b/phpunit11.spec index 4e8c022..c3f3c96 100644 --- a/phpunit11.spec +++ b/phpunit11.spec @@ -20,8 +20,8 @@ %bcond_with defcmd %endif -%global gh_commit 4dc07a589a68f8f2d5132ac0849146d122e08347 -%global gh_date 2024-09-13 +%global gh_commit d62c45a19c665bb872c2a47023a0baf41a98bb2b +%global gh_date 2024-09-19 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -34,7 +34,7 @@ %global ver_major 11 %global ver_minor 3 -%global upstream_version 11.3.5 +%global upstream_version 11.3.6 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -69,7 +69,7 @@ BuildRequires: (php-composer(sebastian/environment) >= 7.2.0 with php-c BuildRequires: (php-composer(sebastian/exporter) >= 6.1.3 with php-composer(sebastian/exporter) < 7) BuildRequires: (php-composer(sebastian/global-state) >= 7.0.2 with php-composer(sebastian/global-state) < 8) BuildRequires: (php-composer(sebastian/object-enumerator) >= 6.0.1 with php-composer(sebastian/object-enumerator) < 7) -BuildRequires: (php-composer(sebastian/type) >= 5.0.1 with php-composer(sebastian/type) < 6) +BuildRequires: (php-composer(sebastian/type) >= 5.1.0 with php-composer(sebastian/type) < 6) BuildRequires: (php-composer(sebastian/version) >= 5.0.1 with php-composer(sebastian/version) < 6) BuildRequires: php-dom BuildRequires: php-json @@ -104,7 +104,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "sebastian/exporter": "^6.1.3", # "sebastian/global-state": "^7.0.2", # "sebastian/object-enumerator": "^6.0.1", -# "sebastian/type": "^5.0.1", +# "sebastian/type": "^5.1.0", # "sebastian/version": "^5.0.1" Requires: php(language) >= 8.1 Requires: php-cli @@ -130,7 +130,7 @@ Requires: (php-composer(sebastian/environment) >= 7.2.0 with php-c Requires: (php-composer(sebastian/exporter) >= 6.1.3 with php-composer(sebastian/exporter) < 7) Requires: (php-composer(sebastian/global-state) >= 7.0.2 with php-composer(sebastian/global-state) < 8) Requires: (php-composer(sebastian/object-enumerator) >= 6.0.1 with php-composer(sebastian/object-enumerator) < 7) -Requires: (php-composer(sebastian/type) >= 5.0.1 with php-composer(sebastian/type) < 6) +Requires: (php-composer(sebastian/type) >= 5.1.0 with php-composer(sebastian/type) < 6) Requires: (php-composer(sebastian/version) >= 5.0.1 with php-composer(sebastian/version) < 6) # From composer.json, "suggest": { # "ext-soap": "*", @@ -266,6 +266,10 @@ exit $ret %changelog +* Thu Sep 19 2024 Remi Collet - 11.3.6-1 +- update to 11.3.6 +- raise dependency on sebastian/type 5.1.0 + * Fri Sep 13 2024 Remi Collet - 11.3.5-1 - update to 11.3.5 - raise dependency on sebastian/comparator 6.1.0 -- cgit