From c96900d705946e5e3d1dd5760fb74c35ca203cf4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 05:42:51 +0000 Subject: [PATCH 01/33] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- phpunit12.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/phpunit12.spec b/phpunit12.spec index 88e2c00..ebea126 100644 --- a/phpunit12.spec +++ b/phpunit12.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 @@ -283,6 +283,9 @@ exit $ret %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 12.2.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Fri Jul 11 2025 Remi Collet - 12.2.7-1 - update to 12.2.7 - raise dependency on myclabs/deep-copy 1.13.3 From 24c037b664f09834168e479ea36b5ea941f415c8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Jul 2025 10:52:01 +0200 Subject: [PATCH 02/33] update to 12.2.8 raise dependency on phpunit/php-code-coverage 12.3.2 --- .gitignore | 1 + phpunit12.spec | 18 +++++++++++------- sources | 2 +- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 156a776..2f561d0 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /phpunit12-12.2.5-b71849b.tgz /phpunit12-12.2.6-638644c.tgz /phpunit12-12.2.7-8b1348b.tgz +/phpunit12-12.2.8-49dc7c0.tgz diff --git a/phpunit12.spec b/phpunit12.spec index ebea126..431f400 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit 8b1348b254e5959acaf1539c6bd790515fb49414 -%global gh_date 2025-07-11 +%global gh_commit 49dc7c0669b97c7a36f63411635f48eedc140eb4 +%global gh_date 2025-07-30 %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 12 %global ver_minor 2 -%global upstream_version 12.2.7 +%global upstream_version 12.2.8 #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 @@ -52,7 +52,7 @@ BuildRequires: php(language) >= 8.3 BuildRequires: (php-composer(myclabs/deep-copy) >= 1.13.3 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) >= 12.3.1 with php-composer(phpunit/php-code-coverage) < 13) +BuildRequires: (php-composer(phpunit/php-code-coverage) >= 12.3.2 with php-composer(phpunit/php-code-coverage) < 13) BuildRequires: (php-composer(phpunit/php-file-iterator) >= 6.0.0 with php-composer(phpunit/php-file-iterator) < 7) BuildRequires: (php-composer(phpunit/php-invoker) >= 6.0.0 with php-composer(phpunit/php-invoker) < 7) BuildRequires: (php-composer(phpunit/php-text-template) >= 5.0.0 with php-composer(phpunit/php-text-template) < 6) @@ -87,7 +87,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "myclabs/deep-copy": "^1.13.3", # "phar-io/manifest": "^2.0.4", # "phar-io/version": "^3.2.1", -# "phpunit/php-code-coverage": "^12.3.1", +# "phpunit/php-code-coverage": "^12.3.2", # "phpunit/php-file-iterator": "^6.0.0", # "phpunit/php-invoker": "^6.0.0", # "phpunit/php-text-template": "^5.0.0", @@ -113,7 +113,7 @@ Requires: php-xmlwriter Requires: (php-composer(myclabs/deep-copy) >= 1.13.3 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) >= 12.3.1 with php-composer(phpunit/php-code-coverage) < 13) +Requires: (php-composer(phpunit/php-code-coverage) >= 12.3.2 with php-composer(phpunit/php-code-coverage) < 13) Requires: (php-composer(phpunit/php-file-iterator) >= 6.0.0 with php-composer(phpunit/php-file-iterator) < 7) Requires: (php-composer(phpunit/php-invoker) >= 6.0.0 with php-composer(phpunit/php-invoker) < 7) Requires: (php-composer(phpunit/php-text-template) >= 5.0.0 with php-composer(phpunit/php-text-template) < 6) @@ -283,6 +283,10 @@ exit $ret %changelog +* Wed Jul 30 2025 Remi Collet - 12.2.8-1 +- update to 12.2.8 +- raise dependency on phpunit/php-code-coverage 12.3.2 + * Fri Jul 25 2025 Fedora Release Engineering - 12.2.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild diff --git a/sources b/sources index fd2a80f..37c493a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit12-12.2.7-8b1348b.tgz) = 29c9da5b8c05b6236649b06d87b8aff1c2b700f6db34d66ba1f5a85e6f9a58fe7421c8ee6183784d32ecd31626062e508ccd27a70d3a999355df1422912e6eff +SHA512 (phpunit12-12.2.8-49dc7c0.tgz) = a1e41581a793edd413ba9e989e3619b5a281a4fd6d012ecfec87c87b9c79fdae7441131c845052e39e065ba87a64003ee1a344cb88ec24e2772d9bac08974536 From 91ef56989a063675b50c359f381cb774cc687f37 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Jul 2025 10:52:01 +0200 Subject: [PATCH 03/33] update to 12.2.8 raise dependency on phpunit/php-code-coverage 12.3.2 (cherry picked from commit 24c037b664f09834168e479ea36b5ea941f415c8) --- .gitignore | 1 + phpunit12.spec | 16 ++++++++++------ sources | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 156a776..2f561d0 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /phpunit12-12.2.5-b71849b.tgz /phpunit12-12.2.6-638644c.tgz /phpunit12-12.2.7-8b1348b.tgz +/phpunit12-12.2.8-49dc7c0.tgz diff --git a/phpunit12.spec b/phpunit12.spec index 88e2c00..6fee4dc 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit 8b1348b254e5959acaf1539c6bd790515fb49414 -%global gh_date 2025-07-11 +%global gh_commit 49dc7c0669b97c7a36f63411635f48eedc140eb4 +%global gh_date 2025-07-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 12 %global ver_minor 2 -%global upstream_version 12.2.7 +%global upstream_version 12.2.8 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -52,7 +52,7 @@ BuildRequires: php(language) >= 8.3 BuildRequires: (php-composer(myclabs/deep-copy) >= 1.13.3 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) >= 12.3.1 with php-composer(phpunit/php-code-coverage) < 13) +BuildRequires: (php-composer(phpunit/php-code-coverage) >= 12.3.2 with php-composer(phpunit/php-code-coverage) < 13) BuildRequires: (php-composer(phpunit/php-file-iterator) >= 6.0.0 with php-composer(phpunit/php-file-iterator) < 7) BuildRequires: (php-composer(phpunit/php-invoker) >= 6.0.0 with php-composer(phpunit/php-invoker) < 7) BuildRequires: (php-composer(phpunit/php-text-template) >= 5.0.0 with php-composer(phpunit/php-text-template) < 6) @@ -87,7 +87,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "myclabs/deep-copy": "^1.13.3", # "phar-io/manifest": "^2.0.4", # "phar-io/version": "^3.2.1", -# "phpunit/php-code-coverage": "^12.3.1", +# "phpunit/php-code-coverage": "^12.3.2", # "phpunit/php-file-iterator": "^6.0.0", # "phpunit/php-invoker": "^6.0.0", # "phpunit/php-text-template": "^5.0.0", @@ -113,7 +113,7 @@ Requires: php-xmlwriter Requires: (php-composer(myclabs/deep-copy) >= 1.13.3 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) >= 12.3.1 with php-composer(phpunit/php-code-coverage) < 13) +Requires: (php-composer(phpunit/php-code-coverage) >= 12.3.2 with php-composer(phpunit/php-code-coverage) < 13) Requires: (php-composer(phpunit/php-file-iterator) >= 6.0.0 with php-composer(phpunit/php-file-iterator) < 7) Requires: (php-composer(phpunit/php-invoker) >= 6.0.0 with php-composer(phpunit/php-invoker) < 7) Requires: (php-composer(phpunit/php-text-template) >= 5.0.0 with php-composer(phpunit/php-text-template) < 6) @@ -283,6 +283,10 @@ exit $ret %changelog +* Wed Jul 30 2025 Remi Collet - 12.2.8-1 +- update to 12.2.8 +- raise dependency on phpunit/php-code-coverage 12.3.2 + * Fri Jul 11 2025 Remi Collet - 12.2.7-1 - update to 12.2.7 - raise dependency on myclabs/deep-copy 1.13.3 diff --git a/sources b/sources index fd2a80f..37c493a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit12-12.2.7-8b1348b.tgz) = 29c9da5b8c05b6236649b06d87b8aff1c2b700f6db34d66ba1f5a85e6f9a58fe7421c8ee6183784d32ecd31626062e508ccd27a70d3a999355df1422912e6eff +SHA512 (phpunit12-12.2.8-49dc7c0.tgz) = a1e41581a793edd413ba9e989e3619b5a281a4fd6d012ecfec87c87b9c79fdae7441131c845052e39e065ba87a64003ee1a344cb88ec24e2772d9bac08974536 From a57beaf5bd2ab08cfa54ec4d42b8ba751c2bcf1c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 31 Jul 2025 11:22:25 +0200 Subject: [PATCH 04/33] v12.2.9 --- .gitignore | 1 + phpunit12.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 2f561d0..bb7de01 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /phpunit12-12.2.6-638644c.tgz /phpunit12-12.2.7-8b1348b.tgz /phpunit12-12.2.8-49dc7c0.tgz +/phpunit12-12.2.9-442c06d.tgz diff --git a/phpunit12.spec b/phpunit12.spec index 431f400..049331b 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit 49dc7c0669b97c7a36f63411635f48eedc140eb4 -%global gh_date 2025-07-30 +%global gh_commit 442c06d0a952a5dbffba181cff969b91fdc9bada +%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 12 %global ver_minor 2 -%global upstream_version 12.2.8 +%global upstream_version 12.2.9 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -237,6 +237,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 @@ -283,6 +284,9 @@ exit $ret %changelog +* Thu Jul 31 2025 Remi Collet - 12.2.9-1 +- update to 12.2.9 + * Wed Jul 30 2025 Remi Collet - 12.2.8-1 - update to 12.2.8 - raise dependency on phpunit/php-code-coverage 12.3.2 diff --git a/sources b/sources index 37c493a..4cf5472 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit12-12.2.8-49dc7c0.tgz) = a1e41581a793edd413ba9e989e3619b5a281a4fd6d012ecfec87c87b9c79fdae7441131c845052e39e065ba87a64003ee1a344cb88ec24e2772d9bac08974536 +SHA512 (phpunit12-12.2.9-442c06d.tgz) = 8dff8091eec89096d3bb44d63e89f847a8c5de791e53af6fb43da825276b701344767ff5c2e82cb45481c7eb7dd7477760919dd408b4e2dccd4315ded10ddc20 From ee2a5249cf713610a703bc253a2eda92ade97940 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 31 Jul 2025 11:22:25 +0200 Subject: [PATCH 05/33] v12.2.9 (cherry picked from commit a57beaf5bd2ab08cfa54ec4d42b8ba751c2bcf1c) --- .gitignore | 1 + phpunit12.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 2f561d0..bb7de01 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /phpunit12-12.2.6-638644c.tgz /phpunit12-12.2.7-8b1348b.tgz /phpunit12-12.2.8-49dc7c0.tgz +/phpunit12-12.2.9-442c06d.tgz diff --git a/phpunit12.spec b/phpunit12.spec index 6fee4dc..f280526 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit 49dc7c0669b97c7a36f63411635f48eedc140eb4 -%global gh_date 2025-07-30 +%global gh_commit 442c06d0a952a5dbffba181cff969b91fdc9bada +%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 12 %global ver_minor 2 -%global upstream_version 12.2.8 +%global upstream_version 12.2.9 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -237,6 +237,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 @@ -283,6 +284,9 @@ exit $ret %changelog +* Thu Jul 31 2025 Remi Collet - 12.2.9-1 +- update to 12.2.9 + * Wed Jul 30 2025 Remi Collet - 12.2.8-1 - update to 12.2.8 - raise dependency on phpunit/php-code-coverage 12.3.2 diff --git a/sources b/sources index 37c493a..4cf5472 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit12-12.2.8-49dc7c0.tgz) = a1e41581a793edd413ba9e989e3619b5a281a4fd6d012ecfec87c87b9c79fdae7441131c845052e39e065ba87a64003ee1a344cb88ec24e2772d9bac08974536 +SHA512 (phpunit12-12.2.9-442c06d.tgz) = 8dff8091eec89096d3bb44d63e89f847a8c5de791e53af6fb43da825276b701344767ff5c2e82cb45481c7eb7dd7477760919dd408b4e2dccd4315ded10ddc20 From 210148fd7eeb12e77a19a604b1b09936f6603a05 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 1 Aug 2025 10:18:01 +0200 Subject: [PATCH 06/33] v12.3.0 --- .gitignore | 1 + phpunit12.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index bb7de01..61cbeab 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /phpunit12-12.2.7-8b1348b.tgz /phpunit12-12.2.8-49dc7c0.tgz /phpunit12-12.2.9-442c06d.tgz +/phpunit12-12.3.0-264da86.tgz diff --git a/phpunit12.spec b/phpunit12.spec index 049331b..59c8f04 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit 442c06d0a952a5dbffba181cff969b91fdc9bada -%global gh_date 2025-07-31 +%global gh_commit 264da860d6fe0d00582355a6ecbbf7ae57b44895 +%global gh_date 2025-08-01 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -28,9 +28,9 @@ %global ns_vendor PHPUnit12 %global php_home %{_datadir}/php %global ver_major 12 -%global ver_minor 2 +%global ver_minor 3 -%global upstream_version 12.2.9 +%global upstream_version 12.3.0 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -284,6 +284,9 @@ exit $ret %changelog +* Fri Aug 1 2025 Remi Collet - 12.3.0-1 +- update to 12.3.0 + * Thu Jul 31 2025 Remi Collet - 12.2.9-1 - update to 12.2.9 diff --git a/sources b/sources index 4cf5472..2f221cd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit12-12.2.9-442c06d.tgz) = 8dff8091eec89096d3bb44d63e89f847a8c5de791e53af6fb43da825276b701344767ff5c2e82cb45481c7eb7dd7477760919dd408b4e2dccd4315ded10ddc20 +SHA512 (phpunit12-12.3.0-264da86.tgz) = ef4e27f72bab7bfccc112ca619cb3b17fcb54c65705acf0bae8d6e565790e0ac8a006e50cccbe4ad3db989a06786106502ddff9e10cb4445135ae1968ddcdafd From 3f033378900c248f76e637408ca2d458e0cc3c04 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 1 Aug 2025 10:18:01 +0200 Subject: [PATCH 07/33] v12.3.0 (cherry picked from commit 210148fd7eeb12e77a19a604b1b09936f6603a05) --- .gitignore | 1 + phpunit12.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index bb7de01..61cbeab 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /phpunit12-12.2.7-8b1348b.tgz /phpunit12-12.2.8-49dc7c0.tgz /phpunit12-12.2.9-442c06d.tgz +/phpunit12-12.3.0-264da86.tgz diff --git a/phpunit12.spec b/phpunit12.spec index f280526..ae3de16 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit 442c06d0a952a5dbffba181cff969b91fdc9bada -%global gh_date 2025-07-31 +%global gh_commit 264da860d6fe0d00582355a6ecbbf7ae57b44895 +%global gh_date 2025-08-01 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -28,9 +28,9 @@ %global ns_vendor PHPUnit12 %global php_home %{_datadir}/php %global ver_major 12 -%global ver_minor 2 +%global ver_minor 3 -%global upstream_version 12.2.9 +%global upstream_version 12.3.0 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -284,6 +284,9 @@ exit $ret %changelog +* Fri Aug 1 2025 Remi Collet - 12.3.0-1 +- update to 12.3.0 + * Thu Jul 31 2025 Remi Collet - 12.2.9-1 - update to 12.2.9 diff --git a/sources b/sources index 4cf5472..2f221cd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit12-12.2.9-442c06d.tgz) = 8dff8091eec89096d3bb44d63e89f847a8c5de791e53af6fb43da825276b701344767ff5c2e82cb45481c7eb7dd7477760919dd408b4e2dccd4315ded10ddc20 +SHA512 (phpunit12-12.3.0-264da86.tgz) = ef4e27f72bab7bfccc112ca619cb3b17fcb54c65705acf0bae8d6e565790e0ac8a006e50cccbe4ad3db989a06786106502ddff9e10cb4445135ae1968ddcdafd From f0d0dfa21a289298b2c65de5b767adffd01d1d0f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Aug 2025 15:17:39 +0200 Subject: [PATCH 08/33] v12.3.7 --- .gitignore | 1 + phpunit12.spec | 40 ++++++++++++++++++++++------------------ sources | 2 +- 3 files changed, 24 insertions(+), 19 deletions(-) diff --git a/.gitignore b/.gitignore index 61cbeab..9611822 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /phpunit12-12.2.8-49dc7c0.tgz /phpunit12-12.2.9-442c06d.tgz /phpunit12-12.3.0-264da86.tgz +/phpunit12-12.3.7-b8fa997.tgz diff --git a/phpunit12.spec b/phpunit12.spec index 59c8f04..1707915 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit 264da860d6fe0d00582355a6ecbbf7ae57b44895 -%global gh_date 2025-08-01 +%global gh_commit b8fa997c49682979ad6bfaa0d7fb25f54954965e +%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 12 %global ver_minor 3 -%global upstream_version 12.3.0 +%global upstream_version 12.3.7 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -49,22 +49,22 @@ Patch0: %{name}-rpm.patch BuildArch: noarch BuildRequires: php(language) >= 8.3 -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) >= 12.3.2 with php-composer(phpunit/php-code-coverage) < 13) +BuildRequires: (php-composer(phpunit/php-code-coverage) >= 12.3.3 with php-composer(phpunit/php-code-coverage) < 13) BuildRequires: (php-composer(phpunit/php-file-iterator) >= 6.0.0 with php-composer(phpunit/php-file-iterator) < 7) BuildRequires: (php-composer(phpunit/php-invoker) >= 6.0.0 with php-composer(phpunit/php-invoker) < 7) BuildRequires: (php-composer(phpunit/php-text-template) >= 5.0.0 with php-composer(phpunit/php-text-template) < 6) BuildRequires: (php-composer(phpunit/php-timer) >= 8.0.0 with php-composer(phpunit/php-timer) < 9) BuildRequires: (php-composer(sebastian/cli-parser) >= 4.0.0 with php-composer(sebastian/cli-parser) < 5) -BuildRequires: (php-composer(sebastian/comparator) >= 7.1.0 with php-composer(sebastian/comparator) < 8) +BuildRequires: (php-composer(sebastian/comparator) >= 7.1.3 with php-composer(sebastian/comparator) < 8) BuildRequires: (php-composer(sebastian/diff) >= 7.0.0 with php-composer(sebastian/diff) < 8) -BuildRequires: (php-composer(sebastian/environment) >= 8.0.2 with php-composer(sebastian/environment) < 9) +BuildRequires: (php-composer(sebastian/environment) >= 8.0.3 with php-composer(sebastian/environment) < 9) BuildRequires: (php-composer(sebastian/exporter) >= 7.0.0 with php-composer(sebastian/exporter) < 8) BuildRequires: (php-composer(sebastian/global-state) >= 8.0.0 with php-composer(sebastian/global-state) < 9) BuildRequires: (php-composer(sebastian/object-enumerator) >= 7.0.0 with php-composer(sebastian/object-enumerator) < 8) -BuildRequires: (php-composer(sebastian/type) >= 6.0.2 with php-composer(sebastian/type) < 7) +BuildRequires: (php-composer(sebastian/type) >= 6.0.3 with php-composer(sebastian/type) < 7) BuildRequires: (php-composer(sebastian/version) >= 6.0.0 with php-composer(sebastian/version) < 7) BuildRequires: (php-composer(staabm/side-effects-detector) >= 1.0.5 with php-composer(staabm/side-effects-detector) < 2) BuildRequires: php-dom @@ -84,22 +84,22 @@ 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": "^12.3.2", +# "phpunit/php-code-coverage": "^12.3.3", # "phpunit/php-file-iterator": "^6.0.0", # "phpunit/php-invoker": "^6.0.0", # "phpunit/php-text-template": "^5.0.0", # "phpunit/php-timer": "^8.0.0", # "sebastian/cli-parser": "^4.0.0", -# "sebastian/comparator": "^7.1.0", +# "sebastian/comparator": "^7.1.3", # "sebastian/diff": "^7.0.0", -# "sebastian/environment": "^8.0.2", +# "sebastian/environment": "^8.0.3", # "sebastian/exporter": "^7.0.0", # "sebastian/global-state": "^8.0.0", # "sebastian/object-enumerator": "^7.0.0", -# "sebastian/type": "^6.0.2", +# "sebastian/type": "^6.0.3", # "sebastian/version": "^6.0.0", # "staabm/side-effects-detector": "^1.0.5" Requires: php(language) >= 8.3 @@ -110,22 +110,22 @@ 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) >= 12.3.2 with php-composer(phpunit/php-code-coverage) < 13) +Requires: (php-composer(phpunit/php-code-coverage) >= 12.3.3 with php-composer(phpunit/php-code-coverage) < 13) Requires: (php-composer(phpunit/php-file-iterator) >= 6.0.0 with php-composer(phpunit/php-file-iterator) < 7) Requires: (php-composer(phpunit/php-invoker) >= 6.0.0 with php-composer(phpunit/php-invoker) < 7) Requires: (php-composer(phpunit/php-text-template) >= 5.0.0 with php-composer(phpunit/php-text-template) < 6) Requires: (php-composer(phpunit/php-timer) >= 8.0.0 with php-composer(phpunit/php-timer) < 9) Requires: (php-composer(sebastian/cli-parser) >= 4.0.0 with php-composer(sebastian/cli-parser) < 5) -Requires: (php-composer(sebastian/comparator) >= 7.1.0 with php-composer(sebastian/comparator) < 8) +Requires: (php-composer(sebastian/comparator) >= 7.1.3 with php-composer(sebastian/comparator) < 8) Requires: (php-composer(sebastian/diff) >= 7.0.0 with php-composer(sebastian/diff) < 8) -Requires: (php-composer(sebastian/environment) >= 8.0.2 with php-composer(sebastian/environment) < 9) +Requires: (php-composer(sebastian/environment) >= 8.0.3 with php-composer(sebastian/environment) < 9) Requires: (php-composer(sebastian/exporter) >= 7.0.0 with php-composer(sebastian/exporter) < 8) Requires: (php-composer(sebastian/global-state) >= 8.0.0 with php-composer(sebastian/global-state) < 9) Requires: (php-composer(sebastian/object-enumerator) >= 7.0.0 with php-composer(sebastian/object-enumerator) < 8) -Requires: (php-composer(sebastian/type) >= 6.0.2 with php-composer(sebastian/type) < 7) +Requires: (php-composer(sebastian/type) >= 6.0.3 with php-composer(sebastian/type) < 7) Requires: (php-composer(sebastian/version) >= 6.0.0 with php-composer(sebastian/version) < 7) Requires: (php-composer(staabm/side-effects-detector) >= 1.0.5 with php-composer(staabm/side-effects-detector) < 2) # recommends latest versions @@ -284,6 +284,10 @@ exit $ret %changelog +* Thu Aug 28 2025 Remi Collet - 12.3.7-1 +- update to 12.3.7 +- raise dependency on phpunit/php-code-coverage 12.3.3 + * Fri Aug 1 2025 Remi Collet - 12.3.0-1 - update to 12.3.0 diff --git a/sources b/sources index 2f221cd..ca03583 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit12-12.3.0-264da86.tgz) = ef4e27f72bab7bfccc112ca619cb3b17fcb54c65705acf0bae8d6e565790e0ac8a006e50cccbe4ad3db989a06786106502ddff9e10cb4445135ae1968ddcdafd +SHA512 (phpunit12-12.3.7-b8fa997.tgz) = 9cef580e108eff12ce758d8f67f06abd2e169a496f26e087a6600d84e47b10c3afa7ecdda8fa6630401fb11ef2e7cfd5dd3bd7f830a247511b1e2ba4f726ddbb From abb277250e26c3f6d6e840ef0bb3bd3e220192f6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Aug 2025 15:17:39 +0200 Subject: [PATCH 09/33] v12.3.7 (cherry picked from commit f0d0dfa21a289298b2c65de5b767adffd01d1d0f) --- .gitignore | 1 + phpunit12.spec | 40 ++++++++++++++++++++++------------------ sources | 2 +- 3 files changed, 24 insertions(+), 19 deletions(-) diff --git a/.gitignore b/.gitignore index 61cbeab..9611822 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /phpunit12-12.2.8-49dc7c0.tgz /phpunit12-12.2.9-442c06d.tgz /phpunit12-12.3.0-264da86.tgz +/phpunit12-12.3.7-b8fa997.tgz diff --git a/phpunit12.spec b/phpunit12.spec index ae3de16..51c39c0 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit 264da860d6fe0d00582355a6ecbbf7ae57b44895 -%global gh_date 2025-08-01 +%global gh_commit b8fa997c49682979ad6bfaa0d7fb25f54954965e +%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 12 %global ver_minor 3 -%global upstream_version 12.3.0 +%global upstream_version 12.3.7 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -49,22 +49,22 @@ Patch0: %{name}-rpm.patch BuildArch: noarch BuildRequires: php(language) >= 8.3 -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) >= 12.3.2 with php-composer(phpunit/php-code-coverage) < 13) +BuildRequires: (php-composer(phpunit/php-code-coverage) >= 12.3.3 with php-composer(phpunit/php-code-coverage) < 13) BuildRequires: (php-composer(phpunit/php-file-iterator) >= 6.0.0 with php-composer(phpunit/php-file-iterator) < 7) BuildRequires: (php-composer(phpunit/php-invoker) >= 6.0.0 with php-composer(phpunit/php-invoker) < 7) BuildRequires: (php-composer(phpunit/php-text-template) >= 5.0.0 with php-composer(phpunit/php-text-template) < 6) BuildRequires: (php-composer(phpunit/php-timer) >= 8.0.0 with php-composer(phpunit/php-timer) < 9) BuildRequires: (php-composer(sebastian/cli-parser) >= 4.0.0 with php-composer(sebastian/cli-parser) < 5) -BuildRequires: (php-composer(sebastian/comparator) >= 7.1.0 with php-composer(sebastian/comparator) < 8) +BuildRequires: (php-composer(sebastian/comparator) >= 7.1.3 with php-composer(sebastian/comparator) < 8) BuildRequires: (php-composer(sebastian/diff) >= 7.0.0 with php-composer(sebastian/diff) < 8) -BuildRequires: (php-composer(sebastian/environment) >= 8.0.2 with php-composer(sebastian/environment) < 9) +BuildRequires: (php-composer(sebastian/environment) >= 8.0.3 with php-composer(sebastian/environment) < 9) BuildRequires: (php-composer(sebastian/exporter) >= 7.0.0 with php-composer(sebastian/exporter) < 8) BuildRequires: (php-composer(sebastian/global-state) >= 8.0.0 with php-composer(sebastian/global-state) < 9) BuildRequires: (php-composer(sebastian/object-enumerator) >= 7.0.0 with php-composer(sebastian/object-enumerator) < 8) -BuildRequires: (php-composer(sebastian/type) >= 6.0.2 with php-composer(sebastian/type) < 7) +BuildRequires: (php-composer(sebastian/type) >= 6.0.3 with php-composer(sebastian/type) < 7) BuildRequires: (php-composer(sebastian/version) >= 6.0.0 with php-composer(sebastian/version) < 7) BuildRequires: (php-composer(staabm/side-effects-detector) >= 1.0.5 with php-composer(staabm/side-effects-detector) < 2) BuildRequires: php-dom @@ -84,22 +84,22 @@ 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": "^12.3.2", +# "phpunit/php-code-coverage": "^12.3.3", # "phpunit/php-file-iterator": "^6.0.0", # "phpunit/php-invoker": "^6.0.0", # "phpunit/php-text-template": "^5.0.0", # "phpunit/php-timer": "^8.0.0", # "sebastian/cli-parser": "^4.0.0", -# "sebastian/comparator": "^7.1.0", +# "sebastian/comparator": "^7.1.3", # "sebastian/diff": "^7.0.0", -# "sebastian/environment": "^8.0.2", +# "sebastian/environment": "^8.0.3", # "sebastian/exporter": "^7.0.0", # "sebastian/global-state": "^8.0.0", # "sebastian/object-enumerator": "^7.0.0", -# "sebastian/type": "^6.0.2", +# "sebastian/type": "^6.0.3", # "sebastian/version": "^6.0.0", # "staabm/side-effects-detector": "^1.0.5" Requires: php(language) >= 8.3 @@ -110,22 +110,22 @@ 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) >= 12.3.2 with php-composer(phpunit/php-code-coverage) < 13) +Requires: (php-composer(phpunit/php-code-coverage) >= 12.3.3 with php-composer(phpunit/php-code-coverage) < 13) Requires: (php-composer(phpunit/php-file-iterator) >= 6.0.0 with php-composer(phpunit/php-file-iterator) < 7) Requires: (php-composer(phpunit/php-invoker) >= 6.0.0 with php-composer(phpunit/php-invoker) < 7) Requires: (php-composer(phpunit/php-text-template) >= 5.0.0 with php-composer(phpunit/php-text-template) < 6) Requires: (php-composer(phpunit/php-timer) >= 8.0.0 with php-composer(phpunit/php-timer) < 9) Requires: (php-composer(sebastian/cli-parser) >= 4.0.0 with php-composer(sebastian/cli-parser) < 5) -Requires: (php-composer(sebastian/comparator) >= 7.1.0 with php-composer(sebastian/comparator) < 8) +Requires: (php-composer(sebastian/comparator) >= 7.1.3 with php-composer(sebastian/comparator) < 8) Requires: (php-composer(sebastian/diff) >= 7.0.0 with php-composer(sebastian/diff) < 8) -Requires: (php-composer(sebastian/environment) >= 8.0.2 with php-composer(sebastian/environment) < 9) +Requires: (php-composer(sebastian/environment) >= 8.0.3 with php-composer(sebastian/environment) < 9) Requires: (php-composer(sebastian/exporter) >= 7.0.0 with php-composer(sebastian/exporter) < 8) Requires: (php-composer(sebastian/global-state) >= 8.0.0 with php-composer(sebastian/global-state) < 9) Requires: (php-composer(sebastian/object-enumerator) >= 7.0.0 with php-composer(sebastian/object-enumerator) < 8) -Requires: (php-composer(sebastian/type) >= 6.0.2 with php-composer(sebastian/type) < 7) +Requires: (php-composer(sebastian/type) >= 6.0.3 with php-composer(sebastian/type) < 7) Requires: (php-composer(sebastian/version) >= 6.0.0 with php-composer(sebastian/version) < 7) Requires: (php-composer(staabm/side-effects-detector) >= 1.0.5 with php-composer(staabm/side-effects-detector) < 2) # recommends latest versions @@ -284,6 +284,10 @@ exit $ret %changelog +* Thu Aug 28 2025 Remi Collet - 12.3.7-1 +- update to 12.3.7 +- raise dependency on phpunit/php-code-coverage 12.3.3 + * Fri Aug 1 2025 Remi Collet - 12.3.0-1 - update to 12.3.0 diff --git a/sources b/sources index 2f221cd..ca03583 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit12-12.3.0-264da86.tgz) = ef4e27f72bab7bfccc112ca619cb3b17fcb54c65705acf0bae8d6e565790e0ac8a006e50cccbe4ad3db989a06786106502ddff9e10cb4445135ae1968ddcdafd +SHA512 (phpunit12-12.3.7-b8fa997.tgz) = 9cef580e108eff12ce758d8f67f06abd2e169a496f26e087a6600d84e47b10c3afa7ecdda8fa6630401fb11ef2e7cfd5dd3bd7f830a247511b1e2ba4f726ddbb From eaa4d81bc0a9739e8de274845798e40a74543fc6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 Sep 2025 09:26:12 +0200 Subject: [PATCH 10/33] update to 12.3.8 raise dependency on phpunit/php-code-coverage 12.3.6 raise dependency on sebastian/global-state 8.0.2 --- .gitignore | 1 + phpunit12.spec | 23 ++++++++++++++--------- sources | 2 +- 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 9611822..e76ae1e 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /phpunit12-12.2.9-442c06d.tgz /phpunit12-12.3.0-264da86.tgz /phpunit12-12.3.7-b8fa997.tgz +/phpunit12-12.3.8-9d68c1b.tgz diff --git a/phpunit12.spec b/phpunit12.spec index 1707915..1b3c0ab 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit b8fa997c49682979ad6bfaa0d7fb25f54954965e -%global gh_date 2025-08-28 +%global gh_commit 9d68c1b41fc21aac106c71cde4669fe7b99fca10 +%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 12 %global ver_minor 3 -%global upstream_version 12.3.7 +%global upstream_version 12.3.8 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -52,7 +52,7 @@ BuildRequires: php(language) >= 8.3 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) >= 12.3.3 with php-composer(phpunit/php-code-coverage) < 13) +BuildRequires: (php-composer(phpunit/php-code-coverage) >= 12.3.6 with php-composer(phpunit/php-code-coverage) < 13) BuildRequires: (php-composer(phpunit/php-file-iterator) >= 6.0.0 with php-composer(phpunit/php-file-iterator) < 7) BuildRequires: (php-composer(phpunit/php-invoker) >= 6.0.0 with php-composer(phpunit/php-invoker) < 7) BuildRequires: (php-composer(phpunit/php-text-template) >= 5.0.0 with php-composer(phpunit/php-text-template) < 6) @@ -62,7 +62,7 @@ BuildRequires: (php-composer(sebastian/comparator) >= 7.1.3 with php-c BuildRequires: (php-composer(sebastian/diff) >= 7.0.0 with php-composer(sebastian/diff) < 8) BuildRequires: (php-composer(sebastian/environment) >= 8.0.3 with php-composer(sebastian/environment) < 9) BuildRequires: (php-composer(sebastian/exporter) >= 7.0.0 with php-composer(sebastian/exporter) < 8) -BuildRequires: (php-composer(sebastian/global-state) >= 8.0.0 with php-composer(sebastian/global-state) < 9) +BuildRequires: (php-composer(sebastian/global-state) >= 8.0.2 with php-composer(sebastian/global-state) < 9) BuildRequires: (php-composer(sebastian/object-enumerator) >= 7.0.0 with php-composer(sebastian/object-enumerator) < 8) BuildRequires: (php-composer(sebastian/type) >= 6.0.3 with php-composer(sebastian/type) < 7) BuildRequires: (php-composer(sebastian/version) >= 6.0.0 with php-composer(sebastian/version) < 7) @@ -87,7 +87,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "myclabs/deep-copy": "^1.13.4", # "phar-io/manifest": "^2.0.4", # "phar-io/version": "^3.2.1", -# "phpunit/php-code-coverage": "^12.3.3", +# "phpunit/php-code-coverage": "^12.3.6", # "phpunit/php-file-iterator": "^6.0.0", # "phpunit/php-invoker": "^6.0.0", # "phpunit/php-text-template": "^5.0.0", @@ -97,7 +97,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "sebastian/diff": "^7.0.0", # "sebastian/environment": "^8.0.3", # "sebastian/exporter": "^7.0.0", -# "sebastian/global-state": "^8.0.0", +# "sebastian/global-state": "^8.0.2", # "sebastian/object-enumerator": "^7.0.0", # "sebastian/type": "^6.0.3", # "sebastian/version": "^6.0.0", @@ -113,7 +113,7 @@ Requires: php-xmlwriter 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) >= 12.3.3 with php-composer(phpunit/php-code-coverage) < 13) +Requires: (php-composer(phpunit/php-code-coverage) >= 12.3.6 with php-composer(phpunit/php-code-coverage) < 13) Requires: (php-composer(phpunit/php-file-iterator) >= 6.0.0 with php-composer(phpunit/php-file-iterator) < 7) Requires: (php-composer(phpunit/php-invoker) >= 6.0.0 with php-composer(phpunit/php-invoker) < 7) Requires: (php-composer(phpunit/php-text-template) >= 5.0.0 with php-composer(phpunit/php-text-template) < 6) @@ -123,7 +123,7 @@ Requires: (php-composer(sebastian/comparator) >= 7.1.3 with php-c Requires: (php-composer(sebastian/diff) >= 7.0.0 with php-composer(sebastian/diff) < 8) Requires: (php-composer(sebastian/environment) >= 8.0.3 with php-composer(sebastian/environment) < 9) Requires: (php-composer(sebastian/exporter) >= 7.0.0 with php-composer(sebastian/exporter) < 8) -Requires: (php-composer(sebastian/global-state) >= 8.0.0 with php-composer(sebastian/global-state) < 9) +Requires: (php-composer(sebastian/global-state) >= 8.0.2 with php-composer(sebastian/global-state) < 9) Requires: (php-composer(sebastian/object-enumerator) >= 7.0.0 with php-composer(sebastian/object-enumerator) < 8) Requires: (php-composer(sebastian/type) >= 6.0.3 with php-composer(sebastian/type) < 7) Requires: (php-composer(sebastian/version) >= 6.0.0 with php-composer(sebastian/version) < 7) @@ -284,6 +284,11 @@ exit $ret %changelog +* Wed Sep 3 2025 Remi Collet - 12.3.8-1 +- update to 12.3.8 +- raise dependency on phpunit/php-code-coverage 12.3.6 +- raise dependency on sebastian/global-state 8.0.2 + * Thu Aug 28 2025 Remi Collet - 12.3.7-1 - update to 12.3.7 - raise dependency on phpunit/php-code-coverage 12.3.3 diff --git a/sources b/sources index ca03583..33750b8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit12-12.3.7-b8fa997.tgz) = 9cef580e108eff12ce758d8f67f06abd2e169a496f26e087a6600d84e47b10c3afa7ecdda8fa6630401fb11ef2e7cfd5dd3bd7f830a247511b1e2ba4f726ddbb +SHA512 (phpunit12-12.3.8-9d68c1b.tgz) = dca94a29c180d2cee7c2dff3b78d701b678a4e1c18c33edae9b0f3d343cf2c8d3d30bf2f848b57b7a3eda02b34f5c481f7988967e5433f858ba21ff7b5bdf0b5 From 9d200f38f13fd73a31a7216dd60ef908e4f5d28c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 Sep 2025 09:26:12 +0200 Subject: [PATCH 11/33] update to 12.3.8 raise dependency on phpunit/php-code-coverage 12.3.6 raise dependency on sebastian/global-state 8.0.2 (cherry picked from commit eaa4d81bc0a9739e8de274845798e40a74543fc6) --- .gitignore | 1 + phpunit12.spec | 23 ++++++++++++++--------- sources | 2 +- 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 9611822..e76ae1e 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /phpunit12-12.2.9-442c06d.tgz /phpunit12-12.3.0-264da86.tgz /phpunit12-12.3.7-b8fa997.tgz +/phpunit12-12.3.8-9d68c1b.tgz diff --git a/phpunit12.spec b/phpunit12.spec index 51c39c0..e2c734a 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit b8fa997c49682979ad6bfaa0d7fb25f54954965e -%global gh_date 2025-08-28 +%global gh_commit 9d68c1b41fc21aac106c71cde4669fe7b99fca10 +%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 12 %global ver_minor 3 -%global upstream_version 12.3.7 +%global upstream_version 12.3.8 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -52,7 +52,7 @@ BuildRequires: php(language) >= 8.3 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) >= 12.3.3 with php-composer(phpunit/php-code-coverage) < 13) +BuildRequires: (php-composer(phpunit/php-code-coverage) >= 12.3.6 with php-composer(phpunit/php-code-coverage) < 13) BuildRequires: (php-composer(phpunit/php-file-iterator) >= 6.0.0 with php-composer(phpunit/php-file-iterator) < 7) BuildRequires: (php-composer(phpunit/php-invoker) >= 6.0.0 with php-composer(phpunit/php-invoker) < 7) BuildRequires: (php-composer(phpunit/php-text-template) >= 5.0.0 with php-composer(phpunit/php-text-template) < 6) @@ -62,7 +62,7 @@ BuildRequires: (php-composer(sebastian/comparator) >= 7.1.3 with php-c BuildRequires: (php-composer(sebastian/diff) >= 7.0.0 with php-composer(sebastian/diff) < 8) BuildRequires: (php-composer(sebastian/environment) >= 8.0.3 with php-composer(sebastian/environment) < 9) BuildRequires: (php-composer(sebastian/exporter) >= 7.0.0 with php-composer(sebastian/exporter) < 8) -BuildRequires: (php-composer(sebastian/global-state) >= 8.0.0 with php-composer(sebastian/global-state) < 9) +BuildRequires: (php-composer(sebastian/global-state) >= 8.0.2 with php-composer(sebastian/global-state) < 9) BuildRequires: (php-composer(sebastian/object-enumerator) >= 7.0.0 with php-composer(sebastian/object-enumerator) < 8) BuildRequires: (php-composer(sebastian/type) >= 6.0.3 with php-composer(sebastian/type) < 7) BuildRequires: (php-composer(sebastian/version) >= 6.0.0 with php-composer(sebastian/version) < 7) @@ -87,7 +87,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "myclabs/deep-copy": "^1.13.4", # "phar-io/manifest": "^2.0.4", # "phar-io/version": "^3.2.1", -# "phpunit/php-code-coverage": "^12.3.3", +# "phpunit/php-code-coverage": "^12.3.6", # "phpunit/php-file-iterator": "^6.0.0", # "phpunit/php-invoker": "^6.0.0", # "phpunit/php-text-template": "^5.0.0", @@ -97,7 +97,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "sebastian/diff": "^7.0.0", # "sebastian/environment": "^8.0.3", # "sebastian/exporter": "^7.0.0", -# "sebastian/global-state": "^8.0.0", +# "sebastian/global-state": "^8.0.2", # "sebastian/object-enumerator": "^7.0.0", # "sebastian/type": "^6.0.3", # "sebastian/version": "^6.0.0", @@ -113,7 +113,7 @@ Requires: php-xmlwriter 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) >= 12.3.3 with php-composer(phpunit/php-code-coverage) < 13) +Requires: (php-composer(phpunit/php-code-coverage) >= 12.3.6 with php-composer(phpunit/php-code-coverage) < 13) Requires: (php-composer(phpunit/php-file-iterator) >= 6.0.0 with php-composer(phpunit/php-file-iterator) < 7) Requires: (php-composer(phpunit/php-invoker) >= 6.0.0 with php-composer(phpunit/php-invoker) < 7) Requires: (php-composer(phpunit/php-text-template) >= 5.0.0 with php-composer(phpunit/php-text-template) < 6) @@ -123,7 +123,7 @@ Requires: (php-composer(sebastian/comparator) >= 7.1.3 with php-c Requires: (php-composer(sebastian/diff) >= 7.0.0 with php-composer(sebastian/diff) < 8) Requires: (php-composer(sebastian/environment) >= 8.0.3 with php-composer(sebastian/environment) < 9) Requires: (php-composer(sebastian/exporter) >= 7.0.0 with php-composer(sebastian/exporter) < 8) -Requires: (php-composer(sebastian/global-state) >= 8.0.0 with php-composer(sebastian/global-state) < 9) +Requires: (php-composer(sebastian/global-state) >= 8.0.2 with php-composer(sebastian/global-state) < 9) Requires: (php-composer(sebastian/object-enumerator) >= 7.0.0 with php-composer(sebastian/object-enumerator) < 8) Requires: (php-composer(sebastian/type) >= 6.0.3 with php-composer(sebastian/type) < 7) Requires: (php-composer(sebastian/version) >= 6.0.0 with php-composer(sebastian/version) < 7) @@ -284,6 +284,11 @@ exit $ret %changelog +* Wed Sep 3 2025 Remi Collet - 12.3.8-1 +- update to 12.3.8 +- raise dependency on phpunit/php-code-coverage 12.3.6 +- raise dependency on sebastian/global-state 8.0.2 + * Thu Aug 28 2025 Remi Collet - 12.3.7-1 - update to 12.3.7 - raise dependency on phpunit/php-code-coverage 12.3.3 diff --git a/sources b/sources index ca03583..33750b8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit12-12.3.7-b8fa997.tgz) = 9cef580e108eff12ce758d8f67f06abd2e169a496f26e087a6600d84e47b10c3afa7ecdda8fa6630401fb11ef2e7cfd5dd3bd7f830a247511b1e2ba4f726ddbb +SHA512 (phpunit12-12.3.8-9d68c1b.tgz) = dca94a29c180d2cee7c2dff3b78d701b678a4e1c18c33edae9b0f3d343cf2c8d3d30bf2f848b57b7a3eda02b34f5c481f7988967e5433f858ba21ff7b5bdf0b5 From 340c802bf7da3fc2140746bbc8a8cae4e0392be7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 11 Sep 2025 09:47:56 +0200 Subject: [PATCH 12/33] update to 12.3.9 raise dependency on phpunit/php-code-coverage 12.3.7 --- .gitignore | 1 + phpunit12.spec | 16 ++++++++++------ sources | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index e76ae1e..ba6937f 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /phpunit12-12.3.0-264da86.tgz /phpunit12-12.3.7-b8fa997.tgz /phpunit12-12.3.8-9d68c1b.tgz +/phpunit12-12.3.9-bcaadc4.tgz diff --git a/phpunit12.spec b/phpunit12.spec index 1b3c0ab..5166747 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit 9d68c1b41fc21aac106c71cde4669fe7b99fca10 -%global gh_date 2025-09-03 +%global gh_commit bcaadc492e1424a6ebdd997259b7b3e788e895c0 +%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 12 %global ver_minor 3 -%global upstream_version 12.3.8 +%global upstream_version 12.3.9 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -52,7 +52,7 @@ BuildRequires: php(language) >= 8.3 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) >= 12.3.6 with php-composer(phpunit/php-code-coverage) < 13) +BuildRequires: (php-composer(phpunit/php-code-coverage) >= 12.3.7 with php-composer(phpunit/php-code-coverage) < 13) BuildRequires: (php-composer(phpunit/php-file-iterator) >= 6.0.0 with php-composer(phpunit/php-file-iterator) < 7) BuildRequires: (php-composer(phpunit/php-invoker) >= 6.0.0 with php-composer(phpunit/php-invoker) < 7) BuildRequires: (php-composer(phpunit/php-text-template) >= 5.0.0 with php-composer(phpunit/php-text-template) < 6) @@ -87,7 +87,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "myclabs/deep-copy": "^1.13.4", # "phar-io/manifest": "^2.0.4", # "phar-io/version": "^3.2.1", -# "phpunit/php-code-coverage": "^12.3.6", +# "phpunit/php-code-coverage": "^12.3.7", # "phpunit/php-file-iterator": "^6.0.0", # "phpunit/php-invoker": "^6.0.0", # "phpunit/php-text-template": "^5.0.0", @@ -113,7 +113,7 @@ Requires: php-xmlwriter 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) >= 12.3.6 with php-composer(phpunit/php-code-coverage) < 13) +Requires: (php-composer(phpunit/php-code-coverage) >= 12.3.7 with php-composer(phpunit/php-code-coverage) < 13) Requires: (php-composer(phpunit/php-file-iterator) >= 6.0.0 with php-composer(phpunit/php-file-iterator) < 7) Requires: (php-composer(phpunit/php-invoker) >= 6.0.0 with php-composer(phpunit/php-invoker) < 7) Requires: (php-composer(phpunit/php-text-template) >= 5.0.0 with php-composer(phpunit/php-text-template) < 6) @@ -284,6 +284,10 @@ exit $ret %changelog +* Thu Sep 11 2025 Remi Collet - 12.3.9-1 +- update to 12.3.9 +- raise dependency on phpunit/php-code-coverage 12.3.7 + * Wed Sep 3 2025 Remi Collet - 12.3.8-1 - update to 12.3.8 - raise dependency on phpunit/php-code-coverage 12.3.6 diff --git a/sources b/sources index 33750b8..c58de7b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit12-12.3.8-9d68c1b.tgz) = dca94a29c180d2cee7c2dff3b78d701b678a4e1c18c33edae9b0f3d343cf2c8d3d30bf2f848b57b7a3eda02b34f5c481f7988967e5433f858ba21ff7b5bdf0b5 +SHA512 (phpunit12-12.3.9-bcaadc4.tgz) = d35ef3d88f905a04574c20fe5e718d5eadf9a2198d389b83cdb23137417371771d5a92e42302dba37469e18e2679cf9c6a2f746d946c1e38f5a989f41f8e4d16 From 1a0b4c67c3f55d7f046d93c3bee43cb0ddba3f2f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 11 Sep 2025 09:47:56 +0200 Subject: [PATCH 13/33] update to 12.3.9 raise dependency on phpunit/php-code-coverage 12.3.7 (cherry picked from commit 340c802bf7da3fc2140746bbc8a8cae4e0392be7) --- .gitignore | 1 + phpunit12.spec | 16 ++++++++++------ sources | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index e76ae1e..ba6937f 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /phpunit12-12.3.0-264da86.tgz /phpunit12-12.3.7-b8fa997.tgz /phpunit12-12.3.8-9d68c1b.tgz +/phpunit12-12.3.9-bcaadc4.tgz diff --git a/phpunit12.spec b/phpunit12.spec index e2c734a..a496d96 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit 9d68c1b41fc21aac106c71cde4669fe7b99fca10 -%global gh_date 2025-09-03 +%global gh_commit bcaadc492e1424a6ebdd997259b7b3e788e895c0 +%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 12 %global ver_minor 3 -%global upstream_version 12.3.8 +%global upstream_version 12.3.9 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -52,7 +52,7 @@ BuildRequires: php(language) >= 8.3 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) >= 12.3.6 with php-composer(phpunit/php-code-coverage) < 13) +BuildRequires: (php-composer(phpunit/php-code-coverage) >= 12.3.7 with php-composer(phpunit/php-code-coverage) < 13) BuildRequires: (php-composer(phpunit/php-file-iterator) >= 6.0.0 with php-composer(phpunit/php-file-iterator) < 7) BuildRequires: (php-composer(phpunit/php-invoker) >= 6.0.0 with php-composer(phpunit/php-invoker) < 7) BuildRequires: (php-composer(phpunit/php-text-template) >= 5.0.0 with php-composer(phpunit/php-text-template) < 6) @@ -87,7 +87,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "myclabs/deep-copy": "^1.13.4", # "phar-io/manifest": "^2.0.4", # "phar-io/version": "^3.2.1", -# "phpunit/php-code-coverage": "^12.3.6", +# "phpunit/php-code-coverage": "^12.3.7", # "phpunit/php-file-iterator": "^6.0.0", # "phpunit/php-invoker": "^6.0.0", # "phpunit/php-text-template": "^5.0.0", @@ -113,7 +113,7 @@ Requires: php-xmlwriter 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) >= 12.3.6 with php-composer(phpunit/php-code-coverage) < 13) +Requires: (php-composer(phpunit/php-code-coverage) >= 12.3.7 with php-composer(phpunit/php-code-coverage) < 13) Requires: (php-composer(phpunit/php-file-iterator) >= 6.0.0 with php-composer(phpunit/php-file-iterator) < 7) Requires: (php-composer(phpunit/php-invoker) >= 6.0.0 with php-composer(phpunit/php-invoker) < 7) Requires: (php-composer(phpunit/php-text-template) >= 5.0.0 with php-composer(phpunit/php-text-template) < 6) @@ -284,6 +284,10 @@ exit $ret %changelog +* Thu Sep 11 2025 Remi Collet - 12.3.9-1 +- update to 12.3.9 +- raise dependency on phpunit/php-code-coverage 12.3.7 + * Wed Sep 3 2025 Remi Collet - 12.3.8-1 - update to 12.3.8 - raise dependency on phpunit/php-code-coverage 12.3.6 diff --git a/sources b/sources index 33750b8..c58de7b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit12-12.3.8-9d68c1b.tgz) = dca94a29c180d2cee7c2dff3b78d701b678a4e1c18c33edae9b0f3d343cf2c8d3d30bf2f848b57b7a3eda02b34f5c481f7988967e5433f858ba21ff7b5bdf0b5 +SHA512 (phpunit12-12.3.9-bcaadc4.tgz) = d35ef3d88f905a04574c20fe5e718d5eadf9a2198d389b83cdb23137417371771d5a92e42302dba37469e18e2679cf9c6a2f746d946c1e38f5a989f41f8e4d16 From 69949fe6ced33157aff73cf14fd7a6d44c02a42d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 11 Sep 2025 14:37:28 +0200 Subject: [PATCH 14/33] v12.310 --- .gitignore | 1 + phpunit12.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ba6937f..1bfaa0d 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ /phpunit12-12.3.7-b8fa997.tgz /phpunit12-12.3.8-9d68c1b.tgz /phpunit12-12.3.9-bcaadc4.tgz +/phpunit12-12.3.10-0d401d0.tgz diff --git a/phpunit12.spec b/phpunit12.spec index 5166747..b2b8ba8 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -16,7 +16,7 @@ %bcond_with defcmd %endif -%global gh_commit bcaadc492e1424a6ebdd997259b7b3e788e895c0 +%global gh_commit 0d401d0df2e3c1703be425ecdc2d04f5c095938d %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 12 %global ver_minor 3 -%global upstream_version 12.3.9 +%global upstream_version 12.3.10 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -284,6 +284,9 @@ exit $ret %changelog +* Thu Sep 11 2025 Remi Collet - 12.3.10-1 +- update to 12.3.10 + * Thu Sep 11 2025 Remi Collet - 12.3.9-1 - update to 12.3.9 - raise dependency on phpunit/php-code-coverage 12.3.7 diff --git a/sources b/sources index c58de7b..2915bb1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit12-12.3.9-bcaadc4.tgz) = d35ef3d88f905a04574c20fe5e718d5eadf9a2198d389b83cdb23137417371771d5a92e42302dba37469e18e2679cf9c6a2f746d946c1e38f5a989f41f8e4d16 +SHA512 (phpunit12-12.3.10-0d401d0.tgz) = 5cd9f73f605c878f03683b946bbab85bd7979388458a860d79b02ba23fa49ffc5afcfc032c94d10ae5243057babccc463bb7d24956a1b70cb22d7ae14f0fe8ba From 08a7512dc9f3042e92186a155f39387860724970 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 11 Sep 2025 14:37:28 +0200 Subject: [PATCH 15/33] v12.310 (cherry picked from commit 69949fe6ced33157aff73cf14fd7a6d44c02a42d) --- .gitignore | 1 + phpunit12.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ba6937f..1bfaa0d 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ /phpunit12-12.3.7-b8fa997.tgz /phpunit12-12.3.8-9d68c1b.tgz /phpunit12-12.3.9-bcaadc4.tgz +/phpunit12-12.3.10-0d401d0.tgz diff --git a/phpunit12.spec b/phpunit12.spec index a496d96..c18efdb 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -16,7 +16,7 @@ %bcond_with defcmd %endif -%global gh_commit bcaadc492e1424a6ebdd997259b7b3e788e895c0 +%global gh_commit 0d401d0df2e3c1703be425ecdc2d04f5c095938d %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 12 %global ver_minor 3 -%global upstream_version 12.3.9 +%global upstream_version 12.3.10 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -284,6 +284,9 @@ exit $ret %changelog +* Thu Sep 11 2025 Remi Collet - 12.3.10-1 +- update to 12.3.10 + * Thu Sep 11 2025 Remi Collet - 12.3.9-1 - update to 12.3.9 - raise dependency on phpunit/php-code-coverage 12.3.7 diff --git a/sources b/sources index c58de7b..2915bb1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit12-12.3.9-bcaadc4.tgz) = d35ef3d88f905a04574c20fe5e718d5eadf9a2198d389b83cdb23137417371771d5a92e42302dba37469e18e2679cf9c6a2f746d946c1e38f5a989f41f8e4d16 +SHA512 (phpunit12-12.3.10-0d401d0.tgz) = 5cd9f73f605c878f03683b946bbab85bd7979388458a860d79b02ba23fa49ffc5afcfc032c94d10ae5243057babccc463bb7d24956a1b70cb22d7ae14f0fe8ba From 08773da073dc5091d79aaf1b21d240b5e9dcea81 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 15 Sep 2025 08:37:51 +0200 Subject: [PATCH 16/33] update to 12.3.11 raise dependency on sebastian/cli-parser 4.1 --- .gitignore | 1 + phpunit12.spec | 16 ++++++++++------ sources | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 1bfaa0d..5e94a23 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /phpunit12-12.3.8-9d68c1b.tgz /phpunit12-12.3.9-bcaadc4.tgz /phpunit12-12.3.10-0d401d0.tgz +/phpunit12-12.3.11-6a62f2b.tgz diff --git a/phpunit12.spec b/phpunit12.spec index b2b8ba8..abac224 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit 0d401d0df2e3c1703be425ecdc2d04f5c095938d -%global gh_date 2025-09-11 +%global gh_commit 6a62f2b394e042884e4997ddc8b8db1ce56a0009 +%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 12 %global ver_minor 3 -%global upstream_version 12.3.10 +%global upstream_version 12.3.11 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -57,7 +57,7 @@ BuildRequires: (php-composer(phpunit/php-file-iterator) >= 6.0.0 with php-c BuildRequires: (php-composer(phpunit/php-invoker) >= 6.0.0 with php-composer(phpunit/php-invoker) < 7) BuildRequires: (php-composer(phpunit/php-text-template) >= 5.0.0 with php-composer(phpunit/php-text-template) < 6) BuildRequires: (php-composer(phpunit/php-timer) >= 8.0.0 with php-composer(phpunit/php-timer) < 9) -BuildRequires: (php-composer(sebastian/cli-parser) >= 4.0.0 with php-composer(sebastian/cli-parser) < 5) +BuildRequires: (php-composer(sebastian/cli-parser) >= 4.1.0 with php-composer(sebastian/cli-parser) < 5) BuildRequires: (php-composer(sebastian/comparator) >= 7.1.3 with php-composer(sebastian/comparator) < 8) BuildRequires: (php-composer(sebastian/diff) >= 7.0.0 with php-composer(sebastian/diff) < 8) BuildRequires: (php-composer(sebastian/environment) >= 8.0.3 with php-composer(sebastian/environment) < 9) @@ -92,7 +92,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "phpunit/php-invoker": "^6.0.0", # "phpunit/php-text-template": "^5.0.0", # "phpunit/php-timer": "^8.0.0", -# "sebastian/cli-parser": "^4.0.0", +# "sebastian/cli-parser": "^4.1.0", # "sebastian/comparator": "^7.1.3", # "sebastian/diff": "^7.0.0", # "sebastian/environment": "^8.0.3", @@ -118,7 +118,7 @@ Requires: (php-composer(phpunit/php-file-iterator) >= 6.0.0 with php-c Requires: (php-composer(phpunit/php-invoker) >= 6.0.0 with php-composer(phpunit/php-invoker) < 7) Requires: (php-composer(phpunit/php-text-template) >= 5.0.0 with php-composer(phpunit/php-text-template) < 6) Requires: (php-composer(phpunit/php-timer) >= 8.0.0 with php-composer(phpunit/php-timer) < 9) -Requires: (php-composer(sebastian/cli-parser) >= 4.0.0 with php-composer(sebastian/cli-parser) < 5) +Requires: (php-composer(sebastian/cli-parser) >= 4.1.0 with php-composer(sebastian/cli-parser) < 5) Requires: (php-composer(sebastian/comparator) >= 7.1.3 with php-composer(sebastian/comparator) < 8) Requires: (php-composer(sebastian/diff) >= 7.0.0 with php-composer(sebastian/diff) < 8) Requires: (php-composer(sebastian/environment) >= 8.0.3 with php-composer(sebastian/environment) < 9) @@ -284,6 +284,10 @@ exit $ret %changelog +* Mon Sep 15 2025 Remi Collet - 12.3.11-1 +- update to 12.3.11 +- raise dependency on sebastian/cli-parser 4.1 + * Thu Sep 11 2025 Remi Collet - 12.3.10-1 - update to 12.3.10 diff --git a/sources b/sources index 2915bb1..5d08e3c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit12-12.3.10-0d401d0.tgz) = 5cd9f73f605c878f03683b946bbab85bd7979388458a860d79b02ba23fa49ffc5afcfc032c94d10ae5243057babccc463bb7d24956a1b70cb22d7ae14f0fe8ba +SHA512 (phpunit12-12.3.11-6a62f2b.tgz) = 196a3be482ba8d3457296f7894a68e88f682cbee2cecb1a10df62358bbb731178912a56c49af3449c03b602f6b572f040ec53af47ba1502e544efa997c66471d From 73605491758d9ed876f76af1a8313d761a4cfb18 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 15 Sep 2025 08:37:51 +0200 Subject: [PATCH 17/33] update to 12.3.11 raise dependency on sebastian/cli-parser 4.1 (cherry picked from commit 08773da073dc5091d79aaf1b21d240b5e9dcea81) --- .gitignore | 1 + phpunit12.spec | 16 ++++++++++------ sources | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 1bfaa0d..5e94a23 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /phpunit12-12.3.8-9d68c1b.tgz /phpunit12-12.3.9-bcaadc4.tgz /phpunit12-12.3.10-0d401d0.tgz +/phpunit12-12.3.11-6a62f2b.tgz diff --git a/phpunit12.spec b/phpunit12.spec index c18efdb..e7ca6cc 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit 0d401d0df2e3c1703be425ecdc2d04f5c095938d -%global gh_date 2025-09-11 +%global gh_commit 6a62f2b394e042884e4997ddc8b8db1ce56a0009 +%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 12 %global ver_minor 3 -%global upstream_version 12.3.10 +%global upstream_version 12.3.11 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -57,7 +57,7 @@ BuildRequires: (php-composer(phpunit/php-file-iterator) >= 6.0.0 with php-c BuildRequires: (php-composer(phpunit/php-invoker) >= 6.0.0 with php-composer(phpunit/php-invoker) < 7) BuildRequires: (php-composer(phpunit/php-text-template) >= 5.0.0 with php-composer(phpunit/php-text-template) < 6) BuildRequires: (php-composer(phpunit/php-timer) >= 8.0.0 with php-composer(phpunit/php-timer) < 9) -BuildRequires: (php-composer(sebastian/cli-parser) >= 4.0.0 with php-composer(sebastian/cli-parser) < 5) +BuildRequires: (php-composer(sebastian/cli-parser) >= 4.1.0 with php-composer(sebastian/cli-parser) < 5) BuildRequires: (php-composer(sebastian/comparator) >= 7.1.3 with php-composer(sebastian/comparator) < 8) BuildRequires: (php-composer(sebastian/diff) >= 7.0.0 with php-composer(sebastian/diff) < 8) BuildRequires: (php-composer(sebastian/environment) >= 8.0.3 with php-composer(sebastian/environment) < 9) @@ -92,7 +92,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "phpunit/php-invoker": "^6.0.0", # "phpunit/php-text-template": "^5.0.0", # "phpunit/php-timer": "^8.0.0", -# "sebastian/cli-parser": "^4.0.0", +# "sebastian/cli-parser": "^4.1.0", # "sebastian/comparator": "^7.1.3", # "sebastian/diff": "^7.0.0", # "sebastian/environment": "^8.0.3", @@ -118,7 +118,7 @@ Requires: (php-composer(phpunit/php-file-iterator) >= 6.0.0 with php-c Requires: (php-composer(phpunit/php-invoker) >= 6.0.0 with php-composer(phpunit/php-invoker) < 7) Requires: (php-composer(phpunit/php-text-template) >= 5.0.0 with php-composer(phpunit/php-text-template) < 6) Requires: (php-composer(phpunit/php-timer) >= 8.0.0 with php-composer(phpunit/php-timer) < 9) -Requires: (php-composer(sebastian/cli-parser) >= 4.0.0 with php-composer(sebastian/cli-parser) < 5) +Requires: (php-composer(sebastian/cli-parser) >= 4.1.0 with php-composer(sebastian/cli-parser) < 5) Requires: (php-composer(sebastian/comparator) >= 7.1.3 with php-composer(sebastian/comparator) < 8) Requires: (php-composer(sebastian/diff) >= 7.0.0 with php-composer(sebastian/diff) < 8) Requires: (php-composer(sebastian/environment) >= 8.0.3 with php-composer(sebastian/environment) < 9) @@ -284,6 +284,10 @@ exit $ret %changelog +* Mon Sep 15 2025 Remi Collet - 12.3.11-1 +- update to 12.3.11 +- raise dependency on sebastian/cli-parser 4.1 + * Thu Sep 11 2025 Remi Collet - 12.3.10-1 - update to 12.3.10 diff --git a/sources b/sources index 2915bb1..5d08e3c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit12-12.3.10-0d401d0.tgz) = 5cd9f73f605c878f03683b946bbab85bd7979388458a860d79b02ba23fa49ffc5afcfc032c94d10ae5243057babccc463bb7d24956a1b70cb22d7ae14f0fe8ba +SHA512 (phpunit12-12.3.11-6a62f2b.tgz) = 196a3be482ba8d3457296f7894a68e88f682cbee2cecb1a10df62358bbb731178912a56c49af3449c03b602f6b572f040ec53af47ba1502e544efa997c66471d From 96ac2ee09f424aedf4146b8a9670c7ad841e3066 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 26 Sep 2025 11:23:27 +0200 Subject: [PATCH 18/33] update to 12.3.14 (no change) raise dependency on sebastian/exporter 7.0.2 raise dependency on phpunit/php-code-coverage 12.3.8 raise dependency on sebastian/cli-parser 4.2.0 --- .gitignore | 1 + phpunit12.spec | 30 ++++++++++++++++++------------ sources | 2 +- 3 files changed, 20 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 5e94a23..24f97c6 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ /phpunit12-12.3.9-bcaadc4.tgz /phpunit12-12.3.10-0d401d0.tgz /phpunit12-12.3.11-6a62f2b.tgz +/phpunit12-12.3.14-13e9b2b.tgz diff --git a/phpunit12.spec b/phpunit12.spec index abac224..44ab470 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit 6a62f2b394e042884e4997ddc8b8db1ce56a0009 -%global gh_date 2025-09-14 +%global gh_commit 13e9b2bea9327b094176147250d2c10319a10f5b +%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 12 %global ver_minor 3 -%global upstream_version 12.3.11 +%global upstream_version 12.3.14 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -52,16 +52,16 @@ BuildRequires: php(language) >= 8.3 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) >= 12.3.7 with php-composer(phpunit/php-code-coverage) < 13) +BuildRequires: (php-composer(phpunit/php-code-coverage) >= 12.3.8 with php-composer(phpunit/php-code-coverage) < 13) BuildRequires: (php-composer(phpunit/php-file-iterator) >= 6.0.0 with php-composer(phpunit/php-file-iterator) < 7) BuildRequires: (php-composer(phpunit/php-invoker) >= 6.0.0 with php-composer(phpunit/php-invoker) < 7) BuildRequires: (php-composer(phpunit/php-text-template) >= 5.0.0 with php-composer(phpunit/php-text-template) < 6) BuildRequires: (php-composer(phpunit/php-timer) >= 8.0.0 with php-composer(phpunit/php-timer) < 9) -BuildRequires: (php-composer(sebastian/cli-parser) >= 4.1.0 with php-composer(sebastian/cli-parser) < 5) +BuildRequires: (php-composer(sebastian/cli-parser) >= 4.2.0 with php-composer(sebastian/cli-parser) < 5) BuildRequires: (php-composer(sebastian/comparator) >= 7.1.3 with php-composer(sebastian/comparator) < 8) BuildRequires: (php-composer(sebastian/diff) >= 7.0.0 with php-composer(sebastian/diff) < 8) BuildRequires: (php-composer(sebastian/environment) >= 8.0.3 with php-composer(sebastian/environment) < 9) -BuildRequires: (php-composer(sebastian/exporter) >= 7.0.0 with php-composer(sebastian/exporter) < 8) +BuildRequires: (php-composer(sebastian/exporter) >= 7.0.2 with php-composer(sebastian/exporter) < 8) BuildRequires: (php-composer(sebastian/global-state) >= 8.0.2 with php-composer(sebastian/global-state) < 9) BuildRequires: (php-composer(sebastian/object-enumerator) >= 7.0.0 with php-composer(sebastian/object-enumerator) < 8) BuildRequires: (php-composer(sebastian/type) >= 6.0.3 with php-composer(sebastian/type) < 7) @@ -87,16 +87,16 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "myclabs/deep-copy": "^1.13.4", # "phar-io/manifest": "^2.0.4", # "phar-io/version": "^3.2.1", -# "phpunit/php-code-coverage": "^12.3.7", +# "phpunit/php-code-coverage": "^12.3.8", # "phpunit/php-file-iterator": "^6.0.0", # "phpunit/php-invoker": "^6.0.0", # "phpunit/php-text-template": "^5.0.0", # "phpunit/php-timer": "^8.0.0", -# "sebastian/cli-parser": "^4.1.0", +# "sebastian/cli-parser": "^4.2.0", # "sebastian/comparator": "^7.1.3", # "sebastian/diff": "^7.0.0", # "sebastian/environment": "^8.0.3", -# "sebastian/exporter": "^7.0.0", +# "sebastian/exporter": "^7.0.2", # "sebastian/global-state": "^8.0.2", # "sebastian/object-enumerator": "^7.0.0", # "sebastian/type": "^6.0.3", @@ -113,16 +113,16 @@ Requires: php-xmlwriter 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) >= 12.3.7 with php-composer(phpunit/php-code-coverage) < 13) +Requires: (php-composer(phpunit/php-code-coverage) >= 12.3.8 with php-composer(phpunit/php-code-coverage) < 13) Requires: (php-composer(phpunit/php-file-iterator) >= 6.0.0 with php-composer(phpunit/php-file-iterator) < 7) Requires: (php-composer(phpunit/php-invoker) >= 6.0.0 with php-composer(phpunit/php-invoker) < 7) Requires: (php-composer(phpunit/php-text-template) >= 5.0.0 with php-composer(phpunit/php-text-template) < 6) Requires: (php-composer(phpunit/php-timer) >= 8.0.0 with php-composer(phpunit/php-timer) < 9) -Requires: (php-composer(sebastian/cli-parser) >= 4.1.0 with php-composer(sebastian/cli-parser) < 5) +Requires: (php-composer(sebastian/cli-parser) >= 4.2.0 with php-composer(sebastian/cli-parser) < 5) Requires: (php-composer(sebastian/comparator) >= 7.1.3 with php-composer(sebastian/comparator) < 8) Requires: (php-composer(sebastian/diff) >= 7.0.0 with php-composer(sebastian/diff) < 8) Requires: (php-composer(sebastian/environment) >= 8.0.3 with php-composer(sebastian/environment) < 9) -Requires: (php-composer(sebastian/exporter) >= 7.0.0 with php-composer(sebastian/exporter) < 8) +Requires: (php-composer(sebastian/exporter) >= 7.0.2 with php-composer(sebastian/exporter) < 8) Requires: (php-composer(sebastian/global-state) >= 8.0.2 with php-composer(sebastian/global-state) < 9) Requires: (php-composer(sebastian/object-enumerator) >= 7.0.0 with php-composer(sebastian/object-enumerator) < 8) Requires: (php-composer(sebastian/type) >= 6.0.3 with php-composer(sebastian/type) < 7) @@ -284,6 +284,12 @@ exit $ret %changelog +* Wed Sep 24 2025 Remi Collet - 12.3.14-1 +- update to 12.3.14 (no change) +- raise dependency on sebastian/exporter 7.0.2 +- raise dependency on phpunit/php-code-coverage 12.3.8 +- raise dependency on sebastian/cli-parser 4.2.0 + * Mon Sep 15 2025 Remi Collet - 12.3.11-1 - update to 12.3.11 - raise dependency on sebastian/cli-parser 4.1 diff --git a/sources b/sources index 5d08e3c..c6b9557 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit12-12.3.11-6a62f2b.tgz) = 196a3be482ba8d3457296f7894a68e88f682cbee2cecb1a10df62358bbb731178912a56c49af3449c03b602f6b572f040ec53af47ba1502e544efa997c66471d +SHA512 (phpunit12-12.3.14-13e9b2b.tgz) = c68c79d03600d07d55b78fdfedd2394b104c1b3f56efbca575f3dc21ee51bebfa4429bdc8b6ab1f765d7b633092c3d90cbb12d1401ae460d27e3178da1e0f561 From 90b553860ec6d11dfdf440ad53c58df76e63ff40 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 26 Sep 2025 11:23:27 +0200 Subject: [PATCH 19/33] update to 12.3.14 (no change) raise dependency on sebastian/exporter 7.0.2 raise dependency on phpunit/php-code-coverage 12.3.8 raise dependency on sebastian/cli-parser 4.2.0 (cherry picked from commit 96ac2ee09f424aedf4146b8a9670c7ad841e3066) --- .gitignore | 1 + phpunit12.spec | 30 ++++++++++++++++++------------ sources | 2 +- 3 files changed, 20 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 5e94a23..24f97c6 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ /phpunit12-12.3.9-bcaadc4.tgz /phpunit12-12.3.10-0d401d0.tgz /phpunit12-12.3.11-6a62f2b.tgz +/phpunit12-12.3.14-13e9b2b.tgz diff --git a/phpunit12.spec b/phpunit12.spec index e7ca6cc..02233c2 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit 6a62f2b394e042884e4997ddc8b8db1ce56a0009 -%global gh_date 2025-09-14 +%global gh_commit 13e9b2bea9327b094176147250d2c10319a10f5b +%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 12 %global ver_minor 3 -%global upstream_version 12.3.11 +%global upstream_version 12.3.14 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -52,16 +52,16 @@ BuildRequires: php(language) >= 8.3 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) >= 12.3.7 with php-composer(phpunit/php-code-coverage) < 13) +BuildRequires: (php-composer(phpunit/php-code-coverage) >= 12.3.8 with php-composer(phpunit/php-code-coverage) < 13) BuildRequires: (php-composer(phpunit/php-file-iterator) >= 6.0.0 with php-composer(phpunit/php-file-iterator) < 7) BuildRequires: (php-composer(phpunit/php-invoker) >= 6.0.0 with php-composer(phpunit/php-invoker) < 7) BuildRequires: (php-composer(phpunit/php-text-template) >= 5.0.0 with php-composer(phpunit/php-text-template) < 6) BuildRequires: (php-composer(phpunit/php-timer) >= 8.0.0 with php-composer(phpunit/php-timer) < 9) -BuildRequires: (php-composer(sebastian/cli-parser) >= 4.1.0 with php-composer(sebastian/cli-parser) < 5) +BuildRequires: (php-composer(sebastian/cli-parser) >= 4.2.0 with php-composer(sebastian/cli-parser) < 5) BuildRequires: (php-composer(sebastian/comparator) >= 7.1.3 with php-composer(sebastian/comparator) < 8) BuildRequires: (php-composer(sebastian/diff) >= 7.0.0 with php-composer(sebastian/diff) < 8) BuildRequires: (php-composer(sebastian/environment) >= 8.0.3 with php-composer(sebastian/environment) < 9) -BuildRequires: (php-composer(sebastian/exporter) >= 7.0.0 with php-composer(sebastian/exporter) < 8) +BuildRequires: (php-composer(sebastian/exporter) >= 7.0.2 with php-composer(sebastian/exporter) < 8) BuildRequires: (php-composer(sebastian/global-state) >= 8.0.2 with php-composer(sebastian/global-state) < 9) BuildRequires: (php-composer(sebastian/object-enumerator) >= 7.0.0 with php-composer(sebastian/object-enumerator) < 8) BuildRequires: (php-composer(sebastian/type) >= 6.0.3 with php-composer(sebastian/type) < 7) @@ -87,16 +87,16 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "myclabs/deep-copy": "^1.13.4", # "phar-io/manifest": "^2.0.4", # "phar-io/version": "^3.2.1", -# "phpunit/php-code-coverage": "^12.3.7", +# "phpunit/php-code-coverage": "^12.3.8", # "phpunit/php-file-iterator": "^6.0.0", # "phpunit/php-invoker": "^6.0.0", # "phpunit/php-text-template": "^5.0.0", # "phpunit/php-timer": "^8.0.0", -# "sebastian/cli-parser": "^4.1.0", +# "sebastian/cli-parser": "^4.2.0", # "sebastian/comparator": "^7.1.3", # "sebastian/diff": "^7.0.0", # "sebastian/environment": "^8.0.3", -# "sebastian/exporter": "^7.0.0", +# "sebastian/exporter": "^7.0.2", # "sebastian/global-state": "^8.0.2", # "sebastian/object-enumerator": "^7.0.0", # "sebastian/type": "^6.0.3", @@ -113,16 +113,16 @@ Requires: php-xmlwriter 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) >= 12.3.7 with php-composer(phpunit/php-code-coverage) < 13) +Requires: (php-composer(phpunit/php-code-coverage) >= 12.3.8 with php-composer(phpunit/php-code-coverage) < 13) Requires: (php-composer(phpunit/php-file-iterator) >= 6.0.0 with php-composer(phpunit/php-file-iterator) < 7) Requires: (php-composer(phpunit/php-invoker) >= 6.0.0 with php-composer(phpunit/php-invoker) < 7) Requires: (php-composer(phpunit/php-text-template) >= 5.0.0 with php-composer(phpunit/php-text-template) < 6) Requires: (php-composer(phpunit/php-timer) >= 8.0.0 with php-composer(phpunit/php-timer) < 9) -Requires: (php-composer(sebastian/cli-parser) >= 4.1.0 with php-composer(sebastian/cli-parser) < 5) +Requires: (php-composer(sebastian/cli-parser) >= 4.2.0 with php-composer(sebastian/cli-parser) < 5) Requires: (php-composer(sebastian/comparator) >= 7.1.3 with php-composer(sebastian/comparator) < 8) Requires: (php-composer(sebastian/diff) >= 7.0.0 with php-composer(sebastian/diff) < 8) Requires: (php-composer(sebastian/environment) >= 8.0.3 with php-composer(sebastian/environment) < 9) -Requires: (php-composer(sebastian/exporter) >= 7.0.0 with php-composer(sebastian/exporter) < 8) +Requires: (php-composer(sebastian/exporter) >= 7.0.2 with php-composer(sebastian/exporter) < 8) Requires: (php-composer(sebastian/global-state) >= 8.0.2 with php-composer(sebastian/global-state) < 9) Requires: (php-composer(sebastian/object-enumerator) >= 7.0.0 with php-composer(sebastian/object-enumerator) < 8) Requires: (php-composer(sebastian/type) >= 6.0.3 with php-composer(sebastian/type) < 7) @@ -284,6 +284,12 @@ exit $ret %changelog +* Wed Sep 24 2025 Remi Collet - 12.3.14-1 +- update to 12.3.14 (no change) +- raise dependency on sebastian/exporter 7.0.2 +- raise dependency on phpunit/php-code-coverage 12.3.8 +- raise dependency on sebastian/cli-parser 4.2.0 + * Mon Sep 15 2025 Remi Collet - 12.3.11-1 - update to 12.3.11 - raise dependency on sebastian/cli-parser 4.1 diff --git a/sources b/sources index 5d08e3c..c6b9557 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit12-12.3.11-6a62f2b.tgz) = 196a3be482ba8d3457296f7894a68e88f682cbee2cecb1a10df62358bbb731178912a56c49af3449c03b602f6b572f040ec53af47ba1502e544efa997c66471d +SHA512 (phpunit12-12.3.14-13e9b2b.tgz) = c68c79d03600d07d55b78fdfedd2394b104c1b3f56efbca575f3dc21ee51bebfa4429bdc8b6ab1f765d7b633092c3d90cbb12d1401ae460d27e3178da1e0f561 From cec0c792b88f51871228e23ac24001e8950e2f2c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 30 Sep 2025 07:54:36 +0200 Subject: [PATCH 20/33] update to 12.3.15 raise dependency on phpunit/php-code-coverage 12.4.0 --- .gitignore | 1 + phpunit12.spec | 16 ++++++++++------ sources | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 24f97c6..48d3b4e 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ /phpunit12-12.3.10-0d401d0.tgz /phpunit12-12.3.11-6a62f2b.tgz /phpunit12-12.3.14-13e9b2b.tgz +/phpunit12-12.3.15-b035ee2.tgz diff --git a/phpunit12.spec b/phpunit12.spec index 44ab470..d4ee24b 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit 13e9b2bea9327b094176147250d2c10319a10f5b -%global gh_date 2025-09-24 +%global gh_commit b035ee2cd8ecad4091885b61017ebb1d80eb0e57 +%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 12 %global ver_minor 3 -%global upstream_version 12.3.14 +%global upstream_version 12.3.15 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -52,7 +52,7 @@ BuildRequires: php(language) >= 8.3 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) >= 12.3.8 with php-composer(phpunit/php-code-coverage) < 13) +BuildRequires: (php-composer(phpunit/php-code-coverage) >= 12.4.0 with php-composer(phpunit/php-code-coverage) < 13) BuildRequires: (php-composer(phpunit/php-file-iterator) >= 6.0.0 with php-composer(phpunit/php-file-iterator) < 7) BuildRequires: (php-composer(phpunit/php-invoker) >= 6.0.0 with php-composer(phpunit/php-invoker) < 7) BuildRequires: (php-composer(phpunit/php-text-template) >= 5.0.0 with php-composer(phpunit/php-text-template) < 6) @@ -87,7 +87,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "myclabs/deep-copy": "^1.13.4", # "phar-io/manifest": "^2.0.4", # "phar-io/version": "^3.2.1", -# "phpunit/php-code-coverage": "^12.3.8", +# "phpunit/php-code-coverage": "^12.4.0", # "phpunit/php-file-iterator": "^6.0.0", # "phpunit/php-invoker": "^6.0.0", # "phpunit/php-text-template": "^5.0.0", @@ -113,7 +113,7 @@ Requires: php-xmlwriter 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) >= 12.3.8 with php-composer(phpunit/php-code-coverage) < 13) +Requires: (php-composer(phpunit/php-code-coverage) >= 12.4.0 with php-composer(phpunit/php-code-coverage) < 13) Requires: (php-composer(phpunit/php-file-iterator) >= 6.0.0 with php-composer(phpunit/php-file-iterator) < 7) Requires: (php-composer(phpunit/php-invoker) >= 6.0.0 with php-composer(phpunit/php-invoker) < 7) Requires: (php-composer(phpunit/php-text-template) >= 5.0.0 with php-composer(phpunit/php-text-template) < 6) @@ -284,6 +284,10 @@ exit $ret %changelog +* Mon Sep 29 2025 Remi Collet - 12.3.15-1 +- update to 12.3.15 +- raise dependency on phpunit/php-code-coverage 12.4.0 + * Wed Sep 24 2025 Remi Collet - 12.3.14-1 - update to 12.3.14 (no change) - raise dependency on sebastian/exporter 7.0.2 diff --git a/sources b/sources index c6b9557..8712718 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit12-12.3.14-13e9b2b.tgz) = c68c79d03600d07d55b78fdfedd2394b104c1b3f56efbca575f3dc21ee51bebfa4429bdc8b6ab1f765d7b633092c3d90cbb12d1401ae460d27e3178da1e0f561 +SHA512 (phpunit12-12.3.15-b035ee2.tgz) = 9a24a9f3d91ea04e06af6b1aa51b3d33a73845a6af746c889fa48a1daccc86b23eebb26dce932ec501c4583783db1b6a499427e5997cb272437317317d2d7398 From faa5d331dee52d6268e0c73a33bfde7515ace5df Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 30 Sep 2025 07:54:36 +0200 Subject: [PATCH 21/33] update to 12.3.15 raise dependency on phpunit/php-code-coverage 12.4.0 (cherry picked from commit cec0c792b88f51871228e23ac24001e8950e2f2c) --- .gitignore | 1 + phpunit12.spec | 16 ++++++++++------ sources | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 24f97c6..48d3b4e 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ /phpunit12-12.3.10-0d401d0.tgz /phpunit12-12.3.11-6a62f2b.tgz /phpunit12-12.3.14-13e9b2b.tgz +/phpunit12-12.3.15-b035ee2.tgz diff --git a/phpunit12.spec b/phpunit12.spec index 02233c2..83eb15a 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit 13e9b2bea9327b094176147250d2c10319a10f5b -%global gh_date 2025-09-24 +%global gh_commit b035ee2cd8ecad4091885b61017ebb1d80eb0e57 +%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 12 %global ver_minor 3 -%global upstream_version 12.3.14 +%global upstream_version 12.3.15 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -52,7 +52,7 @@ BuildRequires: php(language) >= 8.3 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) >= 12.3.8 with php-composer(phpunit/php-code-coverage) < 13) +BuildRequires: (php-composer(phpunit/php-code-coverage) >= 12.4.0 with php-composer(phpunit/php-code-coverage) < 13) BuildRequires: (php-composer(phpunit/php-file-iterator) >= 6.0.0 with php-composer(phpunit/php-file-iterator) < 7) BuildRequires: (php-composer(phpunit/php-invoker) >= 6.0.0 with php-composer(phpunit/php-invoker) < 7) BuildRequires: (php-composer(phpunit/php-text-template) >= 5.0.0 with php-composer(phpunit/php-text-template) < 6) @@ -87,7 +87,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "myclabs/deep-copy": "^1.13.4", # "phar-io/manifest": "^2.0.4", # "phar-io/version": "^3.2.1", -# "phpunit/php-code-coverage": "^12.3.8", +# "phpunit/php-code-coverage": "^12.4.0", # "phpunit/php-file-iterator": "^6.0.0", # "phpunit/php-invoker": "^6.0.0", # "phpunit/php-text-template": "^5.0.0", @@ -113,7 +113,7 @@ Requires: php-xmlwriter 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) >= 12.3.8 with php-composer(phpunit/php-code-coverage) < 13) +Requires: (php-composer(phpunit/php-code-coverage) >= 12.4.0 with php-composer(phpunit/php-code-coverage) < 13) Requires: (php-composer(phpunit/php-file-iterator) >= 6.0.0 with php-composer(phpunit/php-file-iterator) < 7) Requires: (php-composer(phpunit/php-invoker) >= 6.0.0 with php-composer(phpunit/php-invoker) < 7) Requires: (php-composer(phpunit/php-text-template) >= 5.0.0 with php-composer(phpunit/php-text-template) < 6) @@ -284,6 +284,10 @@ exit $ret %changelog +* Mon Sep 29 2025 Remi Collet - 12.3.15-1 +- update to 12.3.15 +- raise dependency on phpunit/php-code-coverage 12.4.0 + * Wed Sep 24 2025 Remi Collet - 12.3.14-1 - update to 12.3.14 (no change) - raise dependency on sebastian/exporter 7.0.2 diff --git a/sources b/sources index c6b9557..8712718 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit12-12.3.14-13e9b2b.tgz) = c68c79d03600d07d55b78fdfedd2394b104c1b3f56efbca575f3dc21ee51bebfa4429bdc8b6ab1f765d7b633092c3d90cbb12d1401ae460d27e3178da1e0f561 +SHA512 (phpunit12-12.3.15-b035ee2.tgz) = 9a24a9f3d91ea04e06af6b1aa51b3d33a73845a6af746c889fa48a1daccc86b23eebb26dce932ec501c4583783db1b6a499427e5997cb272437317317d2d7398 From 923fae192dd531504066ec184c0df8302bb4b551 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 3 Oct 2025 06:55:50 +0200 Subject: [PATCH 22/33] v12.4.0 --- .gitignore | 1 + phpunit12.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 48d3b4e..75b9796 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ /phpunit12-12.3.11-6a62f2b.tgz /phpunit12-12.3.14-13e9b2b.tgz /phpunit12-12.3.15-b035ee2.tgz +/phpunit12-12.4.0-f62aab5.tgz diff --git a/phpunit12.spec b/phpunit12.spec index 83eb15a..b0a0450 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit b035ee2cd8ecad4091885b61017ebb1d80eb0e57 -%global gh_date 2025-09-28 +%global gh_commit f62aab5794e36ccd26860db2d1bbf89ac19028d9 +%global gh_date 2025-10-03 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -28,9 +28,9 @@ %global ns_vendor PHPUnit12 %global php_home %{_datadir}/php %global ver_major 12 -%global ver_minor 3 +%global ver_minor 4 -%global upstream_version 12.3.15 +%global upstream_version 12.4.0 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -284,6 +284,9 @@ exit $ret %changelog +* Fri Oct 3 2025 Remi Collet - 12.4.0-1 +- update to 12.4.0 + * Mon Sep 29 2025 Remi Collet - 12.3.15-1 - update to 12.3.15 - raise dependency on phpunit/php-code-coverage 12.4.0 diff --git a/sources b/sources index 8712718..59670e5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit12-12.3.15-b035ee2.tgz) = 9a24a9f3d91ea04e06af6b1aa51b3d33a73845a6af746c889fa48a1daccc86b23eebb26dce932ec501c4583783db1b6a499427e5997cb272437317317d2d7398 +SHA512 (phpunit12-12.4.0-f62aab5.tgz) = d1ef8b2cd5e12d308def90a21e6951475b84d29abd387bbb670b802481ccf8a2e644ae0e5af05cad401653c8b2ce890c393ebde7339068fabfaf6bdc40a2173f From 052f6f99f8a41a228360a732c9a7c9cdc79e5954 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 3 Oct 2025 06:55:50 +0200 Subject: [PATCH 23/33] v12.4.0 (cherry picked from commit 923fae192dd531504066ec184c0df8302bb4b551) --- .gitignore | 1 + phpunit12.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 48d3b4e..75b9796 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ /phpunit12-12.3.11-6a62f2b.tgz /phpunit12-12.3.14-13e9b2b.tgz /phpunit12-12.3.15-b035ee2.tgz +/phpunit12-12.4.0-f62aab5.tgz diff --git a/phpunit12.spec b/phpunit12.spec index d4ee24b..9dfd69d 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit b035ee2cd8ecad4091885b61017ebb1d80eb0e57 -%global gh_date 2025-09-28 +%global gh_commit f62aab5794e36ccd26860db2d1bbf89ac19028d9 +%global gh_date 2025-10-03 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -28,9 +28,9 @@ %global ns_vendor PHPUnit12 %global php_home %{_datadir}/php %global ver_major 12 -%global ver_minor 3 +%global ver_minor 4 -%global upstream_version 12.3.15 +%global upstream_version 12.4.0 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -284,6 +284,9 @@ exit $ret %changelog +* Fri Oct 3 2025 Remi Collet - 12.4.0-1 +- update to 12.4.0 + * Mon Sep 29 2025 Remi Collet - 12.3.15-1 - update to 12.3.15 - raise dependency on phpunit/php-code-coverage 12.4.0 diff --git a/sources b/sources index 8712718..59670e5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit12-12.3.15-b035ee2.tgz) = 9a24a9f3d91ea04e06af6b1aa51b3d33a73845a6af746c889fa48a1daccc86b23eebb26dce932ec501c4583783db1b6a499427e5997cb272437317317d2d7398 +SHA512 (phpunit12-12.4.0-f62aab5.tgz) = d1ef8b2cd5e12d308def90a21e6951475b84d29abd387bbb670b802481ccf8a2e644ae0e5af05cad401653c8b2ce890c393ebde7339068fabfaf6bdc40a2173f From 7e9154d45b290c8ce7c45e61a29a8e742dd99803 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 15 Oct 2025 14:54:04 +0200 Subject: [PATCH 24/33] v12.4.1 --- .gitignore | 1 + phpunit12.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 75b9796..1cb9d9f 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ /phpunit12-12.3.14-13e9b2b.tgz /phpunit12-12.3.15-b035ee2.tgz /phpunit12-12.4.0-f62aab5.tgz +/phpunit12-12.4.1-fc5413a.tgz diff --git a/phpunit12.spec b/phpunit12.spec index 9dfd69d..97385c2 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit f62aab5794e36ccd26860db2d1bbf89ac19028d9 -%global gh_date 2025-10-03 +%global gh_commit fc5413a2e6d240d2f6d9317bdf7f0a24e73de194 +%global gh_date 2025-10-09 %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 12 %global ver_minor 4 -%global upstream_version 12.4.0 +%global upstream_version 12.4.1 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -284,6 +284,9 @@ exit $ret %changelog +* Thu Oct 9 2025 Remi Collet - 12.4.1-1 +- update to 12.4.1 + * Fri Oct 3 2025 Remi Collet - 12.4.0-1 - update to 12.4.0 diff --git a/sources b/sources index 59670e5..7b2af11 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit12-12.4.0-f62aab5.tgz) = d1ef8b2cd5e12d308def90a21e6951475b84d29abd387bbb670b802481ccf8a2e644ae0e5af05cad401653c8b2ce890c393ebde7339068fabfaf6bdc40a2173f +SHA512 (phpunit12-12.4.1-fc5413a.tgz) = 4ecb0eee4734381831cf896b5f12fdc8fea07fe842ad2e11b6c1a1cf2a8e0f59f2818b58777b501984c29ef877c8c7461151db4e8ca7cbb9171cfef7c9c510e8 From a7aba3c16ce63a8f8cfa3b132e203f7e64895755 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 15 Oct 2025 14:54:04 +0200 Subject: [PATCH 25/33] v12.4.1 (cherry picked from commit 7e9154d45b290c8ce7c45e61a29a8e742dd99803) --- .gitignore | 1 + phpunit12.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 75b9796..1cb9d9f 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ /phpunit12-12.3.14-13e9b2b.tgz /phpunit12-12.3.15-b035ee2.tgz /phpunit12-12.4.0-f62aab5.tgz +/phpunit12-12.4.1-fc5413a.tgz diff --git a/phpunit12.spec b/phpunit12.spec index b0a0450..740a6a8 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit f62aab5794e36ccd26860db2d1bbf89ac19028d9 -%global gh_date 2025-10-03 +%global gh_commit fc5413a2e6d240d2f6d9317bdf7f0a24e73de194 +%global gh_date 2025-10-09 %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 12 %global ver_minor 4 -%global upstream_version 12.4.0 +%global upstream_version 12.4.1 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -284,6 +284,9 @@ exit $ret %changelog +* Thu Oct 9 2025 Remi Collet - 12.4.1-1 +- update to 12.4.1 + * Fri Oct 3 2025 Remi Collet - 12.4.0-1 - update to 12.4.0 diff --git a/sources b/sources index 59670e5..7b2af11 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit12-12.4.0-f62aab5.tgz) = d1ef8b2cd5e12d308def90a21e6951475b84d29abd387bbb670b802481ccf8a2e644ae0e5af05cad401653c8b2ce890c393ebde7339068fabfaf6bdc40a2173f +SHA512 (phpunit12-12.4.1-fc5413a.tgz) = 4ecb0eee4734381831cf896b5f12fdc8fea07fe842ad2e11b6c1a1cf2a8e0f59f2818b58777b501984c29ef877c8c7461151db4e8ca7cbb9171cfef7c9c510e8 From e1ba21a85cd9624d5f7ddacbbafbd5ecd5f20584 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 30 Oct 2025 12:44:31 +0100 Subject: [PATCH 26/33] v12.4.2 --- .gitignore | 1 + phpunit12.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 1cb9d9f..bf0bdd3 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ /phpunit12-12.3.15-b035ee2.tgz /phpunit12-12.4.0-f62aab5.tgz /phpunit12-12.4.1-fc5413a.tgz +/phpunit12-12.4.2-a94ea4d.tgz diff --git a/phpunit12.spec b/phpunit12.spec index 97385c2..4f21b0b 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit fc5413a2e6d240d2f6d9317bdf7f0a24e73de194 -%global gh_date 2025-10-09 +%global gh_commit a94ea4d26d865875803b23aaf78c3c2c670ea2ea +%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 12 %global ver_minor 4 -%global upstream_version 12.4.1 +%global upstream_version 12.4.2 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -284,6 +284,9 @@ exit $ret %changelog +* Thu Oct 30 2025 Remi Collet - 12.4.2-1 +- update to 12.4.2 + * Thu Oct 9 2025 Remi Collet - 12.4.1-1 - update to 12.4.1 diff --git a/sources b/sources index 7b2af11..7093252 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit12-12.4.1-fc5413a.tgz) = 4ecb0eee4734381831cf896b5f12fdc8fea07fe842ad2e11b6c1a1cf2a8e0f59f2818b58777b501984c29ef877c8c7461151db4e8ca7cbb9171cfef7c9c510e8 +SHA512 (phpunit12-12.4.2-a94ea4d.tgz) = b04bd08c16061542940a0a677ff041d59fc611259b31308a75031e47ad795d200e199b3fd9b9acf52b6689f5f7ea8dfa43761fd5da7a44cbb7534097ae017c99 From aaf88494bd2baadd5db3991ee9fd73f0f191873e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 30 Oct 2025 12:44:31 +0100 Subject: [PATCH 27/33] v12.4.2 (cherry picked from commit e1ba21a85cd9624d5f7ddacbbafbd5ecd5f20584) --- .gitignore | 1 + phpunit12.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 1cb9d9f..bf0bdd3 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ /phpunit12-12.3.15-b035ee2.tgz /phpunit12-12.4.0-f62aab5.tgz /phpunit12-12.4.1-fc5413a.tgz +/phpunit12-12.4.2-a94ea4d.tgz diff --git a/phpunit12.spec b/phpunit12.spec index 740a6a8..dab99f0 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit fc5413a2e6d240d2f6d9317bdf7f0a24e73de194 -%global gh_date 2025-10-09 +%global gh_commit a94ea4d26d865875803b23aaf78c3c2c670ea2ea +%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 12 %global ver_minor 4 -%global upstream_version 12.4.1 +%global upstream_version 12.4.2 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -284,6 +284,9 @@ exit $ret %changelog +* Thu Oct 30 2025 Remi Collet - 12.4.2-1 +- update to 12.4.2 + * Thu Oct 9 2025 Remi Collet - 12.4.1-1 - update to 12.4.1 diff --git a/sources b/sources index 7b2af11..7093252 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit12-12.4.1-fc5413a.tgz) = 4ecb0eee4734381831cf896b5f12fdc8fea07fe842ad2e11b6c1a1cf2a8e0f59f2818b58777b501984c29ef877c8c7461151db4e8ca7cbb9171cfef7c9c510e8 +SHA512 (phpunit12-12.4.2-a94ea4d.tgz) = b04bd08c16061542940a0a677ff041d59fc611259b31308a75031e47ad795d200e199b3fd9b9acf52b6689f5f7ea8dfa43761fd5da7a44cbb7534097ae017c99 From 5848cda4b3e17806051d4f1096d127846699ff5d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 13 Nov 2025 09:50:21 +0100 Subject: [PATCH 28/33] v12.4.3 --- .gitignore | 1 + phpunit12.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index bf0bdd3..c2f3812 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ /phpunit12-12.4.0-f62aab5.tgz /phpunit12-12.4.1-fc5413a.tgz /phpunit12-12.4.2-a94ea4d.tgz +/phpunit12-12.4.3-d8f644d.tgz diff --git a/phpunit12.spec b/phpunit12.spec index 4f21b0b..8b34bfd 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit a94ea4d26d865875803b23aaf78c3c2c670ea2ea -%global gh_date 2025-10-30 +%global gh_commit d8f644d8d9bb904867f7a0aeb1bd306e0d966949 +%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 12 %global ver_minor 4 -%global upstream_version 12.4.2 +%global upstream_version 12.4.3 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -284,6 +284,9 @@ exit $ret %changelog +* Thu Nov 13 2025 Remi Collet - 12.4.3-1 +- update to 12.4.3 + * Thu Oct 30 2025 Remi Collet - 12.4.2-1 - update to 12.4.2 diff --git a/sources b/sources index 7093252..b3b1490 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit12-12.4.2-a94ea4d.tgz) = b04bd08c16061542940a0a677ff041d59fc611259b31308a75031e47ad795d200e199b3fd9b9acf52b6689f5f7ea8dfa43761fd5da7a44cbb7534097ae017c99 +SHA512 (phpunit12-12.4.3-d8f644d.tgz) = f0187dbfa9258d0a9e20c0f1f6ac6b1cbf4eb91ad3c2df44820820baaa15526b21cba0b5fc0cfc4689f2ac5744fa329f5ed278bfaf7106c81e5c5b37a507c71b From cf76a1d52f98fad2026d3af2a3e3d3617507a516 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 21 Nov 2025 14:24:45 +0100 Subject: [PATCH 29/33] v12.4.4 --- .gitignore | 1 + phpunit12.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index c2f3812..fad4e47 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ /phpunit12-12.4.1-fc5413a.tgz /phpunit12-12.4.2-a94ea4d.tgz /phpunit12-12.4.3-d8f644d.tgz +/phpunit12-12.4.4-9253ec7.tgz diff --git a/phpunit12.spec b/phpunit12.spec index 8b34bfd..231fae2 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit d8f644d8d9bb904867f7a0aeb1bd306e0d966949 -%global gh_date 2025-11-13 +%global gh_commit 9253ec75a672e39fcc9d85bdb61448215b8162c7 +%global gh_date 2025-11-21 %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 12 %global ver_minor 4 -%global upstream_version 12.4.3 +%global upstream_version 12.4.4 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -284,6 +284,9 @@ exit $ret %changelog +* Fri Nov 21 2025 Remi Collet - 12.4.4-1 +- update to 12.4.4 + * Thu Nov 13 2025 Remi Collet - 12.4.3-1 - update to 12.4.3 diff --git a/sources b/sources index b3b1490..41b6738 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit12-12.4.3-d8f644d.tgz) = f0187dbfa9258d0a9e20c0f1f6ac6b1cbf4eb91ad3c2df44820820baaa15526b21cba0b5fc0cfc4689f2ac5744fa329f5ed278bfaf7106c81e5c5b37a507c71b +SHA512 (phpunit12-12.4.4-9253ec7.tgz) = b7a0d8a2ec3f723776f97fc81b14251fdd97f26d1c52792e15904045268a55fe11920579e3fa045f29dca034c50f6f19ed84acb391828c56bde65cfc8302e9b6 From 6c7360e6a8c5086c5d77e67dc7e64c6f4aa73dbd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Dec 2025 12:04:02 +0100 Subject: [PATCH 30/33] v12.4.5 --- .gitignore | 1 + phpunit12.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index fad4e47..d95c695 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ /phpunit12-12.4.2-a94ea4d.tgz /phpunit12-12.4.3-d8f644d.tgz /phpunit12-12.4.4-9253ec7.tgz +/phpunit12-12.4.5-5af3178.tgz diff --git a/phpunit12.spec b/phpunit12.spec index 231fae2..eb4de05 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit 9253ec75a672e39fcc9d85bdb61448215b8162c7 -%global gh_date 2025-11-21 +%global gh_commit 5af317802efd27d5b9cbe048e3760d4a2f687f45 +%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 12 %global ver_minor 4 -%global upstream_version 12.4.4 +%global upstream_version 12.4.5 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -284,6 +284,9 @@ exit $ret %changelog +* Tue Dec 2 2025 Remi Collet - 12.4.5-1 +- update to 12.4.5 + * Fri Nov 21 2025 Remi Collet - 12.4.4-1 - update to 12.4.4 diff --git a/sources b/sources index 41b6738..f39516d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit12-12.4.4-9253ec7.tgz) = b7a0d8a2ec3f723776f97fc81b14251fdd97f26d1c52792e15904045268a55fe11920579e3fa045f29dca034c50f6f19ed84acb391828c56bde65cfc8302e9b6 +SHA512 (phpunit12-12.4.5-5af3178.tgz) = 6753bd49e41db4dfa2e298625143f579b2b404ae0ee24c011bd8d42349ce61f43fade2318fabf46d35d5e36a9b691aae74d0f1094b56996755a3b82a741ead94 From 6706ca7484e2447eda2bdd878d44e7860cc2724b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 5 Dec 2025 08:18:21 +0100 Subject: [PATCH 31/33] update to 12.5.0 raise dependency on phpunit/php-code-coverage 12.5.0 --- .gitignore | 1 + phpunit12.spec | 18 +++++++++++------- sources | 2 +- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index d95c695..19000d2 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ /phpunit12-12.4.3-d8f644d.tgz /phpunit12-12.4.4-9253ec7.tgz /phpunit12-12.4.5-5af3178.tgz +/phpunit12-12.5.0-fef037f.tgz diff --git a/phpunit12.spec b/phpunit12.spec index eb4de05..b197d39 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit 5af317802efd27d5b9cbe048e3760d4a2f687f45 -%global gh_date 2025-12-01 +%global gh_commit fef037fe50d20ce826cdbd741b7a2afcdec5f45b +%global gh_date 2025-12-05 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -28,9 +28,9 @@ %global ns_vendor PHPUnit12 %global php_home %{_datadir}/php %global ver_major 12 -%global ver_minor 4 +%global ver_minor 5 -%global upstream_version 12.4.5 +%global upstream_version 12.5.0 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -52,7 +52,7 @@ BuildRequires: php(language) >= 8.3 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) >= 12.4.0 with php-composer(phpunit/php-code-coverage) < 13) +BuildRequires: (php-composer(phpunit/php-code-coverage) >= 12.5.0 with php-composer(phpunit/php-code-coverage) < 13) BuildRequires: (php-composer(phpunit/php-file-iterator) >= 6.0.0 with php-composer(phpunit/php-file-iterator) < 7) BuildRequires: (php-composer(phpunit/php-invoker) >= 6.0.0 with php-composer(phpunit/php-invoker) < 7) BuildRequires: (php-composer(phpunit/php-text-template) >= 5.0.0 with php-composer(phpunit/php-text-template) < 6) @@ -87,7 +87,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "myclabs/deep-copy": "^1.13.4", # "phar-io/manifest": "^2.0.4", # "phar-io/version": "^3.2.1", -# "phpunit/php-code-coverage": "^12.4.0", +# "phpunit/php-code-coverage": "^12.5.0", # "phpunit/php-file-iterator": "^6.0.0", # "phpunit/php-invoker": "^6.0.0", # "phpunit/php-text-template": "^5.0.0", @@ -113,7 +113,7 @@ Requires: php-xmlwriter 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) >= 12.4.0 with php-composer(phpunit/php-code-coverage) < 13) +Requires: (php-composer(phpunit/php-code-coverage) >= 12.5.0 with php-composer(phpunit/php-code-coverage) < 13) Requires: (php-composer(phpunit/php-file-iterator) >= 6.0.0 with php-composer(phpunit/php-file-iterator) < 7) Requires: (php-composer(phpunit/php-invoker) >= 6.0.0 with php-composer(phpunit/php-invoker) < 7) Requires: (php-composer(phpunit/php-text-template) >= 5.0.0 with php-composer(phpunit/php-text-template) < 6) @@ -284,6 +284,10 @@ exit $ret %changelog +* Fri Dec 5 2025 Remi Collet - 12.5.0-1 +- update to 12.5.0 +- raise dependency on phpunit/php-code-coverage 12.5.0 + * Tue Dec 2 2025 Remi Collet - 12.4.5-1 - update to 12.4.5 diff --git a/sources b/sources index f39516d..d54baa7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit12-12.4.5-5af3178.tgz) = 6753bd49e41db4dfa2e298625143f579b2b404ae0ee24c011bd8d42349ce61f43fade2318fabf46d35d5e36a9b691aae74d0f1094b56996755a3b82a741ead94 +SHA512 (phpunit12-12.5.0-fef037f.tgz) = 6d94912322772a6fa618b4b34b7e287ceebd3fb473c0f1b834bf07ddd7fc5185368bf4b4205cb85bad1b03249e0a6afb5038fdf4e374abdaf6b294e1ae0a4c67 From fd334d14263df9f5b3516f007843727c4c0700c0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 10 Dec 2025 09:20:21 +0100 Subject: [PATCH 32/33] update to 12.5.2 raise dependency on phpunit/php-code-coverage 12.5.1 --- .gitignore | 1 + phpunit12.spec | 16 ++++++++++------ sources | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 19000d2..f58d225 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ /phpunit12-12.4.4-9253ec7.tgz /phpunit12-12.4.5-5af3178.tgz /phpunit12-12.5.0-fef037f.tgz +/phpunit12-12.5.2-06713c2.tgz diff --git a/phpunit12.spec b/phpunit12.spec index b197d39..21dad99 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit fef037fe50d20ce826cdbd741b7a2afcdec5f45b -%global gh_date 2025-12-05 +%global gh_commit 06713c2633d6d832f2fe98a70511ecaa7cb92c1a +%global gh_date 2025-12-08 %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 12 %global ver_minor 5 -%global upstream_version 12.5.0 +%global upstream_version 12.5.2 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -52,7 +52,7 @@ BuildRequires: php(language) >= 8.3 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) >= 12.5.0 with php-composer(phpunit/php-code-coverage) < 13) +BuildRequires: (php-composer(phpunit/php-code-coverage) >= 12.5.1 with php-composer(phpunit/php-code-coverage) < 13) BuildRequires: (php-composer(phpunit/php-file-iterator) >= 6.0.0 with php-composer(phpunit/php-file-iterator) < 7) BuildRequires: (php-composer(phpunit/php-invoker) >= 6.0.0 with php-composer(phpunit/php-invoker) < 7) BuildRequires: (php-composer(phpunit/php-text-template) >= 5.0.0 with php-composer(phpunit/php-text-template) < 6) @@ -87,7 +87,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "myclabs/deep-copy": "^1.13.4", # "phar-io/manifest": "^2.0.4", # "phar-io/version": "^3.2.1", -# "phpunit/php-code-coverage": "^12.5.0", +# "phpunit/php-code-coverage": "^12.5.1", # "phpunit/php-file-iterator": "^6.0.0", # "phpunit/php-invoker": "^6.0.0", # "phpunit/php-text-template": "^5.0.0", @@ -113,7 +113,7 @@ Requires: php-xmlwriter 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) >= 12.5.0 with php-composer(phpunit/php-code-coverage) < 13) +Requires: (php-composer(phpunit/php-code-coverage) >= 12.5.1 with php-composer(phpunit/php-code-coverage) < 13) Requires: (php-composer(phpunit/php-file-iterator) >= 6.0.0 with php-composer(phpunit/php-file-iterator) < 7) Requires: (php-composer(phpunit/php-invoker) >= 6.0.0 with php-composer(phpunit/php-invoker) < 7) Requires: (php-composer(phpunit/php-text-template) >= 5.0.0 with php-composer(phpunit/php-text-template) < 6) @@ -284,6 +284,10 @@ exit $ret %changelog +* Tue Dec 9 2025 Remi Collet - 12.5.2-1 +- update to 12.5.2 +- raise dependency on phpunit/php-code-coverage 12.5.1 + * Fri Dec 5 2025 Remi Collet - 12.5.0-1 - update to 12.5.0 - raise dependency on phpunit/php-code-coverage 12.5.0 diff --git a/sources b/sources index d54baa7..5d23578 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit12-12.5.0-fef037f.tgz) = 6d94912322772a6fa618b4b34b7e287ceebd3fb473c0f1b834bf07ddd7fc5185368bf4b4205cb85bad1b03249e0a6afb5038fdf4e374abdaf6b294e1ae0a4c67 +SHA512 (phpunit12-12.5.2-06713c2.tgz) = 5a998421356be9fbb15f47d24538b2b20b622d9b229c761eadafe635066d8143532b491ba7edd1d8b14b8d5ab19924a170897a068d30cbb417268c3815e21b9c From 9badd7e24abc25cb569b20b55d4c9c8619f4e4fa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 18 Dec 2025 12:44:00 +0100 Subject: [PATCH 33/33] v12.5.4 --- .gitignore | 1 + phpunit12.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index f58d225..6444d01 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ /phpunit12-12.4.5-5af3178.tgz /phpunit12-12.5.0-fef037f.tgz /phpunit12-12.5.2-06713c2.tgz +/phpunit12-12.5.4-4ba0e92.tgz diff --git a/phpunit12.spec b/phpunit12.spec index 21dad99..af61012 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit 06713c2633d6d832f2fe98a70511ecaa7cb92c1a -%global gh_date 2025-12-08 +%global gh_commit 4ba0e923f9d3fc655de22f9547c01d15a41fc93a +%global gh_date 2025-12-15 %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 12 %global ver_minor 5 -%global upstream_version 12.5.2 +%global upstream_version 12.5.4 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -284,6 +284,9 @@ exit $ret %changelog +* Mon Dec 15 2025 Remi Collet - 12.5.4-1 +- update to 12.5.4 + * Tue Dec 9 2025 Remi Collet - 12.5.2-1 - update to 12.5.2 - raise dependency on phpunit/php-code-coverage 12.5.1 diff --git a/sources b/sources index 5d23578..e0b2114 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit12-12.5.2-06713c2.tgz) = 5a998421356be9fbb15f47d24538b2b20b622d9b229c761eadafe635066d8143532b491ba7edd1d8b14b8d5ab19924a170897a068d30cbb417268c3815e21b9c +SHA512 (phpunit12-12.5.4-4ba0e92.tgz) = 63e0c678adfa2a5f177c11d2d41c5a23122878ab2bbe4b37a4e45c2c7fe14c8c63f5da676b1ce137103a202c1fb5fb8387f57f5408c9b931834c8558720819eb