diff options
author | Remi Collet <remi@remirepo.net> | 2025-08-11 07:32:21 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-08-11 07:32:21 +0200 |
commit | ef21e02f3de8dad023af4efef8e61c3ea2e0e27b (patch) | |
tree | 4847395779fbbac3a98deff2a73c08fcdc945055 | |
parent | 22e44bbce4819277dc61c7dd723bcb9fecb3c168 (diff) |
raise dependency on sebastian/recursion-context 5.0.1
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | phpunit10.spec | 16 |
2 files changed, 11 insertions, 7 deletions
diff --git a/composer.json b/composer.json index 43d3473..d64fa73 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ "sebastian/exporter": "^5.1.2", "sebastian/global-state": "^6.0.2", "sebastian/object-enumerator": "^5.0.0", - "sebastian/recursion-context": "^5.0.0", + "sebastian/recursion-context": "^5.0.1", "sebastian/type": "^4.0.0", "sebastian/version": "^4.0.1" }, diff --git a/phpunit10.spec b/phpunit10.spec index 1283eb5..d55c1a6 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -19,8 +19,8 @@ %bcond_with defcmd %endif -%global gh_commit e2571b0e6e372de90f0b147b0cb9379bb105c124 -%global gh_date 2025-08-09 +%global gh_commit a858178a64d88653e94ece15b25a860d48a4644b +%global gh_date 2025-08-10 %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 10 %global ver_minor 5 -%global upstream_version 10.5.49 +%global upstream_version 10.5.50 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -68,7 +68,7 @@ BuildRequires: (php-composer(sebastian/environment) >= 6.1.0 with php-c BuildRequires: (php-composer(sebastian/exporter) >= 5.1.2 with php-composer(sebastian/exporter) < 6) BuildRequires: (php-composer(sebastian/global-state) >= 6.0.2 with php-composer(sebastian/global-state) < 7) BuildRequires: (php-composer(sebastian/object-enumerator) >= 5.0 with php-composer(sebastian/object-enumerator) < 6) -BuildRequires: (php-composer(sebastian/recursion-context) >= 5.0 with php-composer(sebastian/recursion-context) < 6) +BuildRequires: (php-composer(sebastian/recursion-context) >= 5.0.1 with php-composer(sebastian/recursion-context) < 6) BuildRequires: (php-composer(sebastian/type) >= 4.0 with php-composer(sebastian/type) < 5) BuildRequires: (php-composer(sebastian/version) >= 4.0.1 with php-composer(sebastian/version) < 5) BuildRequires: php-dom @@ -104,7 +104,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "sebastian/exporter": "^5.1.2", # "sebastian/global-state": "^6.0.2", # "sebastian/object-enumerator": "^5.0.0", -# "sebastian/recursion-context": "^5.0.0", +# "sebastian/recursion-context": "^5.0.1", # "sebastian/type": "^4.0.0", # "sebastian/version": "^4.0.1" Requires: php(language) >= 8.1 @@ -131,7 +131,7 @@ Requires: (php-composer(sebastian/environment) >= 6.1.0 with php-c Requires: (php-composer(sebastian/exporter) >= 5.1.2 with php-composer(sebastian/exporter) < 6) Requires: (php-composer(sebastian/global-state) >= 6.0.2 with php-composer(sebastian/global-state) < 7) Requires: (php-composer(sebastian/object-enumerator) >= 5.0 with php-composer(sebastian/object-enumerator) < 6) -Requires: (php-composer(sebastian/recursion-context) >= 5.0 with php-composer(sebastian/recursion-context) < 6) +Requires: (php-composer(sebastian/recursion-context) >= 5.0.1 with php-composer(sebastian/recursion-context) < 6) Requires: (php-composer(sebastian/type) >= 4.0 with php-composer(sebastian/type) < 5) Requires: (php-composer(sebastian/version) >= 4.0.1 with php-composer(sebastian/version) < 5) # From composer.json, "suggest": { @@ -277,6 +277,10 @@ exit $ret %changelog +* Mon Aug 11 2025 Remi Collet <remi@remirepo.net> - 10.5.50-1 +- update to 10.5.50 +- raise dependency on sebastian/recursion-context 5.0.1 + * Sun Aug 10 2025 Remi Collet <remi@remirepo.net> - 10.5.49-1 - update to 10.5.49 - raise dependency on myclabs/deep-copy 1.13.4 |