From 4182129b03c28c6f479092955d4ebd58a8cca77f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 05:42:39 +0000 Subject: [PATCH 01/13] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- phpunit10.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/phpunit10.spec b/phpunit10.spec index 5323c37..0d78d39 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -35,7 +35,7 @@ Name: %{pk_project}%{ver_major} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 1%{?dist} +Release: 2%{?dist} Summary: The PHP Unit Testing framework version %{ver_major} License: BSD-3-Clause @@ -265,6 +265,9 @@ exit $ret %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 10.5.48-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Fri Jul 11 2025 Remi Collet - 10.5.48-1 - update to 10.5.48 - raise dependency on myclabs/deep-copy 1.13.3 From 1602489b4b305544c24fb8e3b071ac7ecfc14380 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Aug 2025 14:18:59 +0200 Subject: [PATCH 02/13] v10.5.53 --- .gitignore | 1 + phpunit10.spec | 23 +++++++++++++---------- sources | 2 +- 3 files changed, 15 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 1e9d5d7..0bf95d1 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,4 @@ /phpunit10-10.5.46-8080be3.tgz /phpunit10-10.5.47-3637b3e.tgz /phpunit10-10.5.48-6e0a2bc.tgz +/phpunit10-10.5.53-3276847.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 0d78d39..47d5e48 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit 6e0a2bc39f6fae7617989d690d76c48e6d2eb541 -%global gh_date 2025-07-11 +%global gh_commit 32768472ebfb6969e6c7399f1c7b09009723f653 +%global gh_date 2025-08-20 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -30,12 +30,12 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.48 +%global upstream_version 10.5.53 #global upstream_prever dev Name: %{pk_project}%{ver_major} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 2%{?dist} +Release: 1%{?dist} Summary: The PHP Unit Testing framework version %{ver_major} License: BSD-3-Clause @@ -49,7 +49,7 @@ Patch0: %{name}-rpm.patch BuildArch: noarch BuildRequires: php(language) >= 8.1 -BuildRequires: (php-composer(myclabs/deep-copy) >= 1.13.3 with php-composer(myclabs/deep-copy) < 2) +BuildRequires: (php-composer(myclabs/deep-copy) >= 1.13.4 with php-composer(myclabs/deep-copy) < 2) BuildRequires: (php-composer(phar-io/manifest) >= 2.0.4 with php-composer(phar-io/manifest) < 3) BuildRequires: (php-composer(phar-io/version) >= 3.2.1 with php-composer(phar-io/version) < 4) BuildRequires: (php-composer(phpunit/php-code-coverage) >= 10.1.15 with php-composer(phpunit/php-code-coverage) < 11) @@ -65,7 +65,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 @@ -85,7 +85,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "ext-mbstring": "*", # "ext-xml": "*", # "ext-xmlwriter": "*", -# "myclabs/deep-copy": "^1.13.3", +# "myclabs/deep-copy": "^1.13.4", # "phar-io/manifest": "^2.0.4", # "phar-io/version": "^3.2.1", # "phpunit/php-code-coverage": "^10.1.15", @@ -101,7 +101,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 @@ -112,7 +112,7 @@ Requires: php-libxml Requires: php-mbstring Requires: php-xml Requires: php-xmlwriter -Requires: (php-composer(myclabs/deep-copy) >= 1.13.3 with php-composer(myclabs/deep-copy) < 2) +Requires: (php-composer(myclabs/deep-copy) >= 1.13.4 with php-composer(myclabs/deep-copy) < 2) Requires: (php-composer(phar-io/manifest) >= 2.0.4 with php-composer(phar-io/manifest) < 3) Requires: (php-composer(phar-io/version) >= 3.2.1 with php-composer(phar-io/version) < 4) Requires: (php-composer(phpunit/php-code-coverage) >= 10.1.15 with php-composer(phpunit/php-code-coverage) < 11) @@ -128,7 +128,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": { @@ -265,6 +265,9 @@ exit $ret %changelog +* Wed Aug 20 2025 Remi Collet - 10.5.53-1 +- update to 10.5.53 + * Fri Jul 25 2025 Fedora Release Engineering - 10.5.48-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild diff --git a/sources b/sources index a6a9c69..a7e95b3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.48-6e0a2bc.tgz) = 12310ae217edcd749f69e7bb06be5f5ae59b0b506f5870cbc505e997c443bb674e1e7391968c496b6a2cb5b854f8d087c621efc9b1532b37554b05803e937990 +SHA512 (phpunit10-10.5.53-3276847.tgz) = cbc031edb79cff859c258c51ead0aae50ced313e8974e5f91a7e5340d27726c54704ada767303fb1ea0734241bbcb28ddb2a7bf3edaf5d6ebe894b166e83fd1b From e066912c9d398560700eb421a0ab0d0d40c2ba01 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Aug 2025 14:18:59 +0200 Subject: [PATCH 03/13] v10.5.53 (cherry picked from commit 1602489b4b305544c24fb8e3b071ac7ecfc14380) --- .gitignore | 1 + phpunit10.spec | 21 ++++++++++++--------- sources | 2 +- 3 files changed, 14 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 1e9d5d7..0bf95d1 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,4 @@ /phpunit10-10.5.46-8080be3.tgz /phpunit10-10.5.47-3637b3e.tgz /phpunit10-10.5.48-6e0a2bc.tgz +/phpunit10-10.5.53-3276847.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 5323c37..1f82211 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit 6e0a2bc39f6fae7617989d690d76c48e6d2eb541 -%global gh_date 2025-07-11 +%global gh_commit 32768472ebfb6969e6c7399f1c7b09009723f653 +%global gh_date 2025-08-20 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -30,7 +30,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.48 +%global upstream_version 10.5.53 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -49,7 +49,7 @@ Patch0: %{name}-rpm.patch BuildArch: noarch BuildRequires: php(language) >= 8.1 -BuildRequires: (php-composer(myclabs/deep-copy) >= 1.13.3 with php-composer(myclabs/deep-copy) < 2) +BuildRequires: (php-composer(myclabs/deep-copy) >= 1.13.4 with php-composer(myclabs/deep-copy) < 2) BuildRequires: (php-composer(phar-io/manifest) >= 2.0.4 with php-composer(phar-io/manifest) < 3) BuildRequires: (php-composer(phar-io/version) >= 3.2.1 with php-composer(phar-io/version) < 4) BuildRequires: (php-composer(phpunit/php-code-coverage) >= 10.1.15 with php-composer(phpunit/php-code-coverage) < 11) @@ -65,7 +65,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 @@ -85,7 +85,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "ext-mbstring": "*", # "ext-xml": "*", # "ext-xmlwriter": "*", -# "myclabs/deep-copy": "^1.13.3", +# "myclabs/deep-copy": "^1.13.4", # "phar-io/manifest": "^2.0.4", # "phar-io/version": "^3.2.1", # "phpunit/php-code-coverage": "^10.1.15", @@ -101,7 +101,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 @@ -112,7 +112,7 @@ Requires: php-libxml Requires: php-mbstring Requires: php-xml Requires: php-xmlwriter -Requires: (php-composer(myclabs/deep-copy) >= 1.13.3 with php-composer(myclabs/deep-copy) < 2) +Requires: (php-composer(myclabs/deep-copy) >= 1.13.4 with php-composer(myclabs/deep-copy) < 2) Requires: (php-composer(phar-io/manifest) >= 2.0.4 with php-composer(phar-io/manifest) < 3) Requires: (php-composer(phar-io/version) >= 3.2.1 with php-composer(phar-io/version) < 4) Requires: (php-composer(phpunit/php-code-coverage) >= 10.1.15 with php-composer(phpunit/php-code-coverage) < 11) @@ -128,7 +128,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": { @@ -265,6 +265,9 @@ exit $ret %changelog +* Wed Aug 20 2025 Remi Collet - 10.5.53-1 +- update to 10.5.53 + * Fri Jul 11 2025 Remi Collet - 10.5.48-1 - update to 10.5.48 - raise dependency on myclabs/deep-copy 1.13.3 diff --git a/sources b/sources index a6a9c69..a7e95b3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.48-6e0a2bc.tgz) = 12310ae217edcd749f69e7bb06be5f5ae59b0b506f5870cbc505e997c443bb674e1e7391968c496b6a2cb5b854f8d087c621efc9b1532b37554b05803e937990 +SHA512 (phpunit10-10.5.53-3276847.tgz) = cbc031edb79cff859c258c51ead0aae50ced313e8974e5f91a7e5340d27726c54704ada767303fb1ea0734241bbcb28ddb2a7bf3edaf5d6ebe894b166e83fd1b From 823351192ea8361668bcc60c1440c0c9a2c6376d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 11 Sep 2025 09:28:08 +0200 Subject: [PATCH 04/13] v10.5.54 --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 0bf95d1..1ea042b 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,4 @@ /phpunit10-10.5.47-3637b3e.tgz /phpunit10-10.5.48-6e0a2bc.tgz /phpunit10-10.5.53-3276847.tgz +/phpunit10-10.5.54-b1dbbaa.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 47d5e48..5e0367d 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit 32768472ebfb6969e6c7399f1c7b09009723f653 -%global gh_date 2025-08-20 +%global gh_commit b1dbbaaf96106b76d500b9d3db51f9b01f6a3589 +%global gh_date 2025-09-11 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -30,7 +30,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.53 +%global upstream_version 10.5.54 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -265,6 +265,9 @@ exit $ret %changelog +* Thu Sep 11 2025 Remi Collet - 10.5.54-1 +- update to 10.5.54 + * Wed Aug 20 2025 Remi Collet - 10.5.53-1 - update to 10.5.53 diff --git a/sources b/sources index a7e95b3..2bccf49 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.53-3276847.tgz) = cbc031edb79cff859c258c51ead0aae50ced313e8974e5f91a7e5340d27726c54704ada767303fb1ea0734241bbcb28ddb2a7bf3edaf5d6ebe894b166e83fd1b +SHA512 (phpunit10-10.5.54-b1dbbaa.tgz) = 8bcc6b8f9bbdd8081c5a0c17cfc09f3e15686d8aa508de65906dd3c651afab05094f58fc8e95bff35a19edd6d289878730a0d2926c6ed733610330aa746866c6 From 1ae6c2cbab4b8fa174ef840e536c1e7042462148 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 11 Sep 2025 09:28:08 +0200 Subject: [PATCH 05/13] v10.5.54 (cherry picked from commit 823351192ea8361668bcc60c1440c0c9a2c6376d) --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 0bf95d1..1ea042b 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,4 @@ /phpunit10-10.5.47-3637b3e.tgz /phpunit10-10.5.48-6e0a2bc.tgz /phpunit10-10.5.53-3276847.tgz +/phpunit10-10.5.54-b1dbbaa.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 1f82211..7e420ee 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit 32768472ebfb6969e6c7399f1c7b09009723f653 -%global gh_date 2025-08-20 +%global gh_commit b1dbbaaf96106b76d500b9d3db51f9b01f6a3589 +%global gh_date 2025-09-11 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -30,7 +30,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.53 +%global upstream_version 10.5.54 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -265,6 +265,9 @@ exit $ret %changelog +* Thu Sep 11 2025 Remi Collet - 10.5.54-1 +- update to 10.5.54 + * Wed Aug 20 2025 Remi Collet - 10.5.53-1 - update to 10.5.53 diff --git a/sources b/sources index a7e95b3..2bccf49 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.53-3276847.tgz) = cbc031edb79cff859c258c51ead0aae50ced313e8974e5f91a7e5340d27726c54704ada767303fb1ea0734241bbcb28ddb2a7bf3edaf5d6ebe894b166e83fd1b +SHA512 (phpunit10-10.5.54-b1dbbaa.tgz) = 8bcc6b8f9bbdd8081c5a0c17cfc09f3e15686d8aa508de65906dd3c651afab05094f58fc8e95bff35a19edd6d289878730a0d2926c6ed733610330aa746866c6 From afd8df8db7eb340d70da833dc1e21b03af2898f3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 15 Sep 2025 08:18:28 +0200 Subject: [PATCH 06/13] update to 10.5.55 raise dependency on sebastian/comparator 5.0.4 --- .gitignore | 1 + phpunit10.spec | 16 ++++++++++------ sources | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 1ea042b..ed232df 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,4 @@ /phpunit10-10.5.48-6e0a2bc.tgz /phpunit10-10.5.53-3276847.tgz /phpunit10-10.5.54-b1dbbaa.tgz +/phpunit10-10.5.55-4b2d546.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 5e0367d..b633634 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit b1dbbaaf96106b76d500b9d3db51f9b01f6a3589 -%global gh_date 2025-09-11 +%global gh_commit 4b2d546b336876bd9562f24641b08a25335b06b6 +%global gh_date 2025-09-14 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -30,7 +30,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.54 +%global upstream_version 10.5.55 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -59,7 +59,7 @@ BuildRequires: (php-composer(phpunit/php-text-template) >= 3.0.1 with php-c BuildRequires: (php-composer(phpunit/php-timer) >= 6.0 with php-composer(phpunit/php-timer) < 7) BuildRequires: (php-composer(sebastian/cli-parser) >= 2.0.1 with php-composer(sebastian/cli-parser) < 3) BuildRequires: (php-composer(sebastian/code-unit) >= 2.0 with php-composer(sebastian/code-unit) < 3) -BuildRequires: (php-composer(sebastian/comparator) >= 5.0.3 with php-composer(sebastian/comparator) < 6) +BuildRequires: (php-composer(sebastian/comparator) >= 5.0.4 with php-composer(sebastian/comparator) < 6) BuildRequires: (php-composer(sebastian/diff) >= 5.1.1 with php-composer(sebastian/diff) < 6) BuildRequires: (php-composer(sebastian/environment) >= 6.1.0 with php-composer(sebastian/environment) < 7) BuildRequires: (php-composer(sebastian/exporter) >= 5.1.2 with php-composer(sebastian/exporter) < 6) @@ -95,7 +95,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "phpunit/php-timer": "^6.0.0", # "sebastian/cli-parser": "^2.0.1", # "sebastian/code-unit": "^2.0.0", -# "sebastian/comparator": "^5.0.3", +# "sebastian/comparator": "^5.0.4", # "sebastian/diff": "^5.1.1", # "sebastian/environment": "^6.1.0", # "sebastian/exporter": "^5.1.2", @@ -122,7 +122,7 @@ Requires: (php-composer(phpunit/php-text-template) >= 3.0.1 with php-c Requires: (php-composer(phpunit/php-timer) >= 6.0 with php-composer(phpunit/php-timer) < 7) Requires: (php-composer(sebastian/cli-parser) >= 2.0.1 with php-composer(sebastian/cli-parser) < 3) Requires: (php-composer(sebastian/code-unit) >= 2.0 with php-composer(sebastian/code-unit) < 3) -Requires: (php-composer(sebastian/comparator) >= 5.0.3 with php-composer(sebastian/comparator) < 6) +Requires: (php-composer(sebastian/comparator) >= 5.0.4 with php-composer(sebastian/comparator) < 6) Requires: (php-composer(sebastian/diff) >= 5.1.1 with php-composer(sebastian/diff) < 6) Requires: (php-composer(sebastian/environment) >= 6.1.0 with php-composer(sebastian/environment) < 7) Requires: (php-composer(sebastian/exporter) >= 5.1.2 with php-composer(sebastian/exporter) < 6) @@ -265,6 +265,10 @@ exit $ret %changelog +* Mon Sep 15 2025 Remi Collet - 10.5.55-1 +- update to 10.5.55 +- raise dependency on sebastian/comparator 5.0.4 + * Thu Sep 11 2025 Remi Collet - 10.5.54-1 - update to 10.5.54 diff --git a/sources b/sources index 2bccf49..6a7b711 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.54-b1dbbaa.tgz) = 8bcc6b8f9bbdd8081c5a0c17cfc09f3e15686d8aa508de65906dd3c651afab05094f58fc8e95bff35a19edd6d289878730a0d2926c6ed733610330aa746866c6 +SHA512 (phpunit10-10.5.55-4b2d546.tgz) = c1109c86f0ef1108fac6b36901997b4b38c3c83d40cdd29256891d198367186088a87fc2f62ee1a6e4f063930a533d6e23ac617d863bc65c8132369a84aff149 From 53a1a8ab507b0b8a3f36ae8a791072a15cae1ca4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 15 Sep 2025 08:18:28 +0200 Subject: [PATCH 07/13] update to 10.5.55 raise dependency on sebastian/comparator 5.0.4 (cherry picked from commit afd8df8db7eb340d70da833dc1e21b03af2898f3) --- .gitignore | 1 + phpunit10.spec | 16 ++++++++++------ sources | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 1ea042b..ed232df 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,4 @@ /phpunit10-10.5.48-6e0a2bc.tgz /phpunit10-10.5.53-3276847.tgz /phpunit10-10.5.54-b1dbbaa.tgz +/phpunit10-10.5.55-4b2d546.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 7e420ee..2e52637 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit b1dbbaaf96106b76d500b9d3db51f9b01f6a3589 -%global gh_date 2025-09-11 +%global gh_commit 4b2d546b336876bd9562f24641b08a25335b06b6 +%global gh_date 2025-09-14 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -30,7 +30,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.54 +%global upstream_version 10.5.55 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -59,7 +59,7 @@ BuildRequires: (php-composer(phpunit/php-text-template) >= 3.0.1 with php-c BuildRequires: (php-composer(phpunit/php-timer) >= 6.0 with php-composer(phpunit/php-timer) < 7) BuildRequires: (php-composer(sebastian/cli-parser) >= 2.0.1 with php-composer(sebastian/cli-parser) < 3) BuildRequires: (php-composer(sebastian/code-unit) >= 2.0 with php-composer(sebastian/code-unit) < 3) -BuildRequires: (php-composer(sebastian/comparator) >= 5.0.3 with php-composer(sebastian/comparator) < 6) +BuildRequires: (php-composer(sebastian/comparator) >= 5.0.4 with php-composer(sebastian/comparator) < 6) BuildRequires: (php-composer(sebastian/diff) >= 5.1.1 with php-composer(sebastian/diff) < 6) BuildRequires: (php-composer(sebastian/environment) >= 6.1.0 with php-composer(sebastian/environment) < 7) BuildRequires: (php-composer(sebastian/exporter) >= 5.1.2 with php-composer(sebastian/exporter) < 6) @@ -95,7 +95,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "phpunit/php-timer": "^6.0.0", # "sebastian/cli-parser": "^2.0.1", # "sebastian/code-unit": "^2.0.0", -# "sebastian/comparator": "^5.0.3", +# "sebastian/comparator": "^5.0.4", # "sebastian/diff": "^5.1.1", # "sebastian/environment": "^6.1.0", # "sebastian/exporter": "^5.1.2", @@ -122,7 +122,7 @@ Requires: (php-composer(phpunit/php-text-template) >= 3.0.1 with php-c Requires: (php-composer(phpunit/php-timer) >= 6.0 with php-composer(phpunit/php-timer) < 7) Requires: (php-composer(sebastian/cli-parser) >= 2.0.1 with php-composer(sebastian/cli-parser) < 3) Requires: (php-composer(sebastian/code-unit) >= 2.0 with php-composer(sebastian/code-unit) < 3) -Requires: (php-composer(sebastian/comparator) >= 5.0.3 with php-composer(sebastian/comparator) < 6) +Requires: (php-composer(sebastian/comparator) >= 5.0.4 with php-composer(sebastian/comparator) < 6) Requires: (php-composer(sebastian/diff) >= 5.1.1 with php-composer(sebastian/diff) < 6) Requires: (php-composer(sebastian/environment) >= 6.1.0 with php-composer(sebastian/environment) < 7) Requires: (php-composer(sebastian/exporter) >= 5.1.2 with php-composer(sebastian/exporter) < 6) @@ -265,6 +265,10 @@ exit $ret %changelog +* Mon Sep 15 2025 Remi Collet - 10.5.55-1 +- update to 10.5.55 +- raise dependency on sebastian/comparator 5.0.4 + * Thu Sep 11 2025 Remi Collet - 10.5.54-1 - update to 10.5.54 diff --git a/sources b/sources index 2bccf49..6a7b711 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.54-b1dbbaa.tgz) = 8bcc6b8f9bbdd8081c5a0c17cfc09f3e15686d8aa508de65906dd3c651afab05094f58fc8e95bff35a19edd6d289878730a0d2926c6ed733610330aa746866c6 +SHA512 (phpunit10-10.5.55-4b2d546.tgz) = c1109c86f0ef1108fac6b36901997b4b38c3c83d40cdd29256891d198367186088a87fc2f62ee1a6e4f063930a533d6e23ac617d863bc65c8132369a84aff149 From 9cbe0aca7eb4500b5a786e9aedb97e8a7936332f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 26 Sep 2025 11:02:03 +0200 Subject: [PATCH 08/13] update to 10.5.57 (no change) raise dependency on sebastian/exporter 5.1.4 --- .gitignore | 1 + phpunit10.spec | 16 ++++++++++------ sources | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index ed232df..33690c2 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,4 @@ /phpunit10-10.5.53-3276847.tgz /phpunit10-10.5.54-b1dbbaa.tgz /phpunit10-10.5.55-4b2d546.tgz +/phpunit10-10.5.57-8e7598b.tgz diff --git a/phpunit10.spec b/phpunit10.spec index b633634..310cbab 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit 4b2d546b336876bd9562f24641b08a25335b06b6 -%global gh_date 2025-09-14 +%global gh_commit 8e7598bbb17bb5cd80728f4831d3f83223d3a6b3 +%global gh_date 2025-09-24 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -30,7 +30,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.55 +%global upstream_version 10.5.57 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -62,7 +62,7 @@ BuildRequires: (php-composer(sebastian/code-unit) >= 2.0 with php-c BuildRequires: (php-composer(sebastian/comparator) >= 5.0.4 with php-composer(sebastian/comparator) < 6) BuildRequires: (php-composer(sebastian/diff) >= 5.1.1 with php-composer(sebastian/diff) < 6) BuildRequires: (php-composer(sebastian/environment) >= 6.1.0 with php-composer(sebastian/environment) < 7) -BuildRequires: (php-composer(sebastian/exporter) >= 5.1.2 with php-composer(sebastian/exporter) < 6) +BuildRequires: (php-composer(sebastian/exporter) >= 5.1.4 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.1 with php-composer(sebastian/recursion-context) < 6) @@ -98,7 +98,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "sebastian/comparator": "^5.0.4", # "sebastian/diff": "^5.1.1", # "sebastian/environment": "^6.1.0", -# "sebastian/exporter": "^5.1.2", +# "sebastian/exporter": "^5.1.4", # "sebastian/global-state": "^6.0.2", # "sebastian/object-enumerator": "^5.0.0", # "sebastian/recursion-context": "^5.0.1", @@ -125,7 +125,7 @@ Requires: (php-composer(sebastian/code-unit) >= 2.0 with php-c Requires: (php-composer(sebastian/comparator) >= 5.0.4 with php-composer(sebastian/comparator) < 6) Requires: (php-composer(sebastian/diff) >= 5.1.1 with php-composer(sebastian/diff) < 6) Requires: (php-composer(sebastian/environment) >= 6.1.0 with php-composer(sebastian/environment) < 7) -Requires: (php-composer(sebastian/exporter) >= 5.1.2 with php-composer(sebastian/exporter) < 6) +Requires: (php-composer(sebastian/exporter) >= 5.1.4 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.1 with php-composer(sebastian/recursion-context) < 6) @@ -265,6 +265,10 @@ exit $ret %changelog +* Wed Sep 24 2025 Remi Collet - 10.5.57-1 +- update to 10.5.57 (no change) +- raise dependency on sebastian/exporter 5.1.4 + * Mon Sep 15 2025 Remi Collet - 10.5.55-1 - update to 10.5.55 - raise dependency on sebastian/comparator 5.0.4 diff --git a/sources b/sources index 6a7b711..3ace748 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.55-4b2d546.tgz) = c1109c86f0ef1108fac6b36901997b4b38c3c83d40cdd29256891d198367186088a87fc2f62ee1a6e4f063930a533d6e23ac617d863bc65c8132369a84aff149 +SHA512 (phpunit10-10.5.57-8e7598b.tgz) = 9829ff13052399c44abf22e8d937702367c2297a6641aff62ef444b77adb1183779b2813ffdb0bd52e3363fb5eab54f9ba3e174d0328a90bd8d71ac83e6fdbe5 From a5cb031db9dcb078e25f0e65d4e258cfa30ecf63 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 26 Sep 2025 11:02:03 +0200 Subject: [PATCH 09/13] update to 10.5.57 (no change) raise dependency on sebastian/exporter 5.1.4 (cherry picked from commit 9cbe0aca7eb4500b5a786e9aedb97e8a7936332f) --- .gitignore | 1 + phpunit10.spec | 16 ++++++++++------ sources | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index ed232df..33690c2 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,4 @@ /phpunit10-10.5.53-3276847.tgz /phpunit10-10.5.54-b1dbbaa.tgz /phpunit10-10.5.55-4b2d546.tgz +/phpunit10-10.5.57-8e7598b.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 2e52637..4f95ec1 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit 4b2d546b336876bd9562f24641b08a25335b06b6 -%global gh_date 2025-09-14 +%global gh_commit 8e7598bbb17bb5cd80728f4831d3f83223d3a6b3 +%global gh_date 2025-09-24 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -30,7 +30,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.55 +%global upstream_version 10.5.57 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -62,7 +62,7 @@ BuildRequires: (php-composer(sebastian/code-unit) >= 2.0 with php-c BuildRequires: (php-composer(sebastian/comparator) >= 5.0.4 with php-composer(sebastian/comparator) < 6) BuildRequires: (php-composer(sebastian/diff) >= 5.1.1 with php-composer(sebastian/diff) < 6) BuildRequires: (php-composer(sebastian/environment) >= 6.1.0 with php-composer(sebastian/environment) < 7) -BuildRequires: (php-composer(sebastian/exporter) >= 5.1.2 with php-composer(sebastian/exporter) < 6) +BuildRequires: (php-composer(sebastian/exporter) >= 5.1.4 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.1 with php-composer(sebastian/recursion-context) < 6) @@ -98,7 +98,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "sebastian/comparator": "^5.0.4", # "sebastian/diff": "^5.1.1", # "sebastian/environment": "^6.1.0", -# "sebastian/exporter": "^5.1.2", +# "sebastian/exporter": "^5.1.4", # "sebastian/global-state": "^6.0.2", # "sebastian/object-enumerator": "^5.0.0", # "sebastian/recursion-context": "^5.0.1", @@ -125,7 +125,7 @@ Requires: (php-composer(sebastian/code-unit) >= 2.0 with php-c Requires: (php-composer(sebastian/comparator) >= 5.0.4 with php-composer(sebastian/comparator) < 6) Requires: (php-composer(sebastian/diff) >= 5.1.1 with php-composer(sebastian/diff) < 6) Requires: (php-composer(sebastian/environment) >= 6.1.0 with php-composer(sebastian/environment) < 7) -Requires: (php-composer(sebastian/exporter) >= 5.1.2 with php-composer(sebastian/exporter) < 6) +Requires: (php-composer(sebastian/exporter) >= 5.1.4 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.1 with php-composer(sebastian/recursion-context) < 6) @@ -265,6 +265,10 @@ exit $ret %changelog +* Wed Sep 24 2025 Remi Collet - 10.5.57-1 +- update to 10.5.57 (no change) +- raise dependency on sebastian/exporter 5.1.4 + * Mon Sep 15 2025 Remi Collet - 10.5.55-1 - update to 10.5.55 - raise dependency on sebastian/comparator 5.0.4 diff --git a/sources b/sources index 6a7b711..3ace748 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.55-4b2d546.tgz) = c1109c86f0ef1108fac6b36901997b4b38c3c83d40cdd29256891d198367186088a87fc2f62ee1a6e4f063930a533d6e23ac617d863bc65c8132369a84aff149 +SHA512 (phpunit10-10.5.57-8e7598b.tgz) = 9829ff13052399c44abf22e8d937702367c2297a6641aff62ef444b77adb1183779b2813ffdb0bd52e3363fb5eab54f9ba3e174d0328a90bd8d71ac83e6fdbe5 From ec6d8a7febb548d66b041287ac19dc18d50296a5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 30 Sep 2025 07:27:41 +0200 Subject: [PATCH 10/13] v10.5.58 --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 33690c2..159b158 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,4 @@ /phpunit10-10.5.54-b1dbbaa.tgz /phpunit10-10.5.55-4b2d546.tgz /phpunit10-10.5.57-8e7598b.tgz +/phpunit10-10.5.58-e24fb46.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 310cbab..b79a38f 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit 8e7598bbb17bb5cd80728f4831d3f83223d3a6b3 -%global gh_date 2025-09-24 +%global gh_commit e24fb46da450d8e6a5788670513c1af1424f16ca +%global gh_date 2025-09-28 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -30,7 +30,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.57 +%global upstream_version 10.5.58 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -265,6 +265,9 @@ exit $ret %changelog +* Mon Sep 29 2025 Remi Collet - 10.5.58-1 +- update to 10.5.58 + * Wed Sep 24 2025 Remi Collet - 10.5.57-1 - update to 10.5.57 (no change) - raise dependency on sebastian/exporter 5.1.4 diff --git a/sources b/sources index 3ace748..6e58a5c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.57-8e7598b.tgz) = 9829ff13052399c44abf22e8d937702367c2297a6641aff62ef444b77adb1183779b2813ffdb0bd52e3363fb5eab54f9ba3e174d0328a90bd8d71ac83e6fdbe5 +SHA512 (phpunit10-10.5.58-e24fb46.tgz) = f789265578b6ad25c7b81021dea181884d337f5d50cb8b8b2c40650993824e547492861f5b095e440e28bcd12e4f04fa24c7956aacb3a01d517d17e90a37ba53 From c35801ab45b9e4dc5e94e4a7a5bca84fd03891fe Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 30 Sep 2025 07:27:41 +0200 Subject: [PATCH 11/13] v10.5.58 (cherry picked from commit ec6d8a7febb548d66b041287ac19dc18d50296a5) --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 33690c2..159b158 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,4 @@ /phpunit10-10.5.54-b1dbbaa.tgz /phpunit10-10.5.55-4b2d546.tgz /phpunit10-10.5.57-8e7598b.tgz +/phpunit10-10.5.58-e24fb46.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 4f95ec1..372615f 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit 8e7598bbb17bb5cd80728f4831d3f83223d3a6b3 -%global gh_date 2025-09-24 +%global gh_commit e24fb46da450d8e6a5788670513c1af1424f16ca +%global gh_date 2025-09-28 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -30,7 +30,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.57 +%global upstream_version 10.5.58 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -265,6 +265,9 @@ exit $ret %changelog +* Mon Sep 29 2025 Remi Collet - 10.5.58-1 +- update to 10.5.58 + * Wed Sep 24 2025 Remi Collet - 10.5.57-1 - update to 10.5.57 (no change) - raise dependency on sebastian/exporter 5.1.4 diff --git a/sources b/sources index 3ace748..6e58a5c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.57-8e7598b.tgz) = 9829ff13052399c44abf22e8d937702367c2297a6641aff62ef444b77adb1183779b2813ffdb0bd52e3363fb5eab54f9ba3e174d0328a90bd8d71ac83e6fdbe5 +SHA512 (phpunit10-10.5.58-e24fb46.tgz) = f789265578b6ad25c7b81021dea181884d337f5d50cb8b8b2c40650993824e547492861f5b095e440e28bcd12e4f04fa24c7956aacb3a01d517d17e90a37ba53 From a3a30c8c60eed134dd713c94136c0c961263bac7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Dec 2025 11:32:09 +0100 Subject: [PATCH 12/13] v10.5.59 --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 159b158..bd46005 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,4 @@ /phpunit10-10.5.55-4b2d546.tgz /phpunit10-10.5.57-8e7598b.tgz /phpunit10-10.5.58-e24fb46.tgz +/phpunit10-10.5.59-c47fe00.tgz diff --git a/phpunit10.spec b/phpunit10.spec index b79a38f..2fbf480 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit e24fb46da450d8e6a5788670513c1af1424f16ca -%global gh_date 2025-09-28 +%global gh_commit c47fe00df06fb1f68399ef7386edb01c25132473 +%global gh_date 2025-12-01 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -30,7 +30,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.58 +%global upstream_version 10.5.59 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -265,6 +265,9 @@ exit $ret %changelog +* Tue Dec 2 2025 Remi Collet - 10.5.59-1 +- update to 10.5.59 + * Mon Sep 29 2025 Remi Collet - 10.5.58-1 - update to 10.5.58 diff --git a/sources b/sources index 6e58a5c..ab6ada8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.58-e24fb46.tgz) = f789265578b6ad25c7b81021dea181884d337f5d50cb8b8b2c40650993824e547492861f5b095e440e28bcd12e4f04fa24c7956aacb3a01d517d17e90a37ba53 +SHA512 (phpunit10-10.5.59-c47fe00.tgz) = 5d10a528b224c59760c8a5d9493ce84d460d8123839c6622d6c5afa613554016b4d7a603d0fa9f2560df9d01f5c004c3d7a97e17d48e63702a31ca5db9cffe43 From 6e20483cd179b575ef8426aacd0e4988058c4c03 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Dec 2025 11:32:09 +0100 Subject: [PATCH 13/13] v10.5.59 (cherry picked from commit a3a30c8c60eed134dd713c94136c0c961263bac7) --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 159b158..bd46005 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,4 @@ /phpunit10-10.5.55-4b2d546.tgz /phpunit10-10.5.57-8e7598b.tgz /phpunit10-10.5.58-e24fb46.tgz +/phpunit10-10.5.59-c47fe00.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 372615f..94e0a6e 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit e24fb46da450d8e6a5788670513c1af1424f16ca -%global gh_date 2025-09-28 +%global gh_commit c47fe00df06fb1f68399ef7386edb01c25132473 +%global gh_date 2025-12-01 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -30,7 +30,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.58 +%global upstream_version 10.5.59 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -265,6 +265,9 @@ exit $ret %changelog +* Tue Dec 2 2025 Remi Collet - 10.5.59-1 +- update to 10.5.59 + * Mon Sep 29 2025 Remi Collet - 10.5.58-1 - update to 10.5.58 diff --git a/sources b/sources index 6e58a5c..ab6ada8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.58-e24fb46.tgz) = f789265578b6ad25c7b81021dea181884d337f5d50cb8b8b2c40650993824e547492861f5b095e440e28bcd12e4f04fa24c7956aacb3a01d517d17e90a37ba53 +SHA512 (phpunit10-10.5.59-c47fe00.tgz) = 5d10a528b224c59760c8a5d9493ce84d460d8123839c6622d6c5afa613554016b4d7a603d0fa9f2560df9d01f5c004c3d7a97e17d48e63702a31ca5db9cffe43