From 96959df4b4e87ec66c4e9c347ba947acce22d4f3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 31 Jul 2025 11:11:55 +0200 Subject: [PATCH 01/11] v11.5.28 (cherry picked from commit 7a14034b1c57ec98213c5233b9cdc59a0aad202d) --- .gitignore | 1 + phpunit11.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 9aac91e..718e95d 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /phpunit11-11.5.25-864ab32.tgz /phpunit11-11.5.26-4ad8fe2.tgz /phpunit11-11.5.27-446d438.tgz +/phpunit11-11.5.28-93f30aa.tgz diff --git a/phpunit11.spec b/phpunit11.spec index 9cae939..d7bee59 100644 --- a/phpunit11.spec +++ b/phpunit11.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit 446d43867314781df7e9adf79c3ec7464956fd8f -%global gh_date 2025-07-11 +%global gh_commit 93f30aa3889e785ac63493d4976df0ae9fdecb60 +%global gh_date 2025-07-31 %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 11 %global ver_minor 5 -%global upstream_version 11.5.27 +%global upstream_version 11.5.28 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -245,6 +245,7 @@ cat << 'EOF' | tee -a tests/autoload.php __DIR__ . '/_files/CoveredFunction.php', __DIR__ . '/_files/Generator.php', __DIR__ . '/_files/NamespaceCoveredFunction.php', + __DIR__ . '/end-to-end/_files/listing-tests-and-groups/ExampleAbstractTestCase.php', ]); EOF @@ -291,6 +292,9 @@ exit $ret %changelog +* Thu Jul 31 2025 Remi Collet - 11.5.28-1 +- update to 11.5.28 + * Fri Jul 11 2025 Remi Collet - 11.5.27-1 - update to 11.5.27 - raise dependency on myclabs/deep-copy 1.13.3 diff --git a/sources b/sources index f93292e..07c0f27 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit11-11.5.27-446d438.tgz) = 556ccdeed2909b91522799d0608b26903b72b06dca5e4f30e0aa48bb1500726d369a2b4ae1f9d5c867e9f53e6942165032716ec37a56f3572db566e1a3642106 +SHA512 (phpunit11-11.5.28-93f30aa.tgz) = 6dbbb19c56905f493b44bd51b482658f49978a74f40895f8477799df060943f6c8a52ac98853f183b75860bbeafd5ab4cef779c71144f3fed89cedbcc0ad2570 From b44e52f1b1d88a5a34ca20d81d48aaeffd159f78 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Aug 2025 14:36:16 +0200 Subject: [PATCH 02/11] v11.5.35 (cherry picked from commit b0895271126e158385b29c41a972dd41ae182773) --- .gitignore | 1 + phpunit11.spec | 34 +++++++++++++++++++--------------- sources | 2 +- 3 files changed, 21 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index 718e95d..d306eaa 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /phpunit11-11.5.26-4ad8fe2.tgz /phpunit11-11.5.27-446d438.tgz /phpunit11-11.5.28-93f30aa.tgz +/phpunit11-11.5.35-d341ee9.tgz diff --git a/phpunit11.spec b/phpunit11.spec index d7bee59..817dd05 100644 --- a/phpunit11.spec +++ b/phpunit11.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit 93f30aa3889e785ac63493d4976df0ae9fdecb60 -%global gh_date 2025-07-31 +%global gh_commit d341ee94ee5007b286fc7907b383aae6b5b3cc91 +%global gh_date 2025-08-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 11 %global ver_minor 5 -%global upstream_version 11.5.28 +%global upstream_version 11.5.35 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -49,23 +49,23 @@ Patch0: %{name}-rpm.patch BuildArch: noarch BuildRequires: php(language) >= 8.2 -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) >= 11.0.10 with php-composer(phpunit/php-code-coverage) < 12) +BuildRequires: (php-composer(phpunit/php-code-coverage) >= 11.0.11 with php-composer(phpunit/php-code-coverage) < 12) BuildRequires: (php-composer(phpunit/php-file-iterator) >= 5.1.0 with php-composer(phpunit/php-file-iterator) < 6) BuildRequires: (php-composer(phpunit/php-invoker) >= 5.0.1 with php-composer(phpunit/php-invoker) < 6) BuildRequires: (php-composer(phpunit/php-text-template) >= 4.0.1 with php-composer(phpunit/php-text-template) < 5) BuildRequires: (php-composer(phpunit/php-timer) >= 7.0.1 with php-composer(phpunit/php-timer) < 8) BuildRequires: (php-composer(sebastian/cli-parser) >= 3.0.2 with php-composer(sebastian/cli-parser) < 4) BuildRequires: (php-composer(sebastian/code-unit) >= 3.0.3 with php-composer(sebastian/code-unit) < 4) -BuildRequires: (php-composer(sebastian/comparator) >= 6.3.1 with php-composer(sebastian/comparator) < 7) +BuildRequires: (php-composer(sebastian/comparator) >= 6.3.2 with php-composer(sebastian/comparator) < 7) BuildRequires: (php-composer(sebastian/diff) >= 6.0.2 with php-composer(sebastian/diff) < 7) BuildRequires: (php-composer(sebastian/environment) >= 7.2.1 with php-composer(sebastian/environment) < 8) BuildRequires: (php-composer(sebastian/exporter) >= 6.3.0 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.1.2 with php-composer(sebastian/type) < 6) +BuildRequires: (php-composer(sebastian/type) >= 5.1.3 with php-composer(sebastian/type) < 6) BuildRequires: (php-composer(sebastian/version) >= 5.0.2 with php-composer(sebastian/version) < 6) BuildRequires: (php-composer(staabm/side-effects-detector) >= 1.0.5 with php-composer(staabm/side-effects-detector) < 2) BuildRequires: php-dom @@ -85,23 +85,23 @@ 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": "^11.0.10", +# "phpunit/php-code-coverage": "^11.0.11", # "phpunit/php-file-iterator": "^5.1.0", # "phpunit/php-invoker": "^5.0.1", # "phpunit/php-text-template": "^4.0.1", # "phpunit/php-timer": "^7.0.1", # "sebastian/cli-parser": "^3.0.2", # "sebastian/code-unit": "^3.0.3", -# "sebastian/comparator": "^6.3.", +# "sebastian/comparator": "^6.3.2", # "sebastian/diff": "^6.0.2", # "sebastian/environment": "^7.2.1", # "sebastian/exporter": "^6.3.0", # "sebastian/global-state": "^7.0.2", # "sebastian/object-enumerator": "^6.0.1", -# "sebastian/type": "^5.1.2", +# "sebastian/type": "^5.1.3", # "sebastian/version": "^5.0.2", # "staabm/side-effects-detector": "^1.0.5" Requires: php(language) >= 8.2 @@ -112,23 +112,23 @@ 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) >= 11.0.10 with php-composer(phpunit/php-code-coverage) < 12) +Requires: (php-composer(phpunit/php-code-coverage) >= 11.0.11 with php-composer(phpunit/php-code-coverage) < 12) Requires: (php-composer(phpunit/php-file-iterator) >= 5.1.0 with php-composer(phpunit/php-file-iterator) < 6) Requires: (php-composer(phpunit/php-invoker) >= 5.0.1 with php-composer(phpunit/php-invoker) < 6) Requires: (php-composer(phpunit/php-text-template) >= 4.0.1 with php-composer(phpunit/php-text-template) < 5) Requires: (php-composer(phpunit/php-timer) >= 7.0.1 with php-composer(phpunit/php-timer) < 8) Requires: (php-composer(sebastian/cli-parser) >= 3.0.2 with php-composer(sebastian/cli-parser) < 4) Requires: (php-composer(sebastian/code-unit) >= 3.0.3 with php-composer(sebastian/code-unit) < 4) -Requires: (php-composer(sebastian/comparator) >= 6.3.1 with php-composer(sebastian/comparator) < 7) +Requires: (php-composer(sebastian/comparator) >= 6.3.2 with php-composer(sebastian/comparator) < 7) Requires: (php-composer(sebastian/diff) >= 6.0.2 with php-composer(sebastian/diff) < 7) Requires: (php-composer(sebastian/environment) >= 7.2.1 with php-composer(sebastian/environment) < 8) Requires: (php-composer(sebastian/exporter) >= 6.3.0 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.1.2 with php-composer(sebastian/type) < 6) +Requires: (php-composer(sebastian/type) >= 5.1.3 with php-composer(sebastian/type) < 6) Requires: (php-composer(sebastian/version) >= 5.0.2 with php-composer(sebastian/version) < 6) Requires: (php-composer(staabm/side-effects-detector) >= 1.0.5 with php-composer(staabm/side-effects-detector) < 2) # From composer.json, "suggest": { @@ -292,6 +292,10 @@ exit $ret %changelog +* Thu Aug 28 2025 Remi Collet - 11.5.35-1 +- update to 11.5.35 +- raise dependency on phpunit/php-code-coverage 11.0.11 + * Thu Jul 31 2025 Remi Collet - 11.5.28-1 - update to 11.5.28 diff --git a/sources b/sources index 07c0f27..65c8043 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit11-11.5.28-93f30aa.tgz) = 6dbbb19c56905f493b44bd51b482658f49978a74f40895f8477799df060943f6c8a52ac98853f183b75860bbeafd5ab4cef779c71144f3fed89cedbcc0ad2570 +SHA512 (phpunit11-11.5.35-d341ee9.tgz) = ab81a5c61a94808bdea3884a9ed55d847a99ebae941ceef491e0861b20e8e62b26f12bcd7a9b92ef03cc04b19643fd384313273d34a0bd58d53f5521e9ecc827 From 7e63f06f4abe5973f379dbca7678dc1c51edd610 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 Sep 2025 09:10:13 +0200 Subject: [PATCH 03/11] v11.5.36 (cherry picked from commit 7aa1c0fc98b8a5ba6d55d37c2b08e6c51e35d70a) --- .gitignore | 1 + phpunit11.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index d306eaa..0945791 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /phpunit11-11.5.27-446d438.tgz /phpunit11-11.5.28-93f30aa.tgz /phpunit11-11.5.35-d341ee9.tgz +/phpunit11-11.5.36-264a87c.tgz diff --git a/phpunit11.spec b/phpunit11.spec index 817dd05..ad6531b 100644 --- a/phpunit11.spec +++ b/phpunit11.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit d341ee94ee5007b286fc7907b383aae6b5b3cc91 -%global gh_date 2025-08-28 +%global gh_commit 264a87c7ef68b1ab9af7172357740dc266df5957 +%global gh_date 2025-09-03 %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 11 %global ver_minor 5 -%global upstream_version 11.5.35 +%global upstream_version 11.5.36 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -292,6 +292,9 @@ exit $ret %changelog +* Wed Sep 3 2025 Remi Collet - 11.5.36-1 +- update to 11.5.36 + * Thu Aug 28 2025 Remi Collet - 11.5.35-1 - update to 11.5.35 - raise dependency on phpunit/php-code-coverage 11.0.11 diff --git a/sources b/sources index 65c8043..6631fb2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit11-11.5.35-d341ee9.tgz) = ab81a5c61a94808bdea3884a9ed55d847a99ebae941ceef491e0861b20e8e62b26f12bcd7a9b92ef03cc04b19643fd384313273d34a0bd58d53f5521e9ecc827 +SHA512 (phpunit11-11.5.36-264a87c.tgz) = 204bc80360bfc0b13a4cda37ba31a1ac829a768ac327527321d3ab6a177dc2f6eae54a13c695773977a0edc25844fda966b55713aba2681641d93ceef0ef9afe From 44f1695d0f14789e61b9358796178a7a68cd6c1d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 11 Sep 2025 09:38:09 +0200 Subject: [PATCH 04/11] v11.5.37 (cherry picked from commit 4d3db808fd3515da8e2c6d671ccb63cd0471750b) --- .gitignore | 1 + phpunit11.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 0945791..7647cd6 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /phpunit11-11.5.28-93f30aa.tgz /phpunit11-11.5.35-d341ee9.tgz /phpunit11-11.5.36-264a87c.tgz +/phpunit11-11.5.37-b87c1ad.tgz diff --git a/phpunit11.spec b/phpunit11.spec index ad6531b..ba7b8e9 100644 --- a/phpunit11.spec +++ b/phpunit11.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit 264a87c7ef68b1ab9af7172357740dc266df5957 -%global gh_date 2025-09-03 +%global gh_commit b87c1ad30535b40f14db1aa048e11747ba22e6ff +%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 11 %global ver_minor 5 -%global upstream_version 11.5.36 +%global upstream_version 11.5.37 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -292,6 +292,9 @@ exit $ret %changelog +* Thu Sep 11 2025 Remi Collet - 11.5.37-1 +- update to 11.5.37 + * Wed Sep 3 2025 Remi Collet - 11.5.36-1 - update to 11.5.36 diff --git a/sources b/sources index 6631fb2..c710107 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit11-11.5.36-264a87c.tgz) = 204bc80360bfc0b13a4cda37ba31a1ac829a768ac327527321d3ab6a177dc2f6eae54a13c695773977a0edc25844fda966b55713aba2681641d93ceef0ef9afe +SHA512 (phpunit11-11.5.37-b87c1ad.tgz) = 47965311ac4119667303fad21237e0e957ad91fcd7b09b29ff188cd26ef6f27e78d2dd22eafaad65c1f4ab6d08c71d3a51e1531eedaf46e85417d7bfefa0a688 From a0f46a09f76617b978e104b4388faea4db46f359 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 11 Sep 2025 14:27:36 +0200 Subject: [PATCH 05/11] v11.5.38 (cherry picked from commit 36b515587af1acea9290afddf23fa4a22ea20057) --- .gitignore | 1 + phpunit11.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7647cd6..e75fcdf 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /phpunit11-11.5.35-d341ee9.tgz /phpunit11-11.5.36-264a87c.tgz /phpunit11-11.5.37-b87c1ad.tgz +/phpunit11-11.5.38-5bd0e4f.tgz diff --git a/phpunit11.spec b/phpunit11.spec index ba7b8e9..f6cd5c0 100644 --- a/phpunit11.spec +++ b/phpunit11.spec @@ -16,7 +16,7 @@ %bcond_with defcmd %endif -%global gh_commit b87c1ad30535b40f14db1aa048e11747ba22e6ff +%global gh_commit 5bd0e4f64a2261b7ade7054c51547beaf2d99e43 %global gh_date 2025-09-11 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -30,7 +30,7 @@ %global ver_major 11 %global ver_minor 5 -%global upstream_version 11.5.37 +%global upstream_version 11.5.38 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -292,6 +292,9 @@ exit $ret %changelog +* Thu Sep 11 2025 Remi Collet - 11.5.38-1 +- update to 11.5.38 + * Thu Sep 11 2025 Remi Collet - 11.5.37-1 - update to 11.5.37 diff --git a/sources b/sources index c710107..a1b6142 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit11-11.5.37-b87c1ad.tgz) = 47965311ac4119667303fad21237e0e957ad91fcd7b09b29ff188cd26ef6f27e78d2dd22eafaad65c1f4ab6d08c71d3a51e1531eedaf46e85417d7bfefa0a688 +SHA512 (phpunit11-11.5.38-5bd0e4f.tgz) = fd410767f29ad577e4fe35356df3f84634a0b43d7b60ab99e1d88287de4c6a612197a45e8de669746c0612874952afceed84a5adc202509a768492c847d96c10 From 4cee4b25c5e69da9fe54f040e6efb9b85cb4126c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 15 Sep 2025 08:28:15 +0200 Subject: [PATCH 06/11] v11.5.39 (cherry picked from commit 2e12e66548123922ad697f1c39ff0f3409adc7f2) --- .gitignore | 1 + phpunit11.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index e75fcdf..9741089 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /phpunit11-11.5.36-264a87c.tgz /phpunit11-11.5.37-b87c1ad.tgz /phpunit11-11.5.38-5bd0e4f.tgz +/phpunit11-11.5.39-ad5597f.tgz diff --git a/phpunit11.spec b/phpunit11.spec index f6cd5c0..cf03003 100644 --- a/phpunit11.spec +++ b/phpunit11.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit 5bd0e4f64a2261b7ade7054c51547beaf2d99e43 -%global gh_date 2025-09-11 +%global gh_commit ad5597f79d8489d2870073ac0bc0dd0ad1fa9931 +%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 11 %global ver_minor 5 -%global upstream_version 11.5.38 +%global upstream_version 11.5.39 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -292,6 +292,9 @@ exit $ret %changelog +* Mon Sep 15 2025 Remi Collet - 11.5.39-1 +- update to 11.5.39 + * Thu Sep 11 2025 Remi Collet - 11.5.38-1 - update to 11.5.38 diff --git a/sources b/sources index a1b6142..3881284 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit11-11.5.38-5bd0e4f.tgz) = fd410767f29ad577e4fe35356df3f84634a0b43d7b60ab99e1d88287de4c6a612197a45e8de669746c0612874952afceed84a5adc202509a768492c847d96c10 +SHA512 (phpunit11-11.5.39-ad5597f.tgz) = 53e71a151bb797442455c923e2c4fd0be8543e45d7a5aedae4e15c7bd4e055305d5a67705c68e769c489f69284275c2caada6210b5b7f56b14f5aec1580ad1ac From 2cbdc8c361057b751c5d22c9663771081aada5a3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 26 Sep 2025 11:11:38 +0200 Subject: [PATCH 07/11] update to 11.5.41 (no change) raise dependency on sebastian/exporter 6.3.2 (cherry picked from commit cbca0fd5c8adfbecdac0b5dec2529bad0471fc18) --- .gitignore | 1 + phpunit11.spec | 16 ++++++++++------ sources | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 9741089..884bdda 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /phpunit11-11.5.37-b87c1ad.tgz /phpunit11-11.5.38-5bd0e4f.tgz /phpunit11-11.5.39-ad5597f.tgz +/phpunit11-11.5.41-b42782b.tgz diff --git a/phpunit11.spec b/phpunit11.spec index cf03003..de87fed 100644 --- a/phpunit11.spec +++ b/phpunit11.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit ad5597f79d8489d2870073ac0bc0dd0ad1fa9931 -%global gh_date 2025-09-14 +%global gh_commit b42782bcb947d2c197aea42ce9714ee2d974b283 +%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 11 %global ver_minor 5 -%global upstream_version 11.5.39 +%global upstream_version 11.5.41 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -62,7 +62,7 @@ BuildRequires: (php-composer(sebastian/code-unit) >= 3.0.3 with php-c BuildRequires: (php-composer(sebastian/comparator) >= 6.3.2 with php-composer(sebastian/comparator) < 7) BuildRequires: (php-composer(sebastian/diff) >= 6.0.2 with php-composer(sebastian/diff) < 7) BuildRequires: (php-composer(sebastian/environment) >= 7.2.1 with php-composer(sebastian/environment) < 8) -BuildRequires: (php-composer(sebastian/exporter) >= 6.3.0 with php-composer(sebastian/exporter) < 7) +BuildRequires: (php-composer(sebastian/exporter) >= 6.3.2 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.1.3 with php-composer(sebastian/type) < 6) @@ -98,7 +98,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "sebastian/comparator": "^6.3.2", # "sebastian/diff": "^6.0.2", # "sebastian/environment": "^7.2.1", -# "sebastian/exporter": "^6.3.0", +# "sebastian/exporter": "^6.3.2", # "sebastian/global-state": "^7.0.2", # "sebastian/object-enumerator": "^6.0.1", # "sebastian/type": "^5.1.3", @@ -125,7 +125,7 @@ Requires: (php-composer(sebastian/code-unit) >= 3.0.3 with php-c Requires: (php-composer(sebastian/comparator) >= 6.3.2 with php-composer(sebastian/comparator) < 7) Requires: (php-composer(sebastian/diff) >= 6.0.2 with php-composer(sebastian/diff) < 7) Requires: (php-composer(sebastian/environment) >= 7.2.1 with php-composer(sebastian/environment) < 8) -Requires: (php-composer(sebastian/exporter) >= 6.3.0 with php-composer(sebastian/exporter) < 7) +Requires: (php-composer(sebastian/exporter) >= 6.3.2 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.1.3 with php-composer(sebastian/type) < 6) @@ -292,6 +292,10 @@ exit $ret %changelog +* Wed Sep 24 2025 Remi Collet - 11.5.41-1 +- update to 11.5.41 (no change) +- raise dependency on sebastian/exporter 6.3.2 + * Mon Sep 15 2025 Remi Collet - 11.5.39-1 - update to 11.5.39 diff --git a/sources b/sources index 3881284..180a84b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit11-11.5.39-ad5597f.tgz) = 53e71a151bb797442455c923e2c4fd0be8543e45d7a5aedae4e15c7bd4e055305d5a67705c68e769c489f69284275c2caada6210b5b7f56b14f5aec1580ad1ac +SHA512 (phpunit11-11.5.41-b42782b.tgz) = 50da809bd570a9664c3d0769522a2813e81facdc0a5ef9ae521726e7ba0471e0afdaa59ef29419d5f445f0dfede0c5a8a198ef1f34f4f50ea27f0a4f90dd7d52 From d289dea6bccf11086475b4c71d0614cf315b5895 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 30 Sep 2025 07:40:27 +0200 Subject: [PATCH 08/11] v11.5.42 (cherry picked from commit 5cad744656a5f2b5802cdb06cf907e76505be796) --- .gitignore | 1 + phpunit11.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 884bdda..f271bd0 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /phpunit11-11.5.38-5bd0e4f.tgz /phpunit11-11.5.39-ad5597f.tgz /phpunit11-11.5.41-b42782b.tgz +/phpunit11-11.5.42-1c6cb5d.tgz diff --git a/phpunit11.spec b/phpunit11.spec index de87fed..8690b82 100644 --- a/phpunit11.spec +++ b/phpunit11.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit b42782bcb947d2c197aea42ce9714ee2d974b283 -%global gh_date 2025-09-24 +%global gh_commit 1c6cb5dfe412af3d0dfd414cfd110e3b9cfdbc3c +%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 11 %global ver_minor 5 -%global upstream_version 11.5.41 +%global upstream_version 11.5.42 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -292,6 +292,9 @@ exit $ret %changelog +* Mon Sep 29 2025 Remi Collet - 11.5.42-1 +- update to 11.5.42 + * Wed Sep 24 2025 Remi Collet - 11.5.41-1 - update to 11.5.41 (no change) - raise dependency on sebastian/exporter 6.3.2 diff --git a/sources b/sources index 180a84b..73bc8d8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit11-11.5.41-b42782b.tgz) = 50da809bd570a9664c3d0769522a2813e81facdc0a5ef9ae521726e7ba0471e0afdaa59ef29419d5f445f0dfede0c5a8a198ef1f34f4f50ea27f0a4f90dd7d52 +SHA512 (phpunit11-11.5.42-1c6cb5d.tgz) = 681f5f59414f01bc7a131adc1b9c1a413c6e4d4166e26bd497a41b59734a8d4e33f4d6df45d0b544ed002548194683f93d6ee0f038df9bd238b3cc21feec2baf From 610caa446d8a01b53c77b2c1c73501d0fb2079d6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 30 Oct 2025 11:55:10 +0100 Subject: [PATCH 09/11] v11.5.43 (cherry picked from commit 00ea7f7294b691fe7d9a1475410588a2763ce8a9) --- .gitignore | 1 + phpunit11.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index f271bd0..5e01ef5 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ /phpunit11-11.5.39-ad5597f.tgz /phpunit11-11.5.41-b42782b.tgz /phpunit11-11.5.42-1c6cb5d.tgz +/phpunit11-11.5.43-c6b89b6.tgz diff --git a/phpunit11.spec b/phpunit11.spec index 8690b82..c3d17cc 100644 --- a/phpunit11.spec +++ b/phpunit11.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit 1c6cb5dfe412af3d0dfd414cfd110e3b9cfdbc3c -%global gh_date 2025-09-28 +%global gh_commit c6b89b6cf4324a8b4cb86e1f5dfdd6c9e0371924 +%global gh_date 2025-10-30 %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 11 %global ver_minor 5 -%global upstream_version 11.5.42 +%global upstream_version 11.5.43 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -292,6 +292,9 @@ exit $ret %changelog +* Thu Oct 30 2025 Remi Collet - 11.5.43-1 +- update to 11.5.43 + * Mon Sep 29 2025 Remi Collet - 11.5.42-1 - update to 11.5.42 diff --git a/sources b/sources index 73bc8d8..aa26fc2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit11-11.5.42-1c6cb5d.tgz) = 681f5f59414f01bc7a131adc1b9c1a413c6e4d4166e26bd497a41b59734a8d4e33f4d6df45d0b544ed002548194683f93d6ee0f038df9bd238b3cc21feec2baf +SHA512 (phpunit11-11.5.43-c6b89b6.tgz) = 6548a00f9c2e8db31a7037c6ee55e7762e5612ad4186bd7682351feba1c8f49d1b8fa029303b4d08b7fb7b63c69c6f2db2b5aee8a1e52119cf182e5b9c8cb051 From 34c42d7e3612dda24fe78638a338d01b53d44e17 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 13 Nov 2025 09:20:35 +0100 Subject: [PATCH 10/11] v11.5.44 (cherry picked from commit 3136c8ee1f65245e607d321332faecfa280e107f) --- .gitignore | 1 + phpunit11.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 5e01ef5..f66b565 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /phpunit11-11.5.41-b42782b.tgz /phpunit11-11.5.42-1c6cb5d.tgz /phpunit11-11.5.43-c6b89b6.tgz +/phpunit11-11.5.44-c346885.tgz diff --git a/phpunit11.spec b/phpunit11.spec index c3d17cc..dbd3784 100644 --- a/phpunit11.spec +++ b/phpunit11.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit c6b89b6cf4324a8b4cb86e1f5dfdd6c9e0371924 -%global gh_date 2025-10-30 +%global gh_commit c346885c95423eda3f65d85a194aaa24873cda82 +%global gh_date 2025-11-13 %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 11 %global ver_minor 5 -%global upstream_version 11.5.43 +%global upstream_version 11.5.44 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -292,6 +292,9 @@ exit $ret %changelog +* Thu Nov 13 2025 Remi Collet - 11.5.44-1 +- update to 11.5.44 + * Thu Oct 30 2025 Remi Collet - 11.5.43-1 - update to 11.5.43 diff --git a/sources b/sources index aa26fc2..4553c2d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit11-11.5.43-c6b89b6.tgz) = 6548a00f9c2e8db31a7037c6ee55e7762e5612ad4186bd7682351feba1c8f49d1b8fa029303b4d08b7fb7b63c69c6f2db2b5aee8a1e52119cf182e5b9c8cb051 +SHA512 (phpunit11-11.5.44-c346885.tgz) = 9f3ac1af3f167b3e73c15986859702173c583fabc6f54de320638057b9e26c63890342b8bf5df2af4a447d6e39fa301fb924349f0c46aa54fa04d64c61c5b1c2 From 128e5a448ad60845ad60e5083f96669f1dc21e17 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Dec 2025 11:40:11 +0100 Subject: [PATCH 11/11] v11.5.45 (cherry picked from commit 6c4421d7ea8ee226fb027c5134d283994043e25a) --- .gitignore | 1 + phpunit11.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index f66b565..58a4463 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ /phpunit11-11.5.42-1c6cb5d.tgz /phpunit11-11.5.43-c6b89b6.tgz /phpunit11-11.5.44-c346885.tgz +/phpunit11-11.5.45-faf5fff.tgz diff --git a/phpunit11.spec b/phpunit11.spec index dbd3784..b35a69c 100644 --- a/phpunit11.spec +++ b/phpunit11.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit c346885c95423eda3f65d85a194aaa24873cda82 -%global gh_date 2025-11-13 +%global gh_commit faf5fff4fb9beb290affa53f812b05380819c51a +%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 11 %global ver_minor 5 -%global upstream_version 11.5.44 +%global upstream_version 11.5.45 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -292,6 +292,9 @@ exit $ret %changelog +* Tue Dec 2 2025 Remi Collet - 11.5.45-1 +- update to 11.5.45 + * Thu Nov 13 2025 Remi Collet - 11.5.44-1 - update to 11.5.44 diff --git a/sources b/sources index 4553c2d..05ba6c7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit11-11.5.44-c346885.tgz) = 9f3ac1af3f167b3e73c15986859702173c583fabc6f54de320638057b9e26c63890342b8bf5df2af4a447d6e39fa301fb924349f0c46aa54fa04d64c61c5b1c2 +SHA512 (phpunit11-11.5.45-faf5fff.tgz) = 75fe79b925e1e8a4fc38c73234baaa8013d750b20c440f772f5d7d7dd77ef6fb9bc13af0c0f24a454817b606230eed7af35e9a5516d436e96c76bb9ef5ab753a