From 3f833d27fb2008d7b17eb871c2991f2a4567ea2b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 21 Jan 2024 21:39:38 +0000 Subject: [PATCH 01/71] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- phpunit10.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/phpunit10.spec b/phpunit10.spec index 5cc4332..f9d521b 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -36,7 +36,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 @@ -266,6 +266,9 @@ exit $ret %changelog +* Sun Jan 21 2024 Fedora Release Engineering - 10.5.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Fri Jan 19 2024 Remi Collet - 10.5.8-1 - update to 10.5.8 From cc25f2d20fe3d49ce57f5e6002693564fa119583 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 23 Jan 2024 07:53:39 +0100 Subject: [PATCH 02/71] v10.5.9 --- .gitignore | 1 + phpunit10.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 153b946..3721fe8 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /phpunit10-10.5.5-ed21115.tgz /phpunit10-10.5.7-e5c5b39.tgz /phpunit10-10.5.8-08f4fa7.tgz +/phpunit10-10.5.9-0bd6637.tgz diff --git a/phpunit10.spec b/phpunit10.spec index f9d521b..b87af11 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit 08f4fa74d5fbfff1ef22abffee47aaedcaea227e -%global gh_date 2024-01-19 +%global gh_commit 0bd663704f0165c9e76fe4f06ffa6a1ca727fdbe +%global gh_date 2024-01-22 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,12 +31,12 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.8 +%global upstream_version 10.5.9 #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 @@ -266,6 +266,9 @@ exit $ret %changelog +* Tue Jan 23 2024 Remi Collet - 10.5.9-1 +- update to 10.5.9 + * Sun Jan 21 2024 Fedora Release Engineering - 10.5.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild diff --git a/sources b/sources index ce25ef7..49038a5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.8-08f4fa7.tgz) = c188ef298df218b52749ebb75d08d9216b361cd9dd1d30b1e578e5d066dbc67ae6c45ca837887025b48ba5b4d110dca8ade8eb9090df599c8340869d172ac3eb +SHA512 (phpunit10-10.5.9-0bd6637.tgz) = fe76b828c47e5dd5ae08c50f384c9a5117a98ec4b4f277ea653bf45a47afde318f08096f9beb2ab473c352de8f937a9f0990b02f6a7eb1d41eb21165ddb8d823 From 95ea87c415763f874802f96befdc4164366a3688 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 23 Jan 2024 07:53:39 +0100 Subject: [PATCH 03/71] v10.5.9 (cherry picked from commit cc25f2d20fe3d49ce57f5e6002693564fa119583) --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 153b946..3721fe8 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /phpunit10-10.5.5-ed21115.tgz /phpunit10-10.5.7-e5c5b39.tgz /phpunit10-10.5.8-08f4fa7.tgz +/phpunit10-10.5.9-0bd6637.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 5cc4332..32bd092 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit 08f4fa74d5fbfff1ef22abffee47aaedcaea227e -%global gh_date 2024-01-19 +%global gh_commit 0bd663704f0165c9e76fe4f06ffa6a1ca727fdbe +%global gh_date 2024-01-22 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.8 +%global upstream_version 10.5.9 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -266,6 +266,9 @@ exit $ret %changelog +* Tue Jan 23 2024 Remi Collet - 10.5.9-1 +- update to 10.5.9 + * Fri Jan 19 2024 Remi Collet - 10.5.8-1 - update to 10.5.8 diff --git a/sources b/sources index ce25ef7..49038a5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.8-08f4fa7.tgz) = c188ef298df218b52749ebb75d08d9216b361cd9dd1d30b1e578e5d066dbc67ae6c45ca837887025b48ba5b4d110dca8ade8eb9090df599c8340869d172ac3eb +SHA512 (phpunit10-10.5.9-0bd6637.tgz) = fe76b828c47e5dd5ae08c50f384c9a5117a98ec4b4f277ea653bf45a47afde318f08096f9beb2ab473c352de8f937a9f0990b02f6a7eb1d41eb21165ddb8d823 From 324c09a8f8d6616bdee8922db0edf4c70b982167 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 5 Feb 2024 09:48:08 +0100 Subject: [PATCH 04/71] v10.5.10 --- .gitignore | 1 + phpunit10.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 3721fe8..8b85e88 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /phpunit10-10.5.7-e5c5b39.tgz /phpunit10-10.5.8-08f4fa7.tgz /phpunit10-10.5.9-0bd6637.tgz +/phpunit10-10.5.10-50b8e31.tgz diff --git a/phpunit10.spec b/phpunit10.spec index b87af11..c87a7fb 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -11,14 +11,14 @@ %bcond_without tests -%if 0%{?fedora} >= 39 || 0%{?rhel} >= 10 +%if 0%{?fedora} == 39 %bcond_without defcmd %else %bcond_with defcmd %endif -%global gh_commit 0bd663704f0165c9e76fe4f06ffa6a1ca727fdbe -%global gh_date 2024-01-22 +%global gh_commit 50b8e314b6d0dd06521dc31d1abffa73f25f850c +%global gh_date 2024-02-04 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.9 +%global upstream_version 10.5.10 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -266,6 +266,9 @@ exit $ret %changelog +* Mon Feb 5 2024 Remi Collet - 10.5.10-1 +- update to 10.5.10 + * Tue Jan 23 2024 Remi Collet - 10.5.9-1 - update to 10.5.9 diff --git a/sources b/sources index 49038a5..9dc303a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.9-0bd6637.tgz) = fe76b828c47e5dd5ae08c50f384c9a5117a98ec4b4f277ea653bf45a47afde318f08096f9beb2ab473c352de8f937a9f0990b02f6a7eb1d41eb21165ddb8d823 +SHA512 (phpunit10-10.5.10-50b8e31.tgz) = 422430a68b525f57a49a4fab790551843fcac2b1e8e376d54e2169e3f60b79bffa13a45e4d2f9c8f7b057168b5d1818997b78685fb96333663cf23c8ce9f5b22 From 9d546b63636c6cce4cda90d36ea2f38009072b58 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 5 Feb 2024 09:48:08 +0100 Subject: [PATCH 05/71] v10.5.10 (cherry picked from commit 324c09a8f8d6616bdee8922db0edf4c70b982167) --- .gitignore | 1 + phpunit10.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 3721fe8..8b85e88 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /phpunit10-10.5.7-e5c5b39.tgz /phpunit10-10.5.8-08f4fa7.tgz /phpunit10-10.5.9-0bd6637.tgz +/phpunit10-10.5.10-50b8e31.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 32bd092..8c7debc 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -11,14 +11,14 @@ %bcond_without tests -%if 0%{?fedora} >= 39 || 0%{?rhel} >= 10 +%if 0%{?fedora} == 39 %bcond_without defcmd %else %bcond_with defcmd %endif -%global gh_commit 0bd663704f0165c9e76fe4f06ffa6a1ca727fdbe -%global gh_date 2024-01-22 +%global gh_commit 50b8e314b6d0dd06521dc31d1abffa73f25f850c +%global gh_date 2024-02-04 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.9 +%global upstream_version 10.5.10 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -266,6 +266,9 @@ exit $ret %changelog +* Mon Feb 5 2024 Remi Collet - 10.5.10-1 +- update to 10.5.10 + * Tue Jan 23 2024 Remi Collet - 10.5.9-1 - update to 10.5.9 diff --git a/sources b/sources index 49038a5..9dc303a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.9-0bd6637.tgz) = fe76b828c47e5dd5ae08c50f384c9a5117a98ec4b4f277ea653bf45a47afde318f08096f9beb2ab473c352de8f937a9f0990b02f6a7eb1d41eb21165ddb8d823 +SHA512 (phpunit10-10.5.10-50b8e31.tgz) = 422430a68b525f57a49a4fab790551843fcac2b1e8e376d54e2169e3f60b79bffa13a45e4d2f9c8f7b057168b5d1818997b78685fb96333663cf23c8ce9f5b22 From ad9d518c2aec6c09a3b3e848164461bd67557d30 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Feb 2024 10:16:17 +0100 Subject: [PATCH 06/71] v10.5.11 --- .gitignore | 1 + phpunit10.spec | 16 +++++++++++----- sources | 2 +- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 8b85e88..a8c4d29 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /phpunit10-10.5.8-08f4fa7.tgz /phpunit10-10.5.9-0bd6637.tgz /phpunit10-10.5.10-50b8e31.tgz +/phpunit10-10.5.11-0d968f6.tgz diff --git a/phpunit10.spec b/phpunit10.spec index c87a7fb..38621d9 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for phpunit10 # -# Copyright (c) 2010-2023 Remi Collet +# Copyright (c) 2010-2024 Remi Collet # # License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit 50b8e314b6d0dd06521dc31d1abffa73f25f850c -%global gh_date 2024-02-04 +%global gh_commit 0d968f6323deb3dbfeba5bfd4929b9415eb7a9a4 +%global gh_date 2024-02-25 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.10 +%global upstream_version 10.5.11 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -135,7 +135,10 @@ Requires: (php-composer(sebastian/version) >= 4.0 with php-c # "ext-soap": "*", Suggests: php-soap # recommends latest versions -# none yet +# Fedora 38+ only until 8.1 EOL +%if 0%{?fedora} >= 38 +Recommends: phpunit11 +%endif # Autoloader Requires: php-composer(fedora/autoloader) # From phpcompatinfo report for version 10.0.0 @@ -266,6 +269,9 @@ exit $ret %changelog +* Mon Feb 26 2024 Remi Collet - 10.5.11-1 +- update to 10.5.11 + * Mon Feb 5 2024 Remi Collet - 10.5.10-1 - update to 10.5.10 diff --git a/sources b/sources index 9dc303a..ed84d28 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.10-50b8e31.tgz) = 422430a68b525f57a49a4fab790551843fcac2b1e8e376d54e2169e3f60b79bffa13a45e4d2f9c8f7b057168b5d1818997b78685fb96333663cf23c8ce9f5b22 +SHA512 (phpunit10-10.5.11-0d968f6.tgz) = 22c0f7a028e4b1d88b9217924238fd0900a365689669bb192a5b2fc7918d4d66a065f800606e56fef455810bc151d425073d4b0e213433bdbece70d3c421075d From d5d5e96dc45fa389576d2fb9bcca582fa594a612 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Feb 2024 10:16:17 +0100 Subject: [PATCH 07/71] v10.5.11 (cherry picked from commit ad9d518c2aec6c09a3b3e848164461bd67557d30) --- .gitignore | 1 + phpunit10.spec | 16 +++++++++++----- sources | 2 +- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 8b85e88..a8c4d29 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /phpunit10-10.5.8-08f4fa7.tgz /phpunit10-10.5.9-0bd6637.tgz /phpunit10-10.5.10-50b8e31.tgz +/phpunit10-10.5.11-0d968f6.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 8c7debc..d93f8b7 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for phpunit10 # -# Copyright (c) 2010-2023 Remi Collet +# Copyright (c) 2010-2024 Remi Collet # # License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit 50b8e314b6d0dd06521dc31d1abffa73f25f850c -%global gh_date 2024-02-04 +%global gh_commit 0d968f6323deb3dbfeba5bfd4929b9415eb7a9a4 +%global gh_date 2024-02-25 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.10 +%global upstream_version 10.5.11 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -135,7 +135,10 @@ Requires: (php-composer(sebastian/version) >= 4.0 with php-c # "ext-soap": "*", Suggests: php-soap # recommends latest versions -# none yet +# Fedora 38+ only until 8.1 EOL +%if 0%{?fedora} >= 38 +Recommends: phpunit11 +%endif # Autoloader Requires: php-composer(fedora/autoloader) # From phpcompatinfo report for version 10.0.0 @@ -266,6 +269,9 @@ exit $ret %changelog +* Mon Feb 26 2024 Remi Collet - 10.5.11-1 +- update to 10.5.11 + * Mon Feb 5 2024 Remi Collet - 10.5.10-1 - update to 10.5.10 diff --git a/sources b/sources index 9dc303a..ed84d28 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.10-50b8e31.tgz) = 422430a68b525f57a49a4fab790551843fcac2b1e8e376d54e2169e3f60b79bffa13a45e4d2f9c8f7b057168b5d1818997b78685fb96333663cf23c8ce9f5b22 +SHA512 (phpunit10-10.5.11-0d968f6.tgz) = 22c0f7a028e4b1d88b9217924238fd0900a365689669bb192a5b2fc7918d4d66a065f800606e56fef455810bc151d425073d4b0e213433bdbece70d3c421075d From e45af72de812d0fcb7ae727db12a3d82d0248766 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 12 Mar 2024 07:46:33 +0100 Subject: [PATCH 08/71] v10.5.12 --- .gitignore | 1 + phpunit10-rpm.patch | 42 +++++++++++++++++++++++++++++++++++------- phpunit10.spec | 10 +++++++--- sources | 2 +- 4 files changed, 44 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index a8c4d29..bb19382 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /phpunit10-10.5.9-0bd6637.tgz /phpunit10-10.5.10-50b8e31.tgz /phpunit10-10.5.11-0d968f6.tgz +/phpunit10-10.5.12-41a9886.tgz diff --git a/phpunit10-rpm.patch b/phpunit10-rpm.patch index 9ddfc8c..ac79d54 100644 --- a/phpunit10-rpm.patch +++ b/phpunit10-rpm.patch @@ -1,6 +1,6 @@ diff -up ./phpunit.rpm ./phpunit ---- ./phpunit.rpm 2024-01-15 07:31:36.850034357 +0100 -+++ ./phpunit 2024-01-15 07:33:02.306130486 +0100 +--- ./phpunit.rpm 2024-02-26 09:36:05.000000000 +0100 ++++ ./phpunit 2024-03-06 10:22:28.176494758 +0100 @@ -46,27 +46,13 @@ if (isset($GLOBALS['_composer_autoload_p define('PHPUNIT_COMPOSER_INSTALL', $GLOBALS['_composer_autoload_path']); @@ -49,10 +49,38 @@ diff -up ./phpunit.rpm ./phpunit + // PHPUnit v6 to v9 + PHPUnit\TextUI\Command::main(); +} +diff -up ./src/TextUI/Command/Commands/VersionCheckCommand.php.rpm ./src/TextUI/Command/Commands/VersionCheckCommand.php +--- ./src/TextUI/Command/Commands/VersionCheckCommand.php.rpm 2024-03-06 10:23:20.003477445 +0100 ++++ ./src/TextUI/Command/Commands/VersionCheckCommand.php 2024-03-06 10:24:42.157620333 +0100 +@@ -24,7 +24,7 @@ final class VersionCheckCommand implemen + public function execute(): Result + { + $latestVersion = file_get_contents('https://phar.phpunit.de/latest-version-of/phpunit'); +- $latestCompatibleVersion = file_get_contents('https://phar.phpunit.de/latest-version-of/phpunit-' . Version::majorVersionNumber()); ++ $latestCompatibleVersion = file_get_contents('https://phar.phpunit.de/latest-version-of/phpunit-' . $major=Version::majorVersionNumber()); + + $notLatest = version_compare($latestVersion, Version::id(), '>'); + $notLatestCompatible = version_compare($latestCompatibleVersion, Version::id(), '>'); +@@ -43,6 +43,7 @@ final class VersionCheckCommand implemen + Version::id(), + $latestCompatibleVersion, + ); ++ $buffer .= sprintf('Try a system update for new phpunit%s package.' . PHP_EOL, $major); + } + + if ($notLatest) { +@@ -50,6 +51,7 @@ final class VersionCheckCommand implemen + 'The latest version is PHPUnit %s.' . PHP_EOL, + $latestVersion, + ); ++ $buffer .= sprintf('Try to install and use the phpunit%s command.' . PHP_EOL, explode('.', $latestVersion)[0]); + } + + return Result::from($buffer); diff -up ./src/TextUI/Configuration/Xml/SchemaFinder.php.rpm ./src/TextUI/Configuration/Xml/SchemaFinder.php ---- ./src/TextUI/Configuration/Xml/SchemaFinder.php.rpm 2024-01-15 07:25:40.000000000 +0100 -+++ ./src/TextUI/Configuration/Xml/SchemaFinder.php 2024-01-15 07:31:36.850034357 +0100 -@@ -48,6 +48,6 @@ final class SchemaFinder +--- ./src/TextUI/Configuration/Xml/SchemaFinder.php.rpm 2024-02-26 09:36:05.000000000 +0100 ++++ ./src/TextUI/Configuration/Xml/SchemaFinder.php 2024-03-06 10:22:28.177494796 +0100 +@@ -75,6 +75,6 @@ final class SchemaFinder return __PHPUNIT_PHAR_ROOT__ . '/'; } @@ -61,8 +89,8 @@ diff -up ./src/TextUI/Configuration/Xml/SchemaFinder.php.rpm ./src/TextUI/Config } } diff -up ./tests/bootstrap.php.rpm ./tests/bootstrap.php ---- ./tests/bootstrap.php.rpm 2024-01-15 07:25:39.000000000 +0100 -+++ ./tests/bootstrap.php 2024-01-15 07:31:36.851034393 +0100 +--- ./tests/bootstrap.php.rpm 2024-02-26 09:36:05.000000000 +0100 ++++ ./tests/bootstrap.php 2024-03-06 10:22:28.177494796 +0100 @@ -11,8 +11,8 @@ if (!defined('TEST_FILES_PATH')) { define('TEST_FILES_PATH', __DIR__ . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR); } diff --git a/phpunit10.spec b/phpunit10.spec index 38621d9..ef4cafc 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit 0d968f6323deb3dbfeba5bfd4929b9415eb7a9a4 -%global gh_date 2024-02-25 +%global gh_commit 41a9886b85ac7bf3929853baf96b95361cd69d2b +%global gh_date 2024-03-09 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.11 +%global upstream_version 10.5.12 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -41,6 +41,7 @@ Summary: The PHP Unit Testing framework version %{ver_major} License: BSD-3-Clause URL: https://github.com/%{gh_owner}/%{gh_project} +# run makesrc.sh to create a git snapshot with test suite Source0: %{name}-%{upstream_version}-%{gh_short}.tgz Source1: makesrc.sh @@ -269,6 +270,9 @@ exit $ret %changelog +* Sat Mar 9 2024 Remi Collet - 10.5.12-1 +- update to 10.5.12 + * Mon Feb 26 2024 Remi Collet - 10.5.11-1 - update to 10.5.11 diff --git a/sources b/sources index ed84d28..bf779c3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.11-0d968f6.tgz) = 22c0f7a028e4b1d88b9217924238fd0900a365689669bb192a5b2fc7918d4d66a065f800606e56fef455810bc151d425073d4b0e213433bdbece70d3c421075d +SHA512 (phpunit10-10.5.12-41a9886.tgz) = 082dedf29edbad2ad803a8baa56500a5b0eb9ddd565e8481aa929bea09aef094003f3698570e51ec84276728d0bd24060663cf7d412433d18345070259b92855 From 19924dcaa2b2106c65aa7b128cc4b72a07fba71c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 12 Mar 2024 07:46:33 +0100 Subject: [PATCH 09/71] v10.5.12 (cherry picked from commit e45af72de812d0fcb7ae727db12a3d82d0248766) --- .gitignore | 1 + phpunit10-rpm.patch | 42 +++++++++++++++++++++++++++++++++++------- phpunit10.spec | 10 +++++++--- sources | 2 +- 4 files changed, 44 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index a8c4d29..bb19382 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /phpunit10-10.5.9-0bd6637.tgz /phpunit10-10.5.10-50b8e31.tgz /phpunit10-10.5.11-0d968f6.tgz +/phpunit10-10.5.12-41a9886.tgz diff --git a/phpunit10-rpm.patch b/phpunit10-rpm.patch index 9ddfc8c..ac79d54 100644 --- a/phpunit10-rpm.patch +++ b/phpunit10-rpm.patch @@ -1,6 +1,6 @@ diff -up ./phpunit.rpm ./phpunit ---- ./phpunit.rpm 2024-01-15 07:31:36.850034357 +0100 -+++ ./phpunit 2024-01-15 07:33:02.306130486 +0100 +--- ./phpunit.rpm 2024-02-26 09:36:05.000000000 +0100 ++++ ./phpunit 2024-03-06 10:22:28.176494758 +0100 @@ -46,27 +46,13 @@ if (isset($GLOBALS['_composer_autoload_p define('PHPUNIT_COMPOSER_INSTALL', $GLOBALS['_composer_autoload_path']); @@ -49,10 +49,38 @@ diff -up ./phpunit.rpm ./phpunit + // PHPUnit v6 to v9 + PHPUnit\TextUI\Command::main(); +} +diff -up ./src/TextUI/Command/Commands/VersionCheckCommand.php.rpm ./src/TextUI/Command/Commands/VersionCheckCommand.php +--- ./src/TextUI/Command/Commands/VersionCheckCommand.php.rpm 2024-03-06 10:23:20.003477445 +0100 ++++ ./src/TextUI/Command/Commands/VersionCheckCommand.php 2024-03-06 10:24:42.157620333 +0100 +@@ -24,7 +24,7 @@ final class VersionCheckCommand implemen + public function execute(): Result + { + $latestVersion = file_get_contents('https://phar.phpunit.de/latest-version-of/phpunit'); +- $latestCompatibleVersion = file_get_contents('https://phar.phpunit.de/latest-version-of/phpunit-' . Version::majorVersionNumber()); ++ $latestCompatibleVersion = file_get_contents('https://phar.phpunit.de/latest-version-of/phpunit-' . $major=Version::majorVersionNumber()); + + $notLatest = version_compare($latestVersion, Version::id(), '>'); + $notLatestCompatible = version_compare($latestCompatibleVersion, Version::id(), '>'); +@@ -43,6 +43,7 @@ final class VersionCheckCommand implemen + Version::id(), + $latestCompatibleVersion, + ); ++ $buffer .= sprintf('Try a system update for new phpunit%s package.' . PHP_EOL, $major); + } + + if ($notLatest) { +@@ -50,6 +51,7 @@ final class VersionCheckCommand implemen + 'The latest version is PHPUnit %s.' . PHP_EOL, + $latestVersion, + ); ++ $buffer .= sprintf('Try to install and use the phpunit%s command.' . PHP_EOL, explode('.', $latestVersion)[0]); + } + + return Result::from($buffer); diff -up ./src/TextUI/Configuration/Xml/SchemaFinder.php.rpm ./src/TextUI/Configuration/Xml/SchemaFinder.php ---- ./src/TextUI/Configuration/Xml/SchemaFinder.php.rpm 2024-01-15 07:25:40.000000000 +0100 -+++ ./src/TextUI/Configuration/Xml/SchemaFinder.php 2024-01-15 07:31:36.850034357 +0100 -@@ -48,6 +48,6 @@ final class SchemaFinder +--- ./src/TextUI/Configuration/Xml/SchemaFinder.php.rpm 2024-02-26 09:36:05.000000000 +0100 ++++ ./src/TextUI/Configuration/Xml/SchemaFinder.php 2024-03-06 10:22:28.177494796 +0100 +@@ -75,6 +75,6 @@ final class SchemaFinder return __PHPUNIT_PHAR_ROOT__ . '/'; } @@ -61,8 +89,8 @@ diff -up ./src/TextUI/Configuration/Xml/SchemaFinder.php.rpm ./src/TextUI/Config } } diff -up ./tests/bootstrap.php.rpm ./tests/bootstrap.php ---- ./tests/bootstrap.php.rpm 2024-01-15 07:25:39.000000000 +0100 -+++ ./tests/bootstrap.php 2024-01-15 07:31:36.851034393 +0100 +--- ./tests/bootstrap.php.rpm 2024-02-26 09:36:05.000000000 +0100 ++++ ./tests/bootstrap.php 2024-03-06 10:22:28.177494796 +0100 @@ -11,8 +11,8 @@ if (!defined('TEST_FILES_PATH')) { define('TEST_FILES_PATH', __DIR__ . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR); } diff --git a/phpunit10.spec b/phpunit10.spec index d93f8b7..b7387ea 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit 0d968f6323deb3dbfeba5bfd4929b9415eb7a9a4 -%global gh_date 2024-02-25 +%global gh_commit 41a9886b85ac7bf3929853baf96b95361cd69d2b +%global gh_date 2024-03-09 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.11 +%global upstream_version 10.5.12 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -41,6 +41,7 @@ Summary: The PHP Unit Testing framework version %{ver_major} License: BSD-3-Clause URL: https://github.com/%{gh_owner}/%{gh_project} +# run makesrc.sh to create a git snapshot with test suite Source0: %{name}-%{upstream_version}-%{gh_short}.tgz Source1: makesrc.sh @@ -269,6 +270,9 @@ exit $ret %changelog +* Sat Mar 9 2024 Remi Collet - 10.5.12-1 +- update to 10.5.12 + * Mon Feb 26 2024 Remi Collet - 10.5.11-1 - update to 10.5.11 diff --git a/sources b/sources index ed84d28..bf779c3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.11-0d968f6.tgz) = 22c0f7a028e4b1d88b9217924238fd0900a365689669bb192a5b2fc7918d4d66a065f800606e56fef455810bc151d425073d4b0e213433bdbece70d3c421075d +SHA512 (phpunit10-10.5.12-41a9886.tgz) = 082dedf29edbad2ad803a8baa56500a5b0eb9ddd565e8481aa929bea09aef094003f3698570e51ec84276728d0bd24060663cf7d412433d18345070259b92855 From 61e14d3d1be773d2ecae1aeb7a5672a68caf2be9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 13 Mar 2024 09:13:05 +0100 Subject: [PATCH 10/71] v10.5.13 --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index bb19382..ff6bf30 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /phpunit10-10.5.10-50b8e31.tgz /phpunit10-10.5.11-0d968f6.tgz /phpunit10-10.5.12-41a9886.tgz +/phpunit10-10.5.13-20a63fc.tgz diff --git a/phpunit10.spec b/phpunit10.spec index ef4cafc..566b6f0 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit 41a9886b85ac7bf3929853baf96b95361cd69d2b -%global gh_date 2024-03-09 +%global gh_commit 20a63fc1c6db29b15da3bd02d4b6cf59900088a7 +%global gh_date 2024-03-12 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.12 +%global upstream_version 10.5.13 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -270,6 +270,9 @@ exit $ret %changelog +* Wed Mar 13 2024 Remi Collet - 10.5.13-1 +- update to 10.5.13 + * Sat Mar 9 2024 Remi Collet - 10.5.12-1 - update to 10.5.12 diff --git a/sources b/sources index bf779c3..7c4f522 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.12-41a9886.tgz) = 082dedf29edbad2ad803a8baa56500a5b0eb9ddd565e8481aa929bea09aef094003f3698570e51ec84276728d0bd24060663cf7d412433d18345070259b92855 +SHA512 (phpunit10-10.5.13-20a63fc.tgz) = 08c18730f0f1d6c5f259e5a19e2b3bff4fd5c062a3ee0ec9cb2a75eb2c03f5ac1fe34eaef7450a8ad6e52662c5dd2c47c9279fd0adcac44f240c74706b4ae44c From a8a871637f9678cae10af6bd7a17ff5a8cd1d039 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 13 Mar 2024 09:13:05 +0100 Subject: [PATCH 11/71] v10.5.13 (cherry picked from commit 61e14d3d1be773d2ecae1aeb7a5672a68caf2be9) --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index bb19382..ff6bf30 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /phpunit10-10.5.10-50b8e31.tgz /phpunit10-10.5.11-0d968f6.tgz /phpunit10-10.5.12-41a9886.tgz +/phpunit10-10.5.13-20a63fc.tgz diff --git a/phpunit10.spec b/phpunit10.spec index b7387ea..a92feca 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit 41a9886b85ac7bf3929853baf96b95361cd69d2b -%global gh_date 2024-03-09 +%global gh_commit 20a63fc1c6db29b15da3bd02d4b6cf59900088a7 +%global gh_date 2024-03-12 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.12 +%global upstream_version 10.5.13 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -270,6 +270,9 @@ exit $ret %changelog +* Wed Mar 13 2024 Remi Collet - 10.5.13-1 +- update to 10.5.13 + * Sat Mar 9 2024 Remi Collet - 10.5.12-1 - update to 10.5.12 diff --git a/sources b/sources index bf779c3..7c4f522 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.12-41a9886.tgz) = 082dedf29edbad2ad803a8baa56500a5b0eb9ddd565e8481aa929bea09aef094003f3698570e51ec84276728d0bd24060663cf7d412433d18345070259b92855 +SHA512 (phpunit10-10.5.13-20a63fc.tgz) = 08c18730f0f1d6c5f259e5a19e2b3bff4fd5c062a3ee0ec9cb2a75eb2c03f5ac1fe34eaef7450a8ad6e52662c5dd2c47c9279fd0adcac44f240c74706b4ae44c From cdd722631a79ea6840e4c20ed629d7512248ea6e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 21 Mar 2024 10:37:18 +0100 Subject: [PATCH 12/71] v10.5.14 --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index ff6bf30..f4d9f7a 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /phpunit10-10.5.11-0d968f6.tgz /phpunit10-10.5.12-41a9886.tgz /phpunit10-10.5.13-20a63fc.tgz +/phpunit10-10.5.14-4cf8824.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 566b6f0..d8b7853 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit 20a63fc1c6db29b15da3bd02d4b6cf59900088a7 -%global gh_date 2024-03-12 +%global gh_commit 4cf8824bab39c2dd57b57b9f6332f7135e2a3a49 +%global gh_date 2024-03-21 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.13 +%global upstream_version 10.5.14 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -270,6 +270,9 @@ exit $ret %changelog +* Thu Mar 21 2024 Remi Collet - 10.5.14-1 +- update to 10.5.14 + * Wed Mar 13 2024 Remi Collet - 10.5.13-1 - update to 10.5.13 diff --git a/sources b/sources index 7c4f522..36ebe02 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.13-20a63fc.tgz) = 08c18730f0f1d6c5f259e5a19e2b3bff4fd5c062a3ee0ec9cb2a75eb2c03f5ac1fe34eaef7450a8ad6e52662c5dd2c47c9279fd0adcac44f240c74706b4ae44c +SHA512 (phpunit10-10.5.14-4cf8824.tgz) = 551f0794233e0afd7cc658ab48a590166b653abbdce9f7b595c078bc12a5c3ffbbf0f105caa6a6b8df982f9e7d6397e05c9cdf949620de2fbcca56f8c207afaf From bbbef09cb5d722c0c99c0f6f0ae325b7272166eb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 21 Mar 2024 10:37:18 +0100 Subject: [PATCH 13/71] v10.5.14 (cherry picked from commit cdd722631a79ea6840e4c20ed629d7512248ea6e) --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index ff6bf30..f4d9f7a 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /phpunit10-10.5.11-0d968f6.tgz /phpunit10-10.5.12-41a9886.tgz /phpunit10-10.5.13-20a63fc.tgz +/phpunit10-10.5.14-4cf8824.tgz diff --git a/phpunit10.spec b/phpunit10.spec index a92feca..686d381 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit 20a63fc1c6db29b15da3bd02d4b6cf59900088a7 -%global gh_date 2024-03-12 +%global gh_commit 4cf8824bab39c2dd57b57b9f6332f7135e2a3a49 +%global gh_date 2024-03-21 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.13 +%global upstream_version 10.5.14 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -270,6 +270,9 @@ exit $ret %changelog +* Thu Mar 21 2024 Remi Collet - 10.5.14-1 +- update to 10.5.14 + * Wed Mar 13 2024 Remi Collet - 10.5.13-1 - update to 10.5.13 diff --git a/sources b/sources index 7c4f522..36ebe02 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.13-20a63fc.tgz) = 08c18730f0f1d6c5f259e5a19e2b3bff4fd5c062a3ee0ec9cb2a75eb2c03f5ac1fe34eaef7450a8ad6e52662c5dd2c47c9279fd0adcac44f240c74706b4ae44c +SHA512 (phpunit10-10.5.14-4cf8824.tgz) = 551f0794233e0afd7cc658ab48a590166b653abbdce9f7b595c078bc12a5c3ffbbf0f105caa6a6b8df982f9e7d6397e05c9cdf949620de2fbcca56f8c207afaf From 0d569131e247281a2f4079fdd1a1e50037fc2443 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 22 Mar 2024 07:53:37 +0100 Subject: [PATCH 14/71] v10.5.15 --- .gitignore | 1 + phpunit10-rpm.patch | 29 +++++++++++++++++++---------- phpunit10.spec | 9 ++++++--- sources | 2 +- 4 files changed, 27 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index f4d9f7a..4ae61db 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /phpunit10-10.5.12-41a9886.tgz /phpunit10-10.5.13-20a63fc.tgz /phpunit10-10.5.14-4cf8824.tgz +/phpunit10-10.5.15-86376e0.tgz diff --git a/phpunit10-rpm.patch b/phpunit10-rpm.patch index ac79d54..fa07a47 100644 --- a/phpunit10-rpm.patch +++ b/phpunit10-rpm.patch @@ -1,6 +1,6 @@ diff -up ./phpunit.rpm ./phpunit ---- ./phpunit.rpm 2024-02-26 09:36:05.000000000 +0100 -+++ ./phpunit 2024-03-06 10:22:28.176494758 +0100 +--- ./phpunit.rpm 2024-03-21 10:34:01.000000000 +0100 ++++ ./phpunit 2024-03-21 14:02:24.892294049 +0100 @@ -46,27 +46,13 @@ if (isset($GLOBALS['_composer_autoload_p define('PHPUNIT_COMPOSER_INSTALL', $GLOBALS['_composer_autoload_path']); @@ -50,8 +50,8 @@ diff -up ./phpunit.rpm ./phpunit + PHPUnit\TextUI\Command::main(); +} diff -up ./src/TextUI/Command/Commands/VersionCheckCommand.php.rpm ./src/TextUI/Command/Commands/VersionCheckCommand.php ---- ./src/TextUI/Command/Commands/VersionCheckCommand.php.rpm 2024-03-06 10:23:20.003477445 +0100 -+++ ./src/TextUI/Command/Commands/VersionCheckCommand.php 2024-03-06 10:24:42.157620333 +0100 +--- ./src/TextUI/Command/Commands/VersionCheckCommand.php.rpm 2024-03-21 10:34:01.000000000 +0100 ++++ ./src/TextUI/Command/Commands/VersionCheckCommand.php 2024-03-21 14:02:53.539493026 +0100 @@ -24,7 +24,7 @@ final class VersionCheckCommand implemen public function execute(): Result { @@ -61,11 +61,20 @@ diff -up ./src/TextUI/Command/Commands/VersionCheckCommand.php.rpm ./src/TextUI/ $notLatest = version_compare($latestVersion, Version::id(), '>'); $notLatestCompatible = version_compare($latestCompatibleVersion, Version::id(), '>'); +@@ -35,7 +35,7 @@ final class VersionCheckCommand implemen + ); + } + +- $buffer = 'You are not using the latest version of PHPUnit.' . PHP_EOL; ++ $buffer = 'You are not using the latest version of PHPUnit.' . PHP_EOL . PHP_EOL; + + if ($notLatestCompatible) { + $buffer .= sprintf( @@ -43,6 +43,7 @@ final class VersionCheckCommand implemen Version::id(), $latestCompatibleVersion, ); -+ $buffer .= sprintf('Try a system update for new phpunit%s package.' . PHP_EOL, $major); ++ $buffer .= sprintf('Try a system update for new phpunit%s package.' . PHP_EOL . PHP_EOL, $major); } if ($notLatest) { @@ -73,13 +82,13 @@ diff -up ./src/TextUI/Command/Commands/VersionCheckCommand.php.rpm ./src/TextUI/ 'The latest version is PHPUnit %s.' . PHP_EOL, $latestVersion, ); -+ $buffer .= sprintf('Try to install and use the phpunit%s command.' . PHP_EOL, explode('.', $latestVersion)[0]); ++ $buffer .= sprintf('Try to install and use the phpunit%s command.' . PHP_EOL . PHP_EOL, explode('.', $latestVersion)[0]); } return Result::from($buffer); diff -up ./src/TextUI/Configuration/Xml/SchemaFinder.php.rpm ./src/TextUI/Configuration/Xml/SchemaFinder.php ---- ./src/TextUI/Configuration/Xml/SchemaFinder.php.rpm 2024-02-26 09:36:05.000000000 +0100 -+++ ./src/TextUI/Configuration/Xml/SchemaFinder.php 2024-03-06 10:22:28.177494796 +0100 +--- ./src/TextUI/Configuration/Xml/SchemaFinder.php.rpm 2024-03-21 10:34:01.000000000 +0100 ++++ ./src/TextUI/Configuration/Xml/SchemaFinder.php 2024-03-21 14:02:24.893294091 +0100 @@ -75,6 +75,6 @@ final class SchemaFinder return __PHPUNIT_PHAR_ROOT__ . '/'; } @@ -89,8 +98,8 @@ diff -up ./src/TextUI/Configuration/Xml/SchemaFinder.php.rpm ./src/TextUI/Config } } diff -up ./tests/bootstrap.php.rpm ./tests/bootstrap.php ---- ./tests/bootstrap.php.rpm 2024-02-26 09:36:05.000000000 +0100 -+++ ./tests/bootstrap.php 2024-03-06 10:22:28.177494796 +0100 +--- ./tests/bootstrap.php.rpm 2024-03-21 10:34:01.000000000 +0100 ++++ ./tests/bootstrap.php 2024-03-21 14:02:24.893294091 +0100 @@ -11,8 +11,8 @@ if (!defined('TEST_FILES_PATH')) { define('TEST_FILES_PATH', __DIR__ . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR); } diff --git a/phpunit10.spec b/phpunit10.spec index d8b7853..1916435 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit 4cf8824bab39c2dd57b57b9f6332f7135e2a3a49 -%global gh_date 2024-03-21 +%global gh_commit 86376e05e8745ed81d88232ff92fee868247b07b +%global gh_date 2024-03-22 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.14 +%global upstream_version 10.5.15 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -270,6 +270,9 @@ exit $ret %changelog +* Fri Mar 22 2024 Remi Collet - 10.5.15-1 +- update to 10.5.15 + * Thu Mar 21 2024 Remi Collet - 10.5.14-1 - update to 10.5.14 diff --git a/sources b/sources index 36ebe02..e3c8bd3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.14-4cf8824.tgz) = 551f0794233e0afd7cc658ab48a590166b653abbdce9f7b595c078bc12a5c3ffbbf0f105caa6a6b8df982f9e7d6397e05c9cdf949620de2fbcca56f8c207afaf +SHA512 (phpunit10-10.5.15-86376e0.tgz) = 9373f4807c4380fdb788ddbddcf1badff5b5ca5ddac175c97cdbf6f1ebd385441ef590b4e39cc95272f86e6179d205fae3aab83301ea0a478bb275e3844da722 From c64e74625b5d852e2c55a68394f9eafcc435fb2a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 22 Mar 2024 07:53:37 +0100 Subject: [PATCH 15/71] v10.5.15 (cherry picked from commit 0d569131e247281a2f4079fdd1a1e50037fc2443) --- .gitignore | 1 + phpunit10-rpm.patch | 29 +++++++++++++++++++---------- phpunit10.spec | 9 ++++++--- sources | 2 +- 4 files changed, 27 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index f4d9f7a..4ae61db 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /phpunit10-10.5.12-41a9886.tgz /phpunit10-10.5.13-20a63fc.tgz /phpunit10-10.5.14-4cf8824.tgz +/phpunit10-10.5.15-86376e0.tgz diff --git a/phpunit10-rpm.patch b/phpunit10-rpm.patch index ac79d54..fa07a47 100644 --- a/phpunit10-rpm.patch +++ b/phpunit10-rpm.patch @@ -1,6 +1,6 @@ diff -up ./phpunit.rpm ./phpunit ---- ./phpunit.rpm 2024-02-26 09:36:05.000000000 +0100 -+++ ./phpunit 2024-03-06 10:22:28.176494758 +0100 +--- ./phpunit.rpm 2024-03-21 10:34:01.000000000 +0100 ++++ ./phpunit 2024-03-21 14:02:24.892294049 +0100 @@ -46,27 +46,13 @@ if (isset($GLOBALS['_composer_autoload_p define('PHPUNIT_COMPOSER_INSTALL', $GLOBALS['_composer_autoload_path']); @@ -50,8 +50,8 @@ diff -up ./phpunit.rpm ./phpunit + PHPUnit\TextUI\Command::main(); +} diff -up ./src/TextUI/Command/Commands/VersionCheckCommand.php.rpm ./src/TextUI/Command/Commands/VersionCheckCommand.php ---- ./src/TextUI/Command/Commands/VersionCheckCommand.php.rpm 2024-03-06 10:23:20.003477445 +0100 -+++ ./src/TextUI/Command/Commands/VersionCheckCommand.php 2024-03-06 10:24:42.157620333 +0100 +--- ./src/TextUI/Command/Commands/VersionCheckCommand.php.rpm 2024-03-21 10:34:01.000000000 +0100 ++++ ./src/TextUI/Command/Commands/VersionCheckCommand.php 2024-03-21 14:02:53.539493026 +0100 @@ -24,7 +24,7 @@ final class VersionCheckCommand implemen public function execute(): Result { @@ -61,11 +61,20 @@ diff -up ./src/TextUI/Command/Commands/VersionCheckCommand.php.rpm ./src/TextUI/ $notLatest = version_compare($latestVersion, Version::id(), '>'); $notLatestCompatible = version_compare($latestCompatibleVersion, Version::id(), '>'); +@@ -35,7 +35,7 @@ final class VersionCheckCommand implemen + ); + } + +- $buffer = 'You are not using the latest version of PHPUnit.' . PHP_EOL; ++ $buffer = 'You are not using the latest version of PHPUnit.' . PHP_EOL . PHP_EOL; + + if ($notLatestCompatible) { + $buffer .= sprintf( @@ -43,6 +43,7 @@ final class VersionCheckCommand implemen Version::id(), $latestCompatibleVersion, ); -+ $buffer .= sprintf('Try a system update for new phpunit%s package.' . PHP_EOL, $major); ++ $buffer .= sprintf('Try a system update for new phpunit%s package.' . PHP_EOL . PHP_EOL, $major); } if ($notLatest) { @@ -73,13 +82,13 @@ diff -up ./src/TextUI/Command/Commands/VersionCheckCommand.php.rpm ./src/TextUI/ 'The latest version is PHPUnit %s.' . PHP_EOL, $latestVersion, ); -+ $buffer .= sprintf('Try to install and use the phpunit%s command.' . PHP_EOL, explode('.', $latestVersion)[0]); ++ $buffer .= sprintf('Try to install and use the phpunit%s command.' . PHP_EOL . PHP_EOL, explode('.', $latestVersion)[0]); } return Result::from($buffer); diff -up ./src/TextUI/Configuration/Xml/SchemaFinder.php.rpm ./src/TextUI/Configuration/Xml/SchemaFinder.php ---- ./src/TextUI/Configuration/Xml/SchemaFinder.php.rpm 2024-02-26 09:36:05.000000000 +0100 -+++ ./src/TextUI/Configuration/Xml/SchemaFinder.php 2024-03-06 10:22:28.177494796 +0100 +--- ./src/TextUI/Configuration/Xml/SchemaFinder.php.rpm 2024-03-21 10:34:01.000000000 +0100 ++++ ./src/TextUI/Configuration/Xml/SchemaFinder.php 2024-03-21 14:02:24.893294091 +0100 @@ -75,6 +75,6 @@ final class SchemaFinder return __PHPUNIT_PHAR_ROOT__ . '/'; } @@ -89,8 +98,8 @@ diff -up ./src/TextUI/Configuration/Xml/SchemaFinder.php.rpm ./src/TextUI/Config } } diff -up ./tests/bootstrap.php.rpm ./tests/bootstrap.php ---- ./tests/bootstrap.php.rpm 2024-02-26 09:36:05.000000000 +0100 -+++ ./tests/bootstrap.php 2024-03-06 10:22:28.177494796 +0100 +--- ./tests/bootstrap.php.rpm 2024-03-21 10:34:01.000000000 +0100 ++++ ./tests/bootstrap.php 2024-03-21 14:02:24.893294091 +0100 @@ -11,8 +11,8 @@ if (!defined('TEST_FILES_PATH')) { define('TEST_FILES_PATH', __DIR__ . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR); } diff --git a/phpunit10.spec b/phpunit10.spec index 686d381..6b3328c 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit 4cf8824bab39c2dd57b57b9f6332f7135e2a3a49 -%global gh_date 2024-03-21 +%global gh_commit 86376e05e8745ed81d88232ff92fee868247b07b +%global gh_date 2024-03-22 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.14 +%global upstream_version 10.5.15 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -270,6 +270,9 @@ exit $ret %changelog +* Fri Mar 22 2024 Remi Collet - 10.5.15-1 +- update to 10.5.15 + * Thu Mar 21 2024 Remi Collet - 10.5.14-1 - update to 10.5.14 diff --git a/sources b/sources index 36ebe02..e3c8bd3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.14-4cf8824.tgz) = 551f0794233e0afd7cc658ab48a590166b653abbdce9f7b595c078bc12a5c3ffbbf0f105caa6a6b8df982f9e7d6397e05c9cdf949620de2fbcca56f8c207afaf +SHA512 (phpunit10-10.5.15-86376e0.tgz) = 9373f4807c4380fdb788ddbddcf1badff5b5ca5ddac175c97cdbf6f1ebd385441ef590b4e39cc95272f86e6179d205fae3aab83301ea0a478bb275e3844da722 From 9f944b5c1e4a53a21adf064a102cd899af1fa7c5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Mar 2024 14:40:32 +0100 Subject: [PATCH 16/71] v10.5.16 --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 4ae61db..6beddc0 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /phpunit10-10.5.13-20a63fc.tgz /phpunit10-10.5.14-4cf8824.tgz /phpunit10-10.5.15-86376e0.tgz +/phpunit10-10.5.16-18f8d4a.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 1916435..dab11f5 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit 86376e05e8745ed81d88232ff92fee868247b07b -%global gh_date 2024-03-22 +%global gh_commit 18f8d4a5f52b61fdd9370aaae3167daa0eeb69cd +%global gh_date 2024-03-28 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.15 +%global upstream_version 10.5.16 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -270,6 +270,9 @@ exit $ret %changelog +* Thu Mar 28 2024 Remi Collet - 10.5.16-1 +- update to 10.5.16 + * Fri Mar 22 2024 Remi Collet - 10.5.15-1 - update to 10.5.15 diff --git a/sources b/sources index e3c8bd3..f77e619 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.15-86376e0.tgz) = 9373f4807c4380fdb788ddbddcf1badff5b5ca5ddac175c97cdbf6f1ebd385441ef590b4e39cc95272f86e6179d205fae3aab83301ea0a478bb275e3844da722 +SHA512 (phpunit10-10.5.16-18f8d4a.tgz) = f5466dd3f787f41f428f0fd096a9438aca6a2b75af459fe4755a951dc523c72af20ca6973ea401d49d82cedecd8a0cefa179e4ec60bcd17adc3f55e058cea854 From 2eab6bd645494cbc123a0dddf62ec3b76cd85a8d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Mar 2024 14:40:32 +0100 Subject: [PATCH 17/71] v10.5.16 (cherry picked from commit 9f944b5c1e4a53a21adf064a102cd899af1fa7c5) --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 4ae61db..6beddc0 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /phpunit10-10.5.13-20a63fc.tgz /phpunit10-10.5.14-4cf8824.tgz /phpunit10-10.5.15-86376e0.tgz +/phpunit10-10.5.16-18f8d4a.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 6b3328c..558edc8 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit 86376e05e8745ed81d88232ff92fee868247b07b -%global gh_date 2024-03-22 +%global gh_commit 18f8d4a5f52b61fdd9370aaae3167daa0eeb69cd +%global gh_date 2024-03-28 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.15 +%global upstream_version 10.5.16 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -270,6 +270,9 @@ exit $ret %changelog +* Thu Mar 28 2024 Remi Collet - 10.5.16-1 +- update to 10.5.16 + * Fri Mar 22 2024 Remi Collet - 10.5.15-1 - update to 10.5.15 diff --git a/sources b/sources index e3c8bd3..f77e619 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.15-86376e0.tgz) = 9373f4807c4380fdb788ddbddcf1badff5b5ca5ddac175c97cdbf6f1ebd385441ef590b4e39cc95272f86e6179d205fae3aab83301ea0a478bb275e3844da722 +SHA512 (phpunit10-10.5.16-18f8d4a.tgz) = f5466dd3f787f41f428f0fd096a9438aca6a2b75af459fe4755a951dc523c72af20ca6973ea401d49d82cedecd8a0cefa179e4ec60bcd17adc3f55e058cea854 From a7b7022e4cfd7b0617161b475ac22f7109cf46e5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 5 Apr 2024 09:42:39 +0200 Subject: [PATCH 18/71] v10.5.17 --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6beddc0..6e596d8 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /phpunit10-10.5.14-4cf8824.tgz /phpunit10-10.5.15-86376e0.tgz /phpunit10-10.5.16-18f8d4a.tgz +/phpunit10-10.5.17-c1f736a.tgz diff --git a/phpunit10.spec b/phpunit10.spec index dab11f5..05206b1 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit 18f8d4a5f52b61fdd9370aaae3167daa0eeb69cd -%global gh_date 2024-03-28 +%global gh_commit c1f736a473d21957ead7e94fcc029f571895abf5 +%global gh_date 2024-04-05 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.16 +%global upstream_version 10.5.17 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -270,6 +270,9 @@ exit $ret %changelog +* Fri Apr 5 2024 Remi Collet - 10.5.17-1 +- update to 10.5.17 + * Thu Mar 28 2024 Remi Collet - 10.5.16-1 - update to 10.5.16 diff --git a/sources b/sources index f77e619..92d88b6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.16-18f8d4a.tgz) = f5466dd3f787f41f428f0fd096a9438aca6a2b75af459fe4755a951dc523c72af20ca6973ea401d49d82cedecd8a0cefa179e4ec60bcd17adc3f55e058cea854 +SHA512 (phpunit10-10.5.17-c1f736a.tgz) = 7b7ca942da9dafd336c5c750952a94a4d949e138be93a37fc931ffd1c87489a674537a6f65509704086377228dfad1e3380ca4dbef9240cb49f66e71750a8838 From 517c87f736db28e31ed398fef640724f92c2cdbb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 16 Apr 2024 08:24:59 +0200 Subject: [PATCH 19/71] v10.5.18 --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6e596d8..fdf958b 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ /phpunit10-10.5.15-86376e0.tgz /phpunit10-10.5.16-18f8d4a.tgz /phpunit10-10.5.17-c1f736a.tgz +/phpunit10-10.5.18-835df17.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 05206b1..b6fe833 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit c1f736a473d21957ead7e94fcc029f571895abf5 -%global gh_date 2024-04-05 +%global gh_commit 835df1709ac6c968ba34bf23f3c30e5d5a266de8 +%global gh_date 2024-04-14 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.17 +%global upstream_version 10.5.18 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -270,6 +270,9 @@ exit $ret %changelog +* Mon Apr 15 2024 Remi Collet - 10.5.18-1 +- update to 10.5.18 + * Fri Apr 5 2024 Remi Collet - 10.5.17-1 - update to 10.5.17 diff --git a/sources b/sources index 92d88b6..711f281 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.17-c1f736a.tgz) = 7b7ca942da9dafd336c5c750952a94a4d949e138be93a37fc931ffd1c87489a674537a6f65509704086377228dfad1e3380ca4dbef9240cb49f66e71750a8838 +SHA512 (phpunit10-10.5.18-835df17.tgz) = cc2f3b454a55093b96822d9f625ac05912592cd08bba1a27682719c57afd613f5e360c40f7ce97b34f5cc6d5e3b43dc2199b1d8ae1c24998c63d42a9b62f4b24 From 138ac32d87a2d79ec09dad36ce868f0464a1c55c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 16 Apr 2024 08:24:59 +0200 Subject: [PATCH 20/71] v10.5.18 (cherry picked from commit 517c87f736db28e31ed398fef640724f92c2cdbb) --- .gitignore | 2 ++ phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6beddc0..fdf958b 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,5 @@ /phpunit10-10.5.14-4cf8824.tgz /phpunit10-10.5.15-86376e0.tgz /phpunit10-10.5.16-18f8d4a.tgz +/phpunit10-10.5.17-c1f736a.tgz +/phpunit10-10.5.18-835df17.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 558edc8..6ae5c23 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit 18f8d4a5f52b61fdd9370aaae3167daa0eeb69cd -%global gh_date 2024-03-28 +%global gh_commit 835df1709ac6c968ba34bf23f3c30e5d5a266de8 +%global gh_date 2024-04-14 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.16 +%global upstream_version 10.5.18 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -270,6 +270,9 @@ exit $ret %changelog +* Mon Apr 15 2024 Remi Collet - 10.5.18-1 +- update to 10.5.18 + * Thu Mar 28 2024 Remi Collet - 10.5.16-1 - update to 10.5.16 diff --git a/sources b/sources index f77e619..711f281 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.16-18f8d4a.tgz) = f5466dd3f787f41f428f0fd096a9438aca6a2b75af459fe4755a951dc523c72af20ca6973ea401d49d82cedecd8a0cefa179e4ec60bcd17adc3f55e058cea854 +SHA512 (phpunit10-10.5.18-835df17.tgz) = cc2f3b454a55093b96822d9f625ac05912592cd08bba1a27682719c57afd613f5e360c40f7ce97b34f5cc6d5e3b43dc2199b1d8ae1c24998c63d42a9b62f4b24 From 154c56a7fa6c55c74e23b54ec4bbf5f0c3336ae1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 18 Apr 2024 07:47:03 +0200 Subject: [PATCH 21/71] v10.5.19 --- .gitignore | 1 + makesrc.sh | 4 ++-- phpunit10.spec | 9 ++++++--- sources | 2 +- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index fdf958b..7eff6ba 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /phpunit10-10.5.16-18f8d4a.tgz /phpunit10-10.5.17-c1f736a.tgz /phpunit10-10.5.18-835df17.tgz +/phpunit10-10.5.19-c726f0d.tgz diff --git a/makesrc.sh b/makesrc.sh index 45fea74..c85b319 100755 --- a/makesrc.sh +++ b/makesrc.sh @@ -17,11 +17,11 @@ else echo "Cloning..." rm -rf $PROJECT-$COMMIT - git clone --shallow-since=$DATE https://github.com/$OWNER/$PROJECT.git $PROJECT-$COMMIT || exit 1 + git clone https://github.com/$OWNER/$PROJECT.git $PROJECT-$COMMIT || exit 1 echo "Getting commit..." pushd $PROJECT-$COMMIT - git checkout $COMMIT || exit1 + git checkout $COMMIT || exit 1 cp composer.json ../composer.json popd diff --git a/phpunit10.spec b/phpunit10.spec index b6fe833..35a61bd 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit 835df1709ac6c968ba34bf23f3c30e5d5a266de8 -%global gh_date 2024-04-14 +%global gh_commit c726f0de022368f6ed103e452a765d3304a996a4 +%global gh_date 2024-04-17 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.18 +%global upstream_version 10.5.19 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -270,6 +270,9 @@ exit $ret %changelog +* Thu Apr 18 2024 Remi Collet - 10.5.19-1 +- update to 10.5.19 + * Mon Apr 15 2024 Remi Collet - 10.5.18-1 - update to 10.5.18 diff --git a/sources b/sources index 711f281..53064f1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.18-835df17.tgz) = cc2f3b454a55093b96822d9f625ac05912592cd08bba1a27682719c57afd613f5e360c40f7ce97b34f5cc6d5e3b43dc2199b1d8ae1c24998c63d42a9b62f4b24 +SHA512 (phpunit10-10.5.19-c726f0d.tgz) = 7edf918536e04cddce89d92a7375a149ba2c25a9fd30839f778ea22d4ea82ca522133f035d3d07afc744909bb1a69a6571983e0fb21c1da4193658cdd2f7fb4e From 4c7db7f4da7d887e3c6afc73f73bc57aaa797e61 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 18 Apr 2024 07:47:03 +0200 Subject: [PATCH 22/71] v10.5.19 (cherry picked from commit 154c56a7fa6c55c74e23b54ec4bbf5f0c3336ae1) --- .gitignore | 1 + makesrc.sh | 4 ++-- phpunit10.spec | 9 ++++++--- sources | 2 +- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index fdf958b..7eff6ba 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /phpunit10-10.5.16-18f8d4a.tgz /phpunit10-10.5.17-c1f736a.tgz /phpunit10-10.5.18-835df17.tgz +/phpunit10-10.5.19-c726f0d.tgz diff --git a/makesrc.sh b/makesrc.sh index 45fea74..c85b319 100755 --- a/makesrc.sh +++ b/makesrc.sh @@ -17,11 +17,11 @@ else echo "Cloning..." rm -rf $PROJECT-$COMMIT - git clone --shallow-since=$DATE https://github.com/$OWNER/$PROJECT.git $PROJECT-$COMMIT || exit 1 + git clone https://github.com/$OWNER/$PROJECT.git $PROJECT-$COMMIT || exit 1 echo "Getting commit..." pushd $PROJECT-$COMMIT - git checkout $COMMIT || exit1 + git checkout $COMMIT || exit 1 cp composer.json ../composer.json popd diff --git a/phpunit10.spec b/phpunit10.spec index 6ae5c23..8fd0966 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit 835df1709ac6c968ba34bf23f3c30e5d5a266de8 -%global gh_date 2024-04-14 +%global gh_commit c726f0de022368f6ed103e452a765d3304a996a4 +%global gh_date 2024-04-17 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.18 +%global upstream_version 10.5.19 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -270,6 +270,9 @@ exit $ret %changelog +* Thu Apr 18 2024 Remi Collet - 10.5.19-1 +- update to 10.5.19 + * Mon Apr 15 2024 Remi Collet - 10.5.18-1 - update to 10.5.18 diff --git a/sources b/sources index 711f281..53064f1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.18-835df17.tgz) = cc2f3b454a55093b96822d9f625ac05912592cd08bba1a27682719c57afd613f5e360c40f7ce97b34f5cc6d5e3b43dc2199b1d8ae1c24998c63d42a9b62f4b24 +SHA512 (phpunit10-10.5.19-c726f0d.tgz) = 7edf918536e04cddce89d92a7375a149ba2c25a9fd30839f778ea22d4ea82ca522133f035d3d07afc744909bb1a69a6571983e0fb21c1da4193658cdd2f7fb4e From 51de57045c59ee215b1cfd4ad3a9543dc0896ba9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 24 Apr 2024 11:13:25 +0200 Subject: [PATCH 23/71] v10.5.20 --- .gitignore | 1 + makesrc.sh | 6 ++++-- phpunit10.spec | 9 ++++++--- sources | 2 +- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 7eff6ba..a2a3b80 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ /phpunit10-10.5.17-c1f736a.tgz /phpunit10-10.5.18-835df17.tgz /phpunit10-10.5.19-c726f0d.tgz +/phpunit10-10.5.20-547d314.tgz diff --git a/makesrc.sh b/makesrc.sh index c85b319..04ad6a0 100755 --- a/makesrc.sh +++ b/makesrc.sh @@ -5,10 +5,12 @@ DATE=$(sed -n '/^%global gh_date/{s/.* //;p}' $NAME.spec) OWNER=$(sed -n '/^%global gh_owner/{s/.* //;p}' $NAME.spec) PROJECT=$(sed -n '/^%global gh_project/{s/.* //;p}' $NAME.spec) VERSION=$(sed -n '/^%global upstream_version/{s/.* //;p}' $NAME.spec) +MAJOR=$(sed -n '/^%global ver_major/{s/.* //;p}' $NAME.spec) +MINOR=$(sed -n '/^%global ver_minor/{s/.* //;p}' $NAME.spec) COMMIT=$(sed -n '/^%global gh_commit/{s/.* //;p}' $NAME.spec) SHORT=${COMMIT:0:7} -DATE=$(date -d "$DATE -4 days" +%Y-%m-%d) +DATE=$(date -d "$DATE -1 week" +%Y-%m-%d) if [ -f $NAME-$VERSION-$SHORT.tgz ]; then echo "$NAME-$VERSION-$SHORT.tgz already there" @@ -17,7 +19,7 @@ else echo "Cloning..." rm -rf $PROJECT-$COMMIT - git clone https://github.com/$OWNER/$PROJECT.git $PROJECT-$COMMIT || exit 1 + git clone --branch $MAJOR.$MINOR --shallow-since=$DATE https://github.com/$OWNER/$PROJECT.git $PROJECT-$COMMIT || exit 1 echo "Getting commit..." pushd $PROJECT-$COMMIT diff --git a/phpunit10.spec b/phpunit10.spec index 35a61bd..d4274d2 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit c726f0de022368f6ed103e452a765d3304a996a4 -%global gh_date 2024-04-17 +%global gh_commit 547d314dc24ec1e177720d45c6263fb226cc2ae3 +%global gh_date 2024-04-24 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.19 +%global upstream_version 10.5.20 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -270,6 +270,9 @@ exit $ret %changelog +* Wed Apr 24 2024 Remi Collet - 10.5.20-1 +- update to 10.5.20 + * Thu Apr 18 2024 Remi Collet - 10.5.19-1 - update to 10.5.19 diff --git a/sources b/sources index 53064f1..c82920f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.19-c726f0d.tgz) = 7edf918536e04cddce89d92a7375a149ba2c25a9fd30839f778ea22d4ea82ca522133f035d3d07afc744909bb1a69a6571983e0fb21c1da4193658cdd2f7fb4e +SHA512 (phpunit10-10.5.20-547d314.tgz) = 49366edfde85452b203e63a8463613386a7015e9e3a57a524cd97ae536dd6003183057818e52aa4058dd874c7a9e66657db7e437ab6e692150921faa6a4ec978 From ea1bb05035046ea03fbb18e27a96e2edcd491230 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 24 Apr 2024 11:13:25 +0200 Subject: [PATCH 24/71] v10.5.20 (cherry picked from commit 51de57045c59ee215b1cfd4ad3a9543dc0896ba9) --- .gitignore | 1 + makesrc.sh | 6 ++++-- phpunit10.spec | 9 ++++++--- sources | 2 +- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 7eff6ba..a2a3b80 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ /phpunit10-10.5.17-c1f736a.tgz /phpunit10-10.5.18-835df17.tgz /phpunit10-10.5.19-c726f0d.tgz +/phpunit10-10.5.20-547d314.tgz diff --git a/makesrc.sh b/makesrc.sh index c85b319..04ad6a0 100755 --- a/makesrc.sh +++ b/makesrc.sh @@ -5,10 +5,12 @@ DATE=$(sed -n '/^%global gh_date/{s/.* //;p}' $NAME.spec) OWNER=$(sed -n '/^%global gh_owner/{s/.* //;p}' $NAME.spec) PROJECT=$(sed -n '/^%global gh_project/{s/.* //;p}' $NAME.spec) VERSION=$(sed -n '/^%global upstream_version/{s/.* //;p}' $NAME.spec) +MAJOR=$(sed -n '/^%global ver_major/{s/.* //;p}' $NAME.spec) +MINOR=$(sed -n '/^%global ver_minor/{s/.* //;p}' $NAME.spec) COMMIT=$(sed -n '/^%global gh_commit/{s/.* //;p}' $NAME.spec) SHORT=${COMMIT:0:7} -DATE=$(date -d "$DATE -4 days" +%Y-%m-%d) +DATE=$(date -d "$DATE -1 week" +%Y-%m-%d) if [ -f $NAME-$VERSION-$SHORT.tgz ]; then echo "$NAME-$VERSION-$SHORT.tgz already there" @@ -17,7 +19,7 @@ else echo "Cloning..." rm -rf $PROJECT-$COMMIT - git clone https://github.com/$OWNER/$PROJECT.git $PROJECT-$COMMIT || exit 1 + git clone --branch $MAJOR.$MINOR --shallow-since=$DATE https://github.com/$OWNER/$PROJECT.git $PROJECT-$COMMIT || exit 1 echo "Getting commit..." pushd $PROJECT-$COMMIT diff --git a/phpunit10.spec b/phpunit10.spec index 8fd0966..7b1de60 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit c726f0de022368f6ed103e452a765d3304a996a4 -%global gh_date 2024-04-17 +%global gh_commit 547d314dc24ec1e177720d45c6263fb226cc2ae3 +%global gh_date 2024-04-24 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.19 +%global upstream_version 10.5.20 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -270,6 +270,9 @@ exit $ret %changelog +* Wed Apr 24 2024 Remi Collet - 10.5.20-1 +- update to 10.5.20 + * Thu Apr 18 2024 Remi Collet - 10.5.19-1 - update to 10.5.19 diff --git a/sources b/sources index 53064f1..c82920f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.19-c726f0d.tgz) = 7edf918536e04cddce89d92a7375a149ba2c25a9fd30839f778ea22d4ea82ca522133f035d3d07afc744909bb1a69a6571983e0fb21c1da4193658cdd2f7fb4e +SHA512 (phpunit10-10.5.20-547d314.tgz) = 49366edfde85452b203e63a8463613386a7015e9e3a57a524cd97ae536dd6003183057818e52aa4058dd874c7a9e66657db7e437ab6e692150921faa6a4ec978 From f3644c941a75c3e5998121053cb3d5324f653f36 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Jul 2024 10:37:32 +0200 Subject: [PATCH 25/71] v10.5.24 --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a2a3b80..cec7c75 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ /phpunit10-10.5.18-835df17.tgz /phpunit10-10.5.19-c726f0d.tgz /phpunit10-10.5.20-547d314.tgz +/phpunit10-10.5.24-5f124e3.tgz diff --git a/phpunit10.spec b/phpunit10.spec index d4274d2..b0a20dc 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit 547d314dc24ec1e177720d45c6263fb226cc2ae3 -%global gh_date 2024-04-24 +%global gh_commit 5f124e3e3e561006047b532fd0431bf5bb6b9015 +%global gh_date 2024-06-20 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.20 +%global upstream_version 10.5.24 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -270,6 +270,9 @@ exit $ret %changelog +* Tue Jul 2 2024 Remi Collet - 10.5.24-1 +- update to 10.5.24 + * Wed Apr 24 2024 Remi Collet - 10.5.20-1 - update to 10.5.20 diff --git a/sources b/sources index c82920f..5d7e2dd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.20-547d314.tgz) = 49366edfde85452b203e63a8463613386a7015e9e3a57a524cd97ae536dd6003183057818e52aa4058dd874c7a9e66657db7e437ab6e692150921faa6a4ec978 +SHA512 (phpunit10-10.5.24-5f124e3.tgz) = 4bd65da2357e12de60dbf40d504f001181f39c86f9e63603e9b0f34e18b40aa39e65a3fa0389298b25156d06afc724da172f7d6890cff10d01cd40c3887afc83 From 68d99b7865cd5b8a38131ca8e8632c57688322fc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Jul 2024 10:37:32 +0200 Subject: [PATCH 26/71] v10.5.24 (cherry picked from commit f3644c941a75c3e5998121053cb3d5324f653f36) --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a2a3b80..cec7c75 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ /phpunit10-10.5.18-835df17.tgz /phpunit10-10.5.19-c726f0d.tgz /phpunit10-10.5.20-547d314.tgz +/phpunit10-10.5.24-5f124e3.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 7b1de60..d878114 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit 547d314dc24ec1e177720d45c6263fb226cc2ae3 -%global gh_date 2024-04-24 +%global gh_commit 5f124e3e3e561006047b532fd0431bf5bb6b9015 +%global gh_date 2024-06-20 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.20 +%global upstream_version 10.5.24 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -270,6 +270,9 @@ exit $ret %changelog +* Tue Jul 2 2024 Remi Collet - 10.5.24-1 +- update to 10.5.24 + * Wed Apr 24 2024 Remi Collet - 10.5.20-1 - update to 10.5.20 diff --git a/sources b/sources index c82920f..5d7e2dd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.20-547d314.tgz) = 49366edfde85452b203e63a8463613386a7015e9e3a57a524cd97ae536dd6003183057818e52aa4058dd874c7a9e66657db7e437ab6e692150921faa6a4ec978 +SHA512 (phpunit10-10.5.24-5f124e3.tgz) = 4bd65da2357e12de60dbf40d504f001181f39c86f9e63603e9b0f34e18b40aa39e65a3fa0389298b25156d06afc724da172f7d6890cff10d01cd40c3887afc83 From fec0879bd5ce28f4d3ececa9e2fe0e77cb07a648 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 Jul 2024 12:04:30 +0200 Subject: [PATCH 27/71] update to 10.5.25 (no change) --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index cec7c75..1a98061 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ /phpunit10-10.5.19-c726f0d.tgz /phpunit10-10.5.20-547d314.tgz /phpunit10-10.5.24-5f124e3.tgz +/phpunit10-10.5.25-831bf82.tgz diff --git a/phpunit10.spec b/phpunit10.spec index b0a20dc..624ab43 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit 5f124e3e3e561006047b532fd0431bf5bb6b9015 -%global gh_date 2024-06-20 +%global gh_commit 831bf82312be6037e811833ddbea0b8de60ea314 +%global gh_date 2024-07-03 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.24 +%global upstream_version 10.5.25 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -270,6 +270,9 @@ exit $ret %changelog +* Wed Jul 3 2024 Remi Collet - 10.5.25-1 +- update to 10.5.25 (no change) + * Tue Jul 2 2024 Remi Collet - 10.5.24-1 - update to 10.5.24 diff --git a/sources b/sources index 5d7e2dd..a275d5b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.24-5f124e3.tgz) = 4bd65da2357e12de60dbf40d504f001181f39c86f9e63603e9b0f34e18b40aa39e65a3fa0389298b25156d06afc724da172f7d6890cff10d01cd40c3887afc83 +SHA512 (phpunit10-10.5.25-831bf82.tgz) = e95465c31c05b6b7176f7abb8e7d166c82cf675ff41b347b64fb6b736a53f4fa52c5b1ab3b239ef54c93da0a5658f34c20477b9349dffda24b14ab40d831d8d2 From 048dee0c3d5de686d0af3614095cc1302680efb6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 8 Jul 2024 09:37:59 +0200 Subject: [PATCH 28/71] v10.5.26 --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 1a98061..e9852b6 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ /phpunit10-10.5.20-547d314.tgz /phpunit10-10.5.24-5f124e3.tgz /phpunit10-10.5.25-831bf82.tgz +/phpunit10-10.5.26-42e2f13.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 624ab43..053bff7 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit 831bf82312be6037e811833ddbea0b8de60ea314 -%global gh_date 2024-07-03 +%global gh_commit 42e2f13ceaa2e34461bc89bea75407550b40b2aa +%global gh_date 2024-07-08 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.25 +%global upstream_version 10.5.26 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -270,6 +270,9 @@ exit $ret %changelog +* Mon Jul 8 2024 Remi Collet - 10.5.26-1 +- update to 10.5.26 + * Wed Jul 3 2024 Remi Collet - 10.5.25-1 - update to 10.5.25 (no change) diff --git a/sources b/sources index a275d5b..b34f0c0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.25-831bf82.tgz) = e95465c31c05b6b7176f7abb8e7d166c82cf675ff41b347b64fb6b736a53f4fa52c5b1ab3b239ef54c93da0a5658f34c20477b9349dffda24b14ab40d831d8d2 +SHA512 (phpunit10-10.5.26-42e2f13.tgz) = e7412f3003b08bdf01a0e2e7e528b46a06fa18bb53d4d589766b427e84a1d22dc91c47c319ff948acf94a77c4468f15b1e5d5cd404e7e03acacc6b6c5991ed1f From a8d2f2d3b090556fa5afe3c105a4cfe04fddc727 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 8 Jul 2024 09:37:59 +0200 Subject: [PATCH 29/71] v10.5.26 (cherry picked from commit 048dee0c3d5de686d0af3614095cc1302680efb6) (cherry picked from commit 9462584ab5bcc1de36f756f240356b15a871154d) --- .gitignore | 2 ++ phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index cec7c75..e9852b6 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,5 @@ /phpunit10-10.5.19-c726f0d.tgz /phpunit10-10.5.20-547d314.tgz /phpunit10-10.5.24-5f124e3.tgz +/phpunit10-10.5.25-831bf82.tgz +/phpunit10-10.5.26-42e2f13.tgz diff --git a/phpunit10.spec b/phpunit10.spec index d878114..1b82741 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit 5f124e3e3e561006047b532fd0431bf5bb6b9015 -%global gh_date 2024-06-20 +%global gh_commit 42e2f13ceaa2e34461bc89bea75407550b40b2aa +%global gh_date 2024-07-08 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.24 +%global upstream_version 10.5.26 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -270,6 +270,9 @@ exit $ret %changelog +* Mon Jul 8 2024 Remi Collet - 10.5.26-1 +- update to 10.5.26 + * Tue Jul 2 2024 Remi Collet - 10.5.24-1 - update to 10.5.24 diff --git a/sources b/sources index 5d7e2dd..b34f0c0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.24-5f124e3.tgz) = 4bd65da2357e12de60dbf40d504f001181f39c86f9e63603e9b0f34e18b40aa39e65a3fa0389298b25156d06afc724da172f7d6890cff10d01cd40c3887afc83 +SHA512 (phpunit10-10.5.26-42e2f13.tgz) = e7412f3003b08bdf01a0e2e7e528b46a06fa18bb53d4d589766b427e84a1d22dc91c47c319ff948acf94a77c4468f15b1e5d5cd404e7e03acacc6b6c5991ed1f From 0b3ee6226204928fd4f269b5b6210bb2a6a546ce Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 11 Jul 2024 07:48:34 +0200 Subject: [PATCH 30/71] update to 10.5.27 (no change) raise dependencies --- .gitignore | 1 + phpunit10.spec | 100 +++++++++++++++++++++++++------------------------ sources | 2 +- 3 files changed, 54 insertions(+), 49 deletions(-) diff --git a/.gitignore b/.gitignore index e9852b6..4adb2ac 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ /phpunit10-10.5.24-5f124e3.tgz /phpunit10-10.5.25-831bf82.tgz /phpunit10-10.5.26-42e2f13.tgz +/phpunit10-10.5.27-2425f71.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 053bff7..09c4c95 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit 42e2f13ceaa2e34461bc89bea75407550b40b2aa -%global gh_date 2024-07-08 +%global gh_commit 2425f713b2a5350568ccb1a2d3984841a23e83c5 +%global gh_date 2024-07-10 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.26 +%global upstream_version 10.5.27 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -50,25 +50,25 @@ Patch0: %{name}-rpm.patch BuildArch: noarch BuildRequires: php(language) >= 8.1 -BuildRequires: (php-composer(myclabs/deep-copy) >= 1.10.1 with php-composer(myclabs/deep-copy) < 2) -BuildRequires: (php-composer(phar-io/manifest) >= 2.0.3 with php-composer(phar-io/manifest) < 3) -BuildRequires: (php-composer(phar-io/version) >= 3.0.2 with php-composer(phar-io/version) < 4) -BuildRequires: (php-composer(phpunit/php-code-coverage) >= 10.1.5 with php-composer(phpunit/php-code-coverage) < 11) -BuildRequires: (php-composer(phpunit/php-file-iterator) >= 4.0 with php-composer(phpunit/php-file-iterator) < 5) +BuildRequires: (php-composer(myclabs/deep-copy) >= 1.12.0 with php-composer(myclabs/deep-copy) < 2) +BuildRequires: (php-composer(phar-io/manifest) >= 2.0.4 with php-composer(phar-io/manifest) < 3) +BuildRequires: (php-composer(phar-io/version) >= 3.2.1 with php-composer(phar-io/version) < 4) +BuildRequires: (php-composer(phpunit/php-code-coverage) >= 10.1.15 with php-composer(phpunit/php-code-coverage) < 11) +BuildRequires: (php-composer(phpunit/php-file-iterator) >= 4.1.0 with php-composer(phpunit/php-file-iterator) < 5) BuildRequires: (php-composer(phpunit/php-invoker) >= 4.0 with php-composer(phpunit/php-invoker) < 5) -BuildRequires: (php-composer(phpunit/php-text-template) >= 3.0 with php-composer(phpunit/php-text-template) < 4) +BuildRequires: (php-composer(phpunit/php-text-template) >= 3.0.1 with php-composer(phpunit/php-text-template) < 4) BuildRequires: (php-composer(phpunit/php-timer) >= 6.0 with php-composer(phpunit/php-timer) < 7) -BuildRequires: (php-composer(sebastian/cli-parser) >= 2.0 with php-composer(sebastian/cli-parser) < 3) +BuildRequires: (php-composer(sebastian/cli-parser) >= 2.0.1 with php-composer(sebastian/cli-parser) < 3) BuildRequires: (php-composer(sebastian/code-unit) >= 2.0 with php-composer(sebastian/code-unit) < 3) -BuildRequires: (php-composer(sebastian/comparator) >= 5.0 with php-composer(sebastian/comparator) < 6) -BuildRequires: (php-composer(sebastian/diff) >= 5.0 with php-composer(sebastian/diff) < 6) -BuildRequires: (php-composer(sebastian/environment) >= 6.0 with php-composer(sebastian/environment) < 7) -BuildRequires: (php-composer(sebastian/exporter) >= 5.1 with php-composer(sebastian/exporter) < 6) -BuildRequires: (php-composer(sebastian/global-state) >= 6.0.1 with php-composer(sebastian/global-state) < 7) +BuildRequires: (php-composer(sebastian/comparator) >= 5.0.1 with php-composer(sebastian/comparator) < 6) +BuildRequires: (php-composer(sebastian/diff) >= 5.1.1 with php-composer(sebastian/diff) < 6) +BuildRequires: (php-composer(sebastian/environment) >= 6.1.0 with php-composer(sebastian/environment) < 7) +BuildRequires: (php-composer(sebastian/exporter) >= 5.1.2 with php-composer(sebastian/exporter) < 6) +BuildRequires: (php-composer(sebastian/global-state) >= 6.0.2 with php-composer(sebastian/global-state) < 7) BuildRequires: (php-composer(sebastian/object-enumerator) >= 5.0 with php-composer(sebastian/object-enumerator) < 6) BuildRequires: (php-composer(sebastian/recursion-context) >= 5.0 with php-composer(sebastian/recursion-context) < 6) BuildRequires: (php-composer(sebastian/type) >= 4.0 with php-composer(sebastian/type) < 5) -BuildRequires: (php-composer(sebastian/version) >= 4.0 with php-composer(sebastian/version) < 5) +BuildRequires: (php-composer(sebastian/version) >= 4.0.1 with php-composer(sebastian/version) < 5) BuildRequires: php-dom BuildRequires: php-json BuildRequires: php-mbstring @@ -86,25 +86,25 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "ext-mbstring": "*", # "ext-xml": "*", # "ext-xmlwriter": "*", -# "myclabs/deep-copy": "^1.10.1", -# "phar-io/manifest": "^2.0.3", -# "phar-io/version": "^3.0.2", -# "phpunit/php-code-coverage": "^10.1.5", -# "phpunit/php-file-iterator": "^4.0", -# "phpunit/php-invoker": "^4.0", -# "phpunit/php-text-template": "^3.0", -# "phpunit/php-timer": "^6.0", -# "sebastian/cli-parser": "^2.0", -# "sebastian/code-unit": "^2.0", -# "sebastian/comparator": "^5.0", -# "sebastian/diff": "^5.0", -# "sebastian/environment": "^6.0", -# "sebastian/exporter": "^5.1", -# "sebastian/global-state": "^6.0.1", -# "sebastian/object-enumerator": "^5.0", -# "sebastian/recursion-context": "^5.0", -# "sebastian/type": "^4.0", -# "sebastian/version": "^4.0" +# "myclabs/deep-copy": "^1.12.0", +# "phar-io/manifest": "^2.0.4", +# "phar-io/version": "^3.2.1", +# "phpunit/php-code-coverage": "^10.1.15", +# "phpunit/php-file-iterator": "^4.1.0", +# "phpunit/php-invoker": "^4.0.0", +# "phpunit/php-text-template": "^3.0.1", +# "phpunit/php-timer": "^6.0.0", +# "sebastian/cli-parser": "^2.0.1", +# "sebastian/code-unit": "^2.0.0", +# "sebastian/comparator": "^5.0.1", +# "sebastian/diff": "^5.1.1", +# "sebastian/environment": "^6.1.0", +# "sebastian/exporter": "^5.1.2", +# "sebastian/global-state": "^6.0.2", +# "sebastian/object-enumerator": "^5.0.0", +# "sebastian/recursion-context": "^5.0.0", +# "sebastian/type": "^4.0.0", +# "sebastian/version": "^4.0.1" Requires: php(language) >= 8.1 Requires: php-cli Requires: php-dom @@ -113,25 +113,25 @@ Requires: php-libxml Requires: php-mbstring Requires: php-xml Requires: php-xmlwriter -Requires: (php-composer(myclabs/deep-copy) >= 1.10.1 with php-composer(myclabs/deep-copy) < 2) -Requires: (php-composer(phar-io/manifest) >= 2.0.3 with php-composer(phar-io/manifest) < 3) -Requires: (php-composer(phar-io/version) >= 3.0.2 with php-composer(phar-io/version) < 4) -Requires: (php-composer(phpunit/php-code-coverage) >= 10.1.5 with php-composer(phpunit/php-code-coverage) < 11) -Requires: (php-composer(phpunit/php-file-iterator) >= 4.0 with php-composer(phpunit/php-file-iterator) < 5) +Requires: (php-composer(myclabs/deep-copy) >= 1.12.0 with php-composer(myclabs/deep-copy) < 2) +Requires: (php-composer(phar-io/manifest) >= 2.0.4 with php-composer(phar-io/manifest) < 3) +Requires: (php-composer(phar-io/version) >= 3.2.1 with php-composer(phar-io/version) < 4) +Requires: (php-composer(phpunit/php-code-coverage) >= 10.1.15 with php-composer(phpunit/php-code-coverage) < 11) +Requires: (php-composer(phpunit/php-file-iterator) >= 4.1.0 with php-composer(phpunit/php-file-iterator) < 5) Requires: (php-composer(phpunit/php-invoker) >= 4.0 with php-composer(phpunit/php-invoker) < 5) -Requires: (php-composer(phpunit/php-text-template) >= 3.0 with php-composer(phpunit/php-text-template) < 4) +Requires: (php-composer(phpunit/php-text-template) >= 3.0.1 with php-composer(phpunit/php-text-template) < 4) Requires: (php-composer(phpunit/php-timer) >= 6.0 with php-composer(phpunit/php-timer) < 7) -Requires: (php-composer(sebastian/cli-parser) >= 2.0 with php-composer(sebastian/cli-parser) < 3) +Requires: (php-composer(sebastian/cli-parser) >= 2.0.1 with php-composer(sebastian/cli-parser) < 3) Requires: (php-composer(sebastian/code-unit) >= 2.0 with php-composer(sebastian/code-unit) < 3) -Requires: (php-composer(sebastian/comparator) >= 5.0 with php-composer(sebastian/comparator) < 6) -Requires: (php-composer(sebastian/diff) >= 5.0 with php-composer(sebastian/diff) < 6) -Requires: (php-composer(sebastian/environment) >= 6.0 with php-composer(sebastian/environment) < 7) -Requires: (php-composer(sebastian/exporter) >= 5.1 with php-composer(sebastian/exporter) < 6) -Requires: (php-composer(sebastian/global-state) >= 6.0.1 with php-composer(sebastian/global-state) < 7) +Requires: (php-composer(sebastian/comparator) >= 5.0.1 with php-composer(sebastian/comparator) < 6) +Requires: (php-composer(sebastian/diff) >= 5.1.1 with php-composer(sebastian/diff) < 6) +Requires: (php-composer(sebastian/environment) >= 6.1.0 with php-composer(sebastian/environment) < 7) +Requires: (php-composer(sebastian/exporter) >= 5.1.2 with php-composer(sebastian/exporter) < 6) +Requires: (php-composer(sebastian/global-state) >= 6.0.2 with php-composer(sebastian/global-state) < 7) Requires: (php-composer(sebastian/object-enumerator) >= 5.0 with php-composer(sebastian/object-enumerator) < 6) Requires: (php-composer(sebastian/recursion-context) >= 5.0 with php-composer(sebastian/recursion-context) < 6) Requires: (php-composer(sebastian/type) >= 4.0 with php-composer(sebastian/type) < 5) -Requires: (php-composer(sebastian/version) >= 4.0 with php-composer(sebastian/version) < 5) +Requires: (php-composer(sebastian/version) >= 4.0.1 with php-composer(sebastian/version) < 5) # From composer.json, "suggest": { # "ext-soap": "*", Suggests: php-soap @@ -270,6 +270,10 @@ exit $ret %changelog +* Thu Jul 11 2024 Remi Collet - 10.5.27-1 +- update to 10.5.27 (no change) +- raise dependencies + * Mon Jul 8 2024 Remi Collet - 10.5.26-1 - update to 10.5.26 diff --git a/sources b/sources index b34f0c0..f5172b0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.26-42e2f13.tgz) = e7412f3003b08bdf01a0e2e7e528b46a06fa18bb53d4d589766b427e84a1d22dc91c47c319ff948acf94a77c4468f15b1e5d5cd404e7e03acacc6b6c5991ed1f +SHA512 (phpunit10-10.5.27-2425f71.tgz) = abfcc23a3b29ee04097ad8f0f860d213611d1fa8f71d6703092581a76c4521246ca17ad0ab1d4453390ae9100a7307e3b4d98ac6f90b9036f58747f182366b4d From 73c03d87593b937dd97bc1ac2982cbc9bd074602 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 19 Jul 2024 08:27:06 +0200 Subject: [PATCH 31/71] v10.5.28 --- .gitignore | 1 + phpunit10.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 4adb2ac..cd20502 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ /phpunit10-10.5.25-831bf82.tgz /phpunit10-10.5.26-42e2f13.tgz /phpunit10-10.5.27-2425f71.tgz +/phpunit10-10.5.28-ff7fb85.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 09c4c95..f423221 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit 2425f713b2a5350568ccb1a2d3984841a23e83c5 -%global gh_date 2024-07-10 +%global gh_commit ff7fb85cdf88131b83e721fb2a327b664dbed275 +%global gh_date 2024-07-18 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.27 +%global upstream_version 10.5.28 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -249,7 +249,7 @@ sed -e 's:@PATH@:%{buildroot}%{php_home}/%{ns_vendor}:' -i tests/bootstrap.php sed -e 's:%{php_home}/%{ns_vendor}:%{buildroot}%{php_home}/%{ns_vendor}:' -i phpunit ret=0 -for cmd in php php81 php82 php83; do +for cmd in php php81 php82 php83 php84; do if which $cmd; then $cmd ./phpunit $OPT || ret=1 fi @@ -270,6 +270,9 @@ exit $ret %changelog +* Fri Jul 19 2024 Remi Collet - 10.5.28-1 +- update to 10.5.28 + * Thu Jul 11 2024 Remi Collet - 10.5.27-1 - update to 10.5.27 (no change) - raise dependencies diff --git a/sources b/sources index f5172b0..f4d2557 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.27-2425f71.tgz) = abfcc23a3b29ee04097ad8f0f860d213611d1fa8f71d6703092581a76c4521246ca17ad0ab1d4453390ae9100a7307e3b4d98ac6f90b9036f58747f182366b4d +SHA512 (phpunit10-10.5.28-ff7fb85.tgz) = 2ae5c2432d2a5eaccbfa4d78d2c37b88c9c9ebc1140da1d2c37281d686cc3bc760dbb5a2f6718bc935f28aed24b36c9924241e01c72023701e799d2c261f8842 From 34abecc4be955814c23a04bed63882ddae39ab8f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 19 Jul 2024 08:27:06 +0200 Subject: [PATCH 32/71] v10.5.28 (cherry picked from commit 73c03d87593b937dd97bc1ac2982cbc9bd074602) (cherry picked from commit 65ce7de81f97638127515336339247c108cb196f) --- .gitignore | 2 ++ phpunit10.spec | 11 +++++++---- sources | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index e9852b6..cd20502 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,5 @@ /phpunit10-10.5.24-5f124e3.tgz /phpunit10-10.5.25-831bf82.tgz /phpunit10-10.5.26-42e2f13.tgz +/phpunit10-10.5.27-2425f71.tgz +/phpunit10-10.5.28-ff7fb85.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 1b82741..6662704 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit 42e2f13ceaa2e34461bc89bea75407550b40b2aa -%global gh_date 2024-07-08 +%global gh_commit ff7fb85cdf88131b83e721fb2a327b664dbed275 +%global gh_date 2024-07-18 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.26 +%global upstream_version 10.5.28 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -249,7 +249,7 @@ sed -e 's:@PATH@:%{buildroot}%{php_home}/%{ns_vendor}:' -i tests/bootstrap.php sed -e 's:%{php_home}/%{ns_vendor}:%{buildroot}%{php_home}/%{ns_vendor}:' -i phpunit ret=0 -for cmd in php php81 php82 php83; do +for cmd in php php81 php82 php83 php84; do if which $cmd; then $cmd ./phpunit $OPT || ret=1 fi @@ -270,6 +270,9 @@ exit $ret %changelog +* Fri Jul 19 2024 Remi Collet - 10.5.28-1 +- update to 10.5.28 + * Mon Jul 8 2024 Remi Collet - 10.5.26-1 - update to 10.5.26 diff --git a/sources b/sources index b34f0c0..f4d2557 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.26-42e2f13.tgz) = e7412f3003b08bdf01a0e2e7e528b46a06fa18bb53d4d589766b427e84a1d22dc91c47c319ff948acf94a77c4468f15b1e5d5cd404e7e03acacc6b6c5991ed1f +SHA512 (phpunit10-10.5.28-ff7fb85.tgz) = 2ae5c2432d2a5eaccbfa4d78d2c37b88c9c9ebc1140da1d2c37281d686cc3bc760dbb5a2f6718bc935f28aed24b36c9924241e01c72023701e799d2c261f8842 From c7d5888f6bffe90569f0bc86f6575e6fb7c18a46 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 30 Jul 2024 15:30:28 +0200 Subject: [PATCH 33/71] v10.5.29 --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index cd20502..cc47a33 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ /phpunit10-10.5.26-42e2f13.tgz /phpunit10-10.5.27-2425f71.tgz /phpunit10-10.5.28-ff7fb85.tgz +/phpunit10-10.5.29-8e9e808.tgz diff --git a/phpunit10.spec b/phpunit10.spec index f423221..2c11685 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit ff7fb85cdf88131b83e721fb2a327b664dbed275 -%global gh_date 2024-07-18 +%global gh_commit 8e9e80872b4e8064401788ee8a32d40b4455318f +%global gh_date 2024-07-30 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.28 +%global upstream_version 10.5.29 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -270,6 +270,9 @@ exit $ret %changelog +* Tue Jul 30 2024 Remi Collet - 10.5.29-1 +- update to 10.5.29 + * Fri Jul 19 2024 Remi Collet - 10.5.28-1 - update to 10.5.28 diff --git a/sources b/sources index f4d2557..a918d66 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.28-ff7fb85.tgz) = 2ae5c2432d2a5eaccbfa4d78d2c37b88c9c9ebc1140da1d2c37281d686cc3bc760dbb5a2f6718bc935f28aed24b36c9924241e01c72023701e799d2c261f8842 +SHA512 (phpunit10-10.5.29-8e9e808.tgz) = 2317f49a1cf67e2b0d2781ed6750762c321150f7c7a8ecf5be1203a1f97b825e5d48e239e3edc0ce2501b8675dc5d5aec50f5e87be63b8cf24cd9a8deee277bd From b6e3d8a768115037d28eb24e12112b485694338f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 30 Jul 2024 15:30:28 +0200 Subject: [PATCH 34/71] v10.5.29 (cherry picked from commit c7d5888f6bffe90569f0bc86f6575e6fb7c18a46) --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index cd20502..cc47a33 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ /phpunit10-10.5.26-42e2f13.tgz /phpunit10-10.5.27-2425f71.tgz /phpunit10-10.5.28-ff7fb85.tgz +/phpunit10-10.5.29-8e9e808.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 6662704..e5c0a19 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit ff7fb85cdf88131b83e721fb2a327b664dbed275 -%global gh_date 2024-07-18 +%global gh_commit 8e9e80872b4e8064401788ee8a32d40b4455318f +%global gh_date 2024-07-30 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.28 +%global upstream_version 10.5.29 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -270,6 +270,9 @@ exit $ret %changelog +* Tue Jul 30 2024 Remi Collet - 10.5.29-1 +- update to 10.5.29 + * Fri Jul 19 2024 Remi Collet - 10.5.28-1 - update to 10.5.28 diff --git a/sources b/sources index f4d2557..a918d66 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.28-ff7fb85.tgz) = 2ae5c2432d2a5eaccbfa4d78d2c37b88c9c9ebc1140da1d2c37281d686cc3bc760dbb5a2f6718bc935f28aed24b36c9924241e01c72023701e799d2c261f8842 +SHA512 (phpunit10-10.5.29-8e9e808.tgz) = 2317f49a1cf67e2b0d2781ed6750762c321150f7c7a8ecf5be1203a1f97b825e5d48e239e3edc0ce2501b8675dc5d5aec50f5e87be63b8cf24cd9a8deee277bd From f5758afc495a610aedc7bf7ea0efa81ee0f58ba4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 13 Aug 2024 11:09:06 +0200 Subject: [PATCH 35/71] update to 10.5.30 raise dependency on sebastian/comparator 5.0.2 --- .gitignore | 1 + phpunit10.spec | 16 ++++++++++------ sources | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index cc47a33..6537e72 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ /phpunit10-10.5.27-2425f71.tgz /phpunit10-10.5.28-ff7fb85.tgz /phpunit10-10.5.29-8e9e808.tgz +/phpunit10-10.5.30-b15524f.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 2c11685..7f92565 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit 8e9e80872b4e8064401788ee8a32d40b4455318f -%global gh_date 2024-07-30 +%global gh_commit b15524febac0153876b4ba9aab3326c2ee94c897 +%global gh_date 2024-08-13 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.29 +%global upstream_version 10.5.30 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -60,7 +60,7 @@ BuildRequires: (php-composer(phpunit/php-text-template) >= 3.0.1 with php-c BuildRequires: (php-composer(phpunit/php-timer) >= 6.0 with php-composer(phpunit/php-timer) < 7) BuildRequires: (php-composer(sebastian/cli-parser) >= 2.0.1 with php-composer(sebastian/cli-parser) < 3) BuildRequires: (php-composer(sebastian/code-unit) >= 2.0 with php-composer(sebastian/code-unit) < 3) -BuildRequires: (php-composer(sebastian/comparator) >= 5.0.1 with php-composer(sebastian/comparator) < 6) +BuildRequires: (php-composer(sebastian/comparator) >= 5.0.2 with php-composer(sebastian/comparator) < 6) BuildRequires: (php-composer(sebastian/diff) >= 5.1.1 with php-composer(sebastian/diff) < 6) BuildRequires: (php-composer(sebastian/environment) >= 6.1.0 with php-composer(sebastian/environment) < 7) BuildRequires: (php-composer(sebastian/exporter) >= 5.1.2 with php-composer(sebastian/exporter) < 6) @@ -96,7 +96,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "phpunit/php-timer": "^6.0.0", # "sebastian/cli-parser": "^2.0.1", # "sebastian/code-unit": "^2.0.0", -# "sebastian/comparator": "^5.0.1", +# "sebastian/comparator": "^5.0.2", # "sebastian/diff": "^5.1.1", # "sebastian/environment": "^6.1.0", # "sebastian/exporter": "^5.1.2", @@ -123,7 +123,7 @@ Requires: (php-composer(phpunit/php-text-template) >= 3.0.1 with php-c Requires: (php-composer(phpunit/php-timer) >= 6.0 with php-composer(phpunit/php-timer) < 7) Requires: (php-composer(sebastian/cli-parser) >= 2.0.1 with php-composer(sebastian/cli-parser) < 3) Requires: (php-composer(sebastian/code-unit) >= 2.0 with php-composer(sebastian/code-unit) < 3) -Requires: (php-composer(sebastian/comparator) >= 5.0.1 with php-composer(sebastian/comparator) < 6) +Requires: (php-composer(sebastian/comparator) >= 5.0.2 with php-composer(sebastian/comparator) < 6) Requires: (php-composer(sebastian/diff) >= 5.1.1 with php-composer(sebastian/diff) < 6) Requires: (php-composer(sebastian/environment) >= 6.1.0 with php-composer(sebastian/environment) < 7) Requires: (php-composer(sebastian/exporter) >= 5.1.2 with php-composer(sebastian/exporter) < 6) @@ -270,6 +270,10 @@ exit $ret %changelog +* Tue Aug 13 2024 Remi Collet - 10.5.30-1 +- update to 10.5.30 +- raise dependency on sebastian/comparator 5.0.2 + * Tue Jul 30 2024 Remi Collet - 10.5.29-1 - update to 10.5.29 diff --git a/sources b/sources index a918d66..f909ddc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.29-8e9e808.tgz) = 2317f49a1cf67e2b0d2781ed6750762c321150f7c7a8ecf5be1203a1f97b825e5d48e239e3edc0ce2501b8675dc5d5aec50f5e87be63b8cf24cd9a8deee277bd +SHA512 (phpunit10-10.5.30-b15524f.tgz) = ad4766597e7c7b8c94448c7a09b0ff21afa2d4a2fd82dd157f2b3a4a54e27ee8126291fad821f28f94c77fa7264dfc6539f286d02c7fca4384fbfe5d3e3b6d26 From 93fa3e6c5ca0dc997a481c9be7633ee034db1ac7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 13 Aug 2024 11:09:06 +0200 Subject: [PATCH 36/71] update to 10.5.30 raise dependency on sebastian/comparator 5.0.2 (cherry picked from commit f5758afc495a610aedc7bf7ea0efa81ee0f58ba4) (cherry picked from commit 493b698a0681427dc71f36c06554ae41eac03569) --- .gitignore | 1 + phpunit10.spec | 100 +++++++++++++++++++++++++------------------------ sources | 2 +- 3 files changed, 54 insertions(+), 49 deletions(-) diff --git a/.gitignore b/.gitignore index cc47a33..6537e72 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ /phpunit10-10.5.27-2425f71.tgz /phpunit10-10.5.28-ff7fb85.tgz /phpunit10-10.5.29-8e9e808.tgz +/phpunit10-10.5.30-b15524f.tgz diff --git a/phpunit10.spec b/phpunit10.spec index e5c0a19..6f403b3 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit 8e9e80872b4e8064401788ee8a32d40b4455318f -%global gh_date 2024-07-30 +%global gh_commit b15524febac0153876b4ba9aab3326c2ee94c897 +%global gh_date 2024-08-13 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.29 +%global upstream_version 10.5.30 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -50,25 +50,25 @@ Patch0: %{name}-rpm.patch BuildArch: noarch BuildRequires: php(language) >= 8.1 -BuildRequires: (php-composer(myclabs/deep-copy) >= 1.10.1 with php-composer(myclabs/deep-copy) < 2) -BuildRequires: (php-composer(phar-io/manifest) >= 2.0.3 with php-composer(phar-io/manifest) < 3) -BuildRequires: (php-composer(phar-io/version) >= 3.0.2 with php-composer(phar-io/version) < 4) -BuildRequires: (php-composer(phpunit/php-code-coverage) >= 10.1.5 with php-composer(phpunit/php-code-coverage) < 11) -BuildRequires: (php-composer(phpunit/php-file-iterator) >= 4.0 with php-composer(phpunit/php-file-iterator) < 5) +BuildRequires: (php-composer(myclabs/deep-copy) >= 1.12.0 with php-composer(myclabs/deep-copy) < 2) +BuildRequires: (php-composer(phar-io/manifest) >= 2.0.4 with php-composer(phar-io/manifest) < 3) +BuildRequires: (php-composer(phar-io/version) >= 3.2.1 with php-composer(phar-io/version) < 4) +BuildRequires: (php-composer(phpunit/php-code-coverage) >= 10.1.15 with php-composer(phpunit/php-code-coverage) < 11) +BuildRequires: (php-composer(phpunit/php-file-iterator) >= 4.1.0 with php-composer(phpunit/php-file-iterator) < 5) BuildRequires: (php-composer(phpunit/php-invoker) >= 4.0 with php-composer(phpunit/php-invoker) < 5) -BuildRequires: (php-composer(phpunit/php-text-template) >= 3.0 with php-composer(phpunit/php-text-template) < 4) +BuildRequires: (php-composer(phpunit/php-text-template) >= 3.0.1 with php-composer(phpunit/php-text-template) < 4) BuildRequires: (php-composer(phpunit/php-timer) >= 6.0 with php-composer(phpunit/php-timer) < 7) -BuildRequires: (php-composer(sebastian/cli-parser) >= 2.0 with php-composer(sebastian/cli-parser) < 3) +BuildRequires: (php-composer(sebastian/cli-parser) >= 2.0.1 with php-composer(sebastian/cli-parser) < 3) BuildRequires: (php-composer(sebastian/code-unit) >= 2.0 with php-composer(sebastian/code-unit) < 3) -BuildRequires: (php-composer(sebastian/comparator) >= 5.0 with php-composer(sebastian/comparator) < 6) -BuildRequires: (php-composer(sebastian/diff) >= 5.0 with php-composer(sebastian/diff) < 6) -BuildRequires: (php-composer(sebastian/environment) >= 6.0 with php-composer(sebastian/environment) < 7) -BuildRequires: (php-composer(sebastian/exporter) >= 5.1 with php-composer(sebastian/exporter) < 6) -BuildRequires: (php-composer(sebastian/global-state) >= 6.0.1 with php-composer(sebastian/global-state) < 7) +BuildRequires: (php-composer(sebastian/comparator) >= 5.0.2 with php-composer(sebastian/comparator) < 6) +BuildRequires: (php-composer(sebastian/diff) >= 5.1.1 with php-composer(sebastian/diff) < 6) +BuildRequires: (php-composer(sebastian/environment) >= 6.1.0 with php-composer(sebastian/environment) < 7) +BuildRequires: (php-composer(sebastian/exporter) >= 5.1.2 with php-composer(sebastian/exporter) < 6) +BuildRequires: (php-composer(sebastian/global-state) >= 6.0.2 with php-composer(sebastian/global-state) < 7) BuildRequires: (php-composer(sebastian/object-enumerator) >= 5.0 with php-composer(sebastian/object-enumerator) < 6) BuildRequires: (php-composer(sebastian/recursion-context) >= 5.0 with php-composer(sebastian/recursion-context) < 6) BuildRequires: (php-composer(sebastian/type) >= 4.0 with php-composer(sebastian/type) < 5) -BuildRequires: (php-composer(sebastian/version) >= 4.0 with php-composer(sebastian/version) < 5) +BuildRequires: (php-composer(sebastian/version) >= 4.0.1 with php-composer(sebastian/version) < 5) BuildRequires: php-dom BuildRequires: php-json BuildRequires: php-mbstring @@ -86,25 +86,25 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "ext-mbstring": "*", # "ext-xml": "*", # "ext-xmlwriter": "*", -# "myclabs/deep-copy": "^1.10.1", -# "phar-io/manifest": "^2.0.3", -# "phar-io/version": "^3.0.2", -# "phpunit/php-code-coverage": "^10.1.5", -# "phpunit/php-file-iterator": "^4.0", -# "phpunit/php-invoker": "^4.0", -# "phpunit/php-text-template": "^3.0", -# "phpunit/php-timer": "^6.0", -# "sebastian/cli-parser": "^2.0", -# "sebastian/code-unit": "^2.0", -# "sebastian/comparator": "^5.0", -# "sebastian/diff": "^5.0", -# "sebastian/environment": "^6.0", -# "sebastian/exporter": "^5.1", -# "sebastian/global-state": "^6.0.1", -# "sebastian/object-enumerator": "^5.0", -# "sebastian/recursion-context": "^5.0", -# "sebastian/type": "^4.0", -# "sebastian/version": "^4.0" +# "myclabs/deep-copy": "^1.12.0", +# "phar-io/manifest": "^2.0.4", +# "phar-io/version": "^3.2.1", +# "phpunit/php-code-coverage": "^10.1.15", +# "phpunit/php-file-iterator": "^4.1.0", +# "phpunit/php-invoker": "^4.0.0", +# "phpunit/php-text-template": "^3.0.1", +# "phpunit/php-timer": "^6.0.0", +# "sebastian/cli-parser": "^2.0.1", +# "sebastian/code-unit": "^2.0.0", +# "sebastian/comparator": "^5.0.2", +# "sebastian/diff": "^5.1.1", +# "sebastian/environment": "^6.1.0", +# "sebastian/exporter": "^5.1.2", +# "sebastian/global-state": "^6.0.2", +# "sebastian/object-enumerator": "^5.0.0", +# "sebastian/recursion-context": "^5.0.0", +# "sebastian/type": "^4.0.0", +# "sebastian/version": "^4.0.1" Requires: php(language) >= 8.1 Requires: php-cli Requires: php-dom @@ -113,25 +113,25 @@ Requires: php-libxml Requires: php-mbstring Requires: php-xml Requires: php-xmlwriter -Requires: (php-composer(myclabs/deep-copy) >= 1.10.1 with php-composer(myclabs/deep-copy) < 2) -Requires: (php-composer(phar-io/manifest) >= 2.0.3 with php-composer(phar-io/manifest) < 3) -Requires: (php-composer(phar-io/version) >= 3.0.2 with php-composer(phar-io/version) < 4) -Requires: (php-composer(phpunit/php-code-coverage) >= 10.1.5 with php-composer(phpunit/php-code-coverage) < 11) -Requires: (php-composer(phpunit/php-file-iterator) >= 4.0 with php-composer(phpunit/php-file-iterator) < 5) +Requires: (php-composer(myclabs/deep-copy) >= 1.12.0 with php-composer(myclabs/deep-copy) < 2) +Requires: (php-composer(phar-io/manifest) >= 2.0.4 with php-composer(phar-io/manifest) < 3) +Requires: (php-composer(phar-io/version) >= 3.2.1 with php-composer(phar-io/version) < 4) +Requires: (php-composer(phpunit/php-code-coverage) >= 10.1.15 with php-composer(phpunit/php-code-coverage) < 11) +Requires: (php-composer(phpunit/php-file-iterator) >= 4.1.0 with php-composer(phpunit/php-file-iterator) < 5) Requires: (php-composer(phpunit/php-invoker) >= 4.0 with php-composer(phpunit/php-invoker) < 5) -Requires: (php-composer(phpunit/php-text-template) >= 3.0 with php-composer(phpunit/php-text-template) < 4) +Requires: (php-composer(phpunit/php-text-template) >= 3.0.1 with php-composer(phpunit/php-text-template) < 4) Requires: (php-composer(phpunit/php-timer) >= 6.0 with php-composer(phpunit/php-timer) < 7) -Requires: (php-composer(sebastian/cli-parser) >= 2.0 with php-composer(sebastian/cli-parser) < 3) +Requires: (php-composer(sebastian/cli-parser) >= 2.0.1 with php-composer(sebastian/cli-parser) < 3) Requires: (php-composer(sebastian/code-unit) >= 2.0 with php-composer(sebastian/code-unit) < 3) -Requires: (php-composer(sebastian/comparator) >= 5.0 with php-composer(sebastian/comparator) < 6) -Requires: (php-composer(sebastian/diff) >= 5.0 with php-composer(sebastian/diff) < 6) -Requires: (php-composer(sebastian/environment) >= 6.0 with php-composer(sebastian/environment) < 7) -Requires: (php-composer(sebastian/exporter) >= 5.1 with php-composer(sebastian/exporter) < 6) -Requires: (php-composer(sebastian/global-state) >= 6.0.1 with php-composer(sebastian/global-state) < 7) +Requires: (php-composer(sebastian/comparator) >= 5.0.2 with php-composer(sebastian/comparator) < 6) +Requires: (php-composer(sebastian/diff) >= 5.1.1 with php-composer(sebastian/diff) < 6) +Requires: (php-composer(sebastian/environment) >= 6.1.0 with php-composer(sebastian/environment) < 7) +Requires: (php-composer(sebastian/exporter) >= 5.1.2 with php-composer(sebastian/exporter) < 6) +Requires: (php-composer(sebastian/global-state) >= 6.0.2 with php-composer(sebastian/global-state) < 7) Requires: (php-composer(sebastian/object-enumerator) >= 5.0 with php-composer(sebastian/object-enumerator) < 6) Requires: (php-composer(sebastian/recursion-context) >= 5.0 with php-composer(sebastian/recursion-context) < 6) Requires: (php-composer(sebastian/type) >= 4.0 with php-composer(sebastian/type) < 5) -Requires: (php-composer(sebastian/version) >= 4.0 with php-composer(sebastian/version) < 5) +Requires: (php-composer(sebastian/version) >= 4.0.1 with php-composer(sebastian/version) < 5) # From composer.json, "suggest": { # "ext-soap": "*", Suggests: php-soap @@ -270,6 +270,10 @@ exit $ret %changelog +* Tue Aug 13 2024 Remi Collet - 10.5.30-1 +- update to 10.5.30 +- raise dependency on sebastian/comparator 5.0.2 + * Tue Jul 30 2024 Remi Collet - 10.5.29-1 - update to 10.5.29 diff --git a/sources b/sources index a918d66..f909ddc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.29-8e9e808.tgz) = 2317f49a1cf67e2b0d2781ed6750762c321150f7c7a8ecf5be1203a1f97b825e5d48e239e3edc0ce2501b8675dc5d5aec50f5e87be63b8cf24cd9a8deee277bd +SHA512 (phpunit10-10.5.30-b15524f.tgz) = ad4766597e7c7b8c94448c7a09b0ff21afa2d4a2fd82dd157f2b3a4a54e27ee8126291fad821f28f94c77fa7264dfc6539f286d02c7fca4384fbfe5d3e3b6d26 From 81ce1b998e894ef9f723b921f2947cd600a97a78 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 13 Aug 2024 11:32:53 +0200 Subject: [PATCH 37/71] ignore some minimal version (latest was "no change") --- phpunit10.spec | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/phpunit10.spec b/phpunit10.spec index 6f403b3..16e9dbb 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -58,13 +58,13 @@ BuildRequires: (php-composer(phpunit/php-file-iterator) >= 4.1.0 with php-c BuildRequires: (php-composer(phpunit/php-invoker) >= 4.0 with php-composer(phpunit/php-invoker) < 5) BuildRequires: (php-composer(phpunit/php-text-template) >= 3.0.1 with php-composer(phpunit/php-text-template) < 4) BuildRequires: (php-composer(phpunit/php-timer) >= 6.0 with php-composer(phpunit/php-timer) < 7) -BuildRequires: (php-composer(sebastian/cli-parser) >= 2.0.1 with php-composer(sebastian/cli-parser) < 3) +BuildRequires: (php-composer(sebastian/cli-parser) >= 2.0 with php-composer(sebastian/cli-parser) < 3) BuildRequires: (php-composer(sebastian/code-unit) >= 2.0 with php-composer(sebastian/code-unit) < 3) BuildRequires: (php-composer(sebastian/comparator) >= 5.0.2 with php-composer(sebastian/comparator) < 6) -BuildRequires: (php-composer(sebastian/diff) >= 5.1.1 with php-composer(sebastian/diff) < 6) +BuildRequires: (php-composer(sebastian/diff) >= 5.1 with php-composer(sebastian/diff) < 6) BuildRequires: (php-composer(sebastian/environment) >= 6.1.0 with php-composer(sebastian/environment) < 7) -BuildRequires: (php-composer(sebastian/exporter) >= 5.1.2 with php-composer(sebastian/exporter) < 6) -BuildRequires: (php-composer(sebastian/global-state) >= 6.0.2 with php-composer(sebastian/global-state) < 7) +BuildRequires: (php-composer(sebastian/exporter) >= 5.1 with php-composer(sebastian/exporter) < 6) +BuildRequires: (php-composer(sebastian/global-state) >= 6.0 with php-composer(sebastian/global-state) < 7) BuildRequires: (php-composer(sebastian/object-enumerator) >= 5.0 with php-composer(sebastian/object-enumerator) < 6) BuildRequires: (php-composer(sebastian/recursion-context) >= 5.0 with php-composer(sebastian/recursion-context) < 6) BuildRequires: (php-composer(sebastian/type) >= 4.0 with php-composer(sebastian/type) < 5) @@ -100,7 +100,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "sebastian/diff": "^5.1.1", # "sebastian/environment": "^6.1.0", # "sebastian/exporter": "^5.1.2", -# "sebastian/global-state": "^6.0.2", +# "sebastian/global-state": "^6.0.0", # "sebastian/object-enumerator": "^5.0.0", # "sebastian/recursion-context": "^5.0.0", # "sebastian/type": "^4.0.0", @@ -121,13 +121,13 @@ Requires: (php-composer(phpunit/php-file-iterator) >= 4.1.0 with php-c Requires: (php-composer(phpunit/php-invoker) >= 4.0 with php-composer(phpunit/php-invoker) < 5) Requires: (php-composer(phpunit/php-text-template) >= 3.0.1 with php-composer(phpunit/php-text-template) < 4) Requires: (php-composer(phpunit/php-timer) >= 6.0 with php-composer(phpunit/php-timer) < 7) -Requires: (php-composer(sebastian/cli-parser) >= 2.0.1 with php-composer(sebastian/cli-parser) < 3) +Requires: (php-composer(sebastian/cli-parser) >= 2.0 with php-composer(sebastian/cli-parser) < 3) Requires: (php-composer(sebastian/code-unit) >= 2.0 with php-composer(sebastian/code-unit) < 3) Requires: (php-composer(sebastian/comparator) >= 5.0.2 with php-composer(sebastian/comparator) < 6) -Requires: (php-composer(sebastian/diff) >= 5.1.1 with php-composer(sebastian/diff) < 6) +Requires: (php-composer(sebastian/diff) >= 5.1 with php-composer(sebastian/diff) < 6) Requires: (php-composer(sebastian/environment) >= 6.1.0 with php-composer(sebastian/environment) < 7) -Requires: (php-composer(sebastian/exporter) >= 5.1.2 with php-composer(sebastian/exporter) < 6) -Requires: (php-composer(sebastian/global-state) >= 6.0.2 with php-composer(sebastian/global-state) < 7) +Requires: (php-composer(sebastian/exporter) >= 5.1 with php-composer(sebastian/exporter) < 6) +Requires: (php-composer(sebastian/global-state) >= 6.0 with php-composer(sebastian/global-state) < 7) Requires: (php-composer(sebastian/object-enumerator) >= 5.0 with php-composer(sebastian/object-enumerator) < 6) Requires: (php-composer(sebastian/recursion-context) >= 5.0 with php-composer(sebastian/recursion-context) < 6) Requires: (php-composer(sebastian/type) >= 4.0 with php-composer(sebastian/type) < 5) From c2612023bfb4a7b583f0fbbcb1ab6c440e1dea40 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Sep 2024 16:28:57 +0200 Subject: [PATCH 38/71] v10.5.31 --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6537e72..76ffe65 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ /phpunit10-10.5.28-ff7fb85.tgz /phpunit10-10.5.29-8e9e808.tgz /phpunit10-10.5.30-b15524f.tgz +/phpunit10-10.5.31-43e7c3e.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 7f92565..11c1cd8 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit b15524febac0153876b4ba9aab3326c2ee94c897 -%global gh_date 2024-08-13 +%global gh_commit 43e7c3e6a484e538453f89dfa6a6f308c32792da +%global gh_date 2024-09-03 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.30 +%global upstream_version 10.5.31 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -270,6 +270,9 @@ exit $ret %changelog +* Tue Sep 3 2024 Remi Collet - 10.5.31-1 +- update to 10.5.31 + * Tue Aug 13 2024 Remi Collet - 10.5.30-1 - update to 10.5.30 - raise dependency on sebastian/comparator 5.0.2 diff --git a/sources b/sources index f909ddc..2f2f297 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.30-b15524f.tgz) = ad4766597e7c7b8c94448c7a09b0ff21afa2d4a2fd82dd157f2b3a4a54e27ee8126291fad821f28f94c77fa7264dfc6539f286d02c7fca4384fbfe5d3e3b6d26 +SHA512 (phpunit10-10.5.31-43e7c3e.tgz) = 4d93e923579fb5fc7ae523bfb624f166a457bb16308172702daf160b6f8f06cc0a327d6e699700feca2087d9335757b8f2d28cbd8bd9974704d68c2ca96fe8e2 From 537957f6776a13edb30fc08734b849f7babc4912 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Sep 2024 16:28:57 +0200 Subject: [PATCH 39/71] v10.5.31 (cherry picked from commit c2612023bfb4a7b583f0fbbcb1ab6c440e1dea40) --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6537e72..76ffe65 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ /phpunit10-10.5.28-ff7fb85.tgz /phpunit10-10.5.29-8e9e808.tgz /phpunit10-10.5.30-b15524f.tgz +/phpunit10-10.5.31-43e7c3e.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 16e9dbb..11c25c1 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit b15524febac0153876b4ba9aab3326c2ee94c897 -%global gh_date 2024-08-13 +%global gh_commit 43e7c3e6a484e538453f89dfa6a6f308c32792da +%global gh_date 2024-09-03 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.30 +%global upstream_version 10.5.31 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -270,6 +270,9 @@ exit $ret %changelog +* Tue Sep 3 2024 Remi Collet - 10.5.31-1 +- update to 10.5.31 + * Tue Aug 13 2024 Remi Collet - 10.5.30-1 - update to 10.5.30 - raise dependency on sebastian/comparator 5.0.2 diff --git a/sources b/sources index f909ddc..2f2f297 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.30-b15524f.tgz) = ad4766597e7c7b8c94448c7a09b0ff21afa2d4a2fd82dd157f2b3a4a54e27ee8126291fad821f28f94c77fa7264dfc6539f286d02c7fca4384fbfe5d3e3b6d26 +SHA512 (phpunit10-10.5.31-43e7c3e.tgz) = 4d93e923579fb5fc7ae523bfb624f166a457bb16308172702daf160b6f8f06cc0a327d6e699700feca2087d9335757b8f2d28cbd8bd9974704d68c2ca96fe8e2 From 49b6f5973ad168981e05399c025297cb0d9e6a01 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 5 Sep 2024 07:19:46 +0200 Subject: [PATCH 40/71] v10.5.32 --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 76ffe65..b4c38f9 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ /phpunit10-10.5.29-8e9e808.tgz /phpunit10-10.5.30-b15524f.tgz /phpunit10-10.5.31-43e7c3e.tgz +/phpunit10-10.5.32-f069f46.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 11c1cd8..e043c4b 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit 43e7c3e6a484e538453f89dfa6a6f308c32792da -%global gh_date 2024-09-03 +%global gh_commit f069f46840445d37a4e6f0de8c5879598f9c4327 +%global gh_date 2024-09-04 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.31 +%global upstream_version 10.5.32 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -270,6 +270,9 @@ exit $ret %changelog +* Thu Sep 5 2024 Remi Collet - 10.5.32-1 +- update to 10.5.32 + * Tue Sep 3 2024 Remi Collet - 10.5.31-1 - update to 10.5.31 diff --git a/sources b/sources index 2f2f297..1af23b9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.31-43e7c3e.tgz) = 4d93e923579fb5fc7ae523bfb624f166a457bb16308172702daf160b6f8f06cc0a327d6e699700feca2087d9335757b8f2d28cbd8bd9974704d68c2ca96fe8e2 +SHA512 (phpunit10-10.5.32-f069f46.tgz) = f8b85ee0d87478155f6f6f73db6182f18b3fe68142609673435774d1f9234763388fb3222d43d26ec19a4906eef5a8dace23ebdf3bceeee376a34e0a16be8adc From 25496cdb56a64ba2688d97f6e6c2ca5d5b75f008 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 5 Sep 2024 07:19:46 +0200 Subject: [PATCH 41/71] v10.5.32 (cherry picked from commit 49b6f5973ad168981e05399c025297cb0d9e6a01) --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 76ffe65..b4c38f9 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ /phpunit10-10.5.29-8e9e808.tgz /phpunit10-10.5.30-b15524f.tgz /phpunit10-10.5.31-43e7c3e.tgz +/phpunit10-10.5.32-f069f46.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 11c25c1..c7ed9a5 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit 43e7c3e6a484e538453f89dfa6a6f308c32792da -%global gh_date 2024-09-03 +%global gh_commit f069f46840445d37a4e6f0de8c5879598f9c4327 +%global gh_date 2024-09-04 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.31 +%global upstream_version 10.5.32 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -270,6 +270,9 @@ exit $ret %changelog +* Thu Sep 5 2024 Remi Collet - 10.5.32-1 +- update to 10.5.32 + * Tue Sep 3 2024 Remi Collet - 10.5.31-1 - update to 10.5.31 diff --git a/sources b/sources index 2f2f297..1af23b9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.31-43e7c3e.tgz) = 4d93e923579fb5fc7ae523bfb624f166a457bb16308172702daf160b6f8f06cc0a327d6e699700feca2087d9335757b8f2d28cbd8bd9974704d68c2ca96fe8e2 +SHA512 (phpunit10-10.5.32-f069f46.tgz) = f8b85ee0d87478155f6f6f73db6182f18b3fe68142609673435774d1f9234763388fb3222d43d26ec19a4906eef5a8dace23ebdf3bceeee376a34e0a16be8adc From 8fa3a8f1ad36b70748e952579fbcf606d77aa9a8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 9 Sep 2024 11:00:54 +0200 Subject: [PATCH 42/71] v10.5.33 --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b4c38f9..6447270 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ /phpunit10-10.5.30-b15524f.tgz /phpunit10-10.5.31-43e7c3e.tgz /phpunit10-10.5.32-f069f46.tgz +/phpunit10-10.5.33-4def7a9.tgz diff --git a/phpunit10.spec b/phpunit10.spec index e043c4b..71b1c21 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit f069f46840445d37a4e6f0de8c5879598f9c4327 -%global gh_date 2024-09-04 +%global gh_commit 4def7a9cda75af9c2bc179ed53a8e41313e7f7cf +%global gh_date 2024-09-09 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.32 +%global upstream_version 10.5.33 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -270,6 +270,9 @@ exit $ret %changelog +* Mon Sep 9 2024 Remi Collet - 10.5.33-1 +- update to 10.5.33 + * Thu Sep 5 2024 Remi Collet - 10.5.32-1 - update to 10.5.32 diff --git a/sources b/sources index 1af23b9..ed63edf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.32-f069f46.tgz) = f8b85ee0d87478155f6f6f73db6182f18b3fe68142609673435774d1f9234763388fb3222d43d26ec19a4906eef5a8dace23ebdf3bceeee376a34e0a16be8adc +SHA512 (phpunit10-10.5.33-4def7a9.tgz) = 80f2981ea77a5f28e4e94366422999a5b360f7341a51c90beca56c77833307d6358ad5b041aa2ba133f23e5eb3908aea635e44213a6e133c09a43f791da68742 From da0796700c3e67e0e4502741c3b25262d3fda3be Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 9 Sep 2024 11:00:54 +0200 Subject: [PATCH 43/71] v10.5.33 (cherry picked from commit 8fa3a8f1ad36b70748e952579fbcf606d77aa9a8) --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b4c38f9..6447270 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ /phpunit10-10.5.30-b15524f.tgz /phpunit10-10.5.31-43e7c3e.tgz /phpunit10-10.5.32-f069f46.tgz +/phpunit10-10.5.33-4def7a9.tgz diff --git a/phpunit10.spec b/phpunit10.spec index c7ed9a5..c4665d5 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit f069f46840445d37a4e6f0de8c5879598f9c4327 -%global gh_date 2024-09-04 +%global gh_commit 4def7a9cda75af9c2bc179ed53a8e41313e7f7cf +%global gh_date 2024-09-09 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.32 +%global upstream_version 10.5.33 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -270,6 +270,9 @@ exit $ret %changelog +* Mon Sep 9 2024 Remi Collet - 10.5.33-1 +- update to 10.5.33 + * Thu Sep 5 2024 Remi Collet - 10.5.32-1 - update to 10.5.32 diff --git a/sources b/sources index 1af23b9..ed63edf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.32-f069f46.tgz) = f8b85ee0d87478155f6f6f73db6182f18b3fe68142609673435774d1f9234763388fb3222d43d26ec19a4906eef5a8dace23ebdf3bceeee376a34e0a16be8adc +SHA512 (phpunit10-10.5.33-4def7a9.tgz) = 80f2981ea77a5f28e4e94366422999a5b360f7341a51c90beca56c77833307d6358ad5b041aa2ba133f23e5eb3908aea635e44213a6e133c09a43f791da68742 From 56e95b580c2ba622251799d881b9a0f3421c00db Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 13 Sep 2024 10:45:51 +0200 Subject: [PATCH 44/71] v10.5.34 --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6447270..a3ff94f 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ /phpunit10-10.5.31-43e7c3e.tgz /phpunit10-10.5.32-f069f46.tgz /phpunit10-10.5.33-4def7a9.tgz +/phpunit10-10.5.34-3c69d31.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 71b1c21..6b8945f 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit 4def7a9cda75af9c2bc179ed53a8e41313e7f7cf -%global gh_date 2024-09-09 +%global gh_commit 3c69d315bdf79080c8e115b69d1961c6905b0e18 +%global gh_date 2024-09-13 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.33 +%global upstream_version 10.5.34 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -270,6 +270,9 @@ exit $ret %changelog +* Fri Sep 13 2024 Remi Collet - 10.5.34-1 +- update to 10.5.34 + * Mon Sep 9 2024 Remi Collet - 10.5.33-1 - update to 10.5.33 diff --git a/sources b/sources index ed63edf..53e019e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.33-4def7a9.tgz) = 80f2981ea77a5f28e4e94366422999a5b360f7341a51c90beca56c77833307d6358ad5b041aa2ba133f23e5eb3908aea635e44213a6e133c09a43f791da68742 +SHA512 (phpunit10-10.5.34-3c69d31.tgz) = 82f9bd586e7584c56831f24eafbb36a4fd5821552c6ee7a548115d99a4616f375b4dddc46f4de14d55b2d4698095940088440affdef5c91d1d781c10cdf73440 From 31b650ba5a2d4e6a3a9535e593b146eed41b8cb6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 13 Sep 2024 10:45:51 +0200 Subject: [PATCH 45/71] v10.5.34 (cherry picked from commit 56e95b580c2ba622251799d881b9a0f3421c00db) --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6447270..a3ff94f 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ /phpunit10-10.5.31-43e7c3e.tgz /phpunit10-10.5.32-f069f46.tgz /phpunit10-10.5.33-4def7a9.tgz +/phpunit10-10.5.34-3c69d31.tgz diff --git a/phpunit10.spec b/phpunit10.spec index c4665d5..a10c0d3 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit 4def7a9cda75af9c2bc179ed53a8e41313e7f7cf -%global gh_date 2024-09-09 +%global gh_commit 3c69d315bdf79080c8e115b69d1961c6905b0e18 +%global gh_date 2024-09-13 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.33 +%global upstream_version 10.5.34 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -270,6 +270,9 @@ exit $ret %changelog +* Fri Sep 13 2024 Remi Collet - 10.5.34-1 +- update to 10.5.34 + * Mon Sep 9 2024 Remi Collet - 10.5.33-1 - update to 10.5.33 diff --git a/sources b/sources index ed63edf..53e019e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.33-4def7a9.tgz) = 80f2981ea77a5f28e4e94366422999a5b360f7341a51c90beca56c77833307d6358ad5b041aa2ba133f23e5eb3908aea635e44213a6e133c09a43f791da68742 +SHA512 (phpunit10-10.5.34-3c69d31.tgz) = 82f9bd586e7584c56831f24eafbb36a4fd5821552c6ee7a548115d99a4616f375b4dddc46f4de14d55b2d4698095940088440affdef5c91d1d781c10cdf73440 From 04950d7d41357a1e44af307c36d4d07dc1d54090 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 19 Sep 2024 15:16:52 +0200 Subject: [PATCH 46/71] v10.5.35 --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a3ff94f..0593180 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ /phpunit10-10.5.32-f069f46.tgz /phpunit10-10.5.33-4def7a9.tgz /phpunit10-10.5.34-3c69d31.tgz +/phpunit10-10.5.35-7ac8b4e.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 6b8945f..67d28d9 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit 3c69d315bdf79080c8e115b69d1961c6905b0e18 -%global gh_date 2024-09-13 +%global gh_commit 7ac8b4e63f456046dcb4c9787da9382831a1874b +%global gh_date 2024-09-19 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.34 +%global upstream_version 10.5.35 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -270,6 +270,9 @@ exit $ret %changelog +* Thu Sep 19 2024 Remi Collet - 10.5.35-1 +- update to 10.5.35 + * Fri Sep 13 2024 Remi Collet - 10.5.34-1 - update to 10.5.34 diff --git a/sources b/sources index 53e019e..f5701e1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.34-3c69d31.tgz) = 82f9bd586e7584c56831f24eafbb36a4fd5821552c6ee7a548115d99a4616f375b4dddc46f4de14d55b2d4698095940088440affdef5c91d1d781c10cdf73440 +SHA512 (phpunit10-10.5.35-7ac8b4e.tgz) = 0b3a1955b526f8098e9af8d41ce5b7e42ae97e8eb1c60549685538ba44b8184e54840946209a9e1e9780e5452e9c186b1880ecbcd1a8ecf875c3bcffb24ddfe2 From 75b70601742f4183742736b0fadb61a1e5bb0433 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 19 Sep 2024 15:16:52 +0200 Subject: [PATCH 47/71] v10.5.35 (cherry picked from commit 04950d7d41357a1e44af307c36d4d07dc1d54090) (cherry picked from commit 98d0935c7c6e90d3558080f4c148468ec45fb4ad) --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a3ff94f..0593180 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ /phpunit10-10.5.32-f069f46.tgz /phpunit10-10.5.33-4def7a9.tgz /phpunit10-10.5.34-3c69d31.tgz +/phpunit10-10.5.35-7ac8b4e.tgz diff --git a/phpunit10.spec b/phpunit10.spec index a10c0d3..2aa3072 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit 3c69d315bdf79080c8e115b69d1961c6905b0e18 -%global gh_date 2024-09-13 +%global gh_commit 7ac8b4e63f456046dcb4c9787da9382831a1874b +%global gh_date 2024-09-19 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.34 +%global upstream_version 10.5.35 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -270,6 +270,9 @@ exit $ret %changelog +* Thu Sep 19 2024 Remi Collet - 10.5.35-1 +- update to 10.5.35 + * Fri Sep 13 2024 Remi Collet - 10.5.34-1 - update to 10.5.34 diff --git a/sources b/sources index 53e019e..f5701e1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.34-3c69d31.tgz) = 82f9bd586e7584c56831f24eafbb36a4fd5821552c6ee7a548115d99a4616f375b4dddc46f4de14d55b2d4698095940088440affdef5c91d1d781c10cdf73440 +SHA512 (phpunit10-10.5.35-7ac8b4e.tgz) = 0b3a1955b526f8098e9af8d41ce5b7e42ae97e8eb1c60549685538ba44b8184e54840946209a9e1e9780e5452e9c186b1880ecbcd1a8ecf875c3bcffb24ddfe2 From a5b09ffa7e65cf34a1432a9bcb2cc993694eaf7f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 9 Oct 2024 11:20:56 +0200 Subject: [PATCH 48/71] v10.5.36 --- .gitignore | 1 + phpunit10.spec | 20 ++++++++++++-------- sources | 2 +- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 0593180..b58172a 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ /phpunit10-10.5.33-4def7a9.tgz /phpunit10-10.5.34-3c69d31.tgz /phpunit10-10.5.35-7ac8b4e.tgz +/phpunit10-10.5.36-aa0a8ce.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 67d28d9..c99a9a8 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit 7ac8b4e63f456046dcb4c9787da9382831a1874b -%global gh_date 2024-09-19 +%global gh_commit aa0a8ce701ea7ee314b0dfaa8970dc94f3f8c870 +%global gh_date 2024-10-08 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.35 +%global upstream_version 10.5.36 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -212,18 +212,19 @@ cat src/autoload.php %{_bindir}/phpab \ --output tests/autoload.php \ - --exclude 'tests/end-to-end/regression/4376/tests/Test.php' \ - --exclude 'tests/end-to-end/regression/2448/Test.php' \ - --exclude 'tests/*/_files/*.php' \ - tests + tests/_files cat << 'EOF' | tee -a tests/autoload.php // Dependencies \Fedora\Autoloader\Dependencies::required([ + __DIR__ . '/unit/Event/AbstractEventTestCase.php', + __DIR__ . '/unit/Framework/MockObject/TestDoubleTestCase.php', + __DIR__ . '/unit/Metadata/Parser/AnnotationParserTestCase.php', + __DIR__ . '/unit/Metadata/Parser/AttributeParserTestCase.php', __DIR__ . '/_files/CoverageNamespacedFunctionTest.php', __DIR__ . '/_files/CoveredFunction.php', + __DIR__ . '/_files/Generator.php', __DIR__ . '/_files/NamespaceCoveredFunction.php', __DIR__ . '/end-to-end/code-coverage/ignore-function-using-attribute/src/CoveredFunction.php', - __DIR__ . '/end-to-end/execution-order/_files/MultiDependencyTest.php', ]); EOF @@ -270,6 +271,9 @@ exit $ret %changelog +* Wed Oct 9 2024 Remi Collet - 10.5.36-1 +- update to 10.5.36 + * Thu Sep 19 2024 Remi Collet - 10.5.35-1 - update to 10.5.35 diff --git a/sources b/sources index f5701e1..462d437 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.35-7ac8b4e.tgz) = 0b3a1955b526f8098e9af8d41ce5b7e42ae97e8eb1c60549685538ba44b8184e54840946209a9e1e9780e5452e9c186b1880ecbcd1a8ecf875c3bcffb24ddfe2 +SHA512 (phpunit10-10.5.36-aa0a8ce.tgz) = 258842909013a090fced1d199c3735fb097f7c93dc0c24bfc3e9eba139f30b0779e3cef1f47057024373cd141b4acc13fec6b698a23d9a272c979b40f4c72f3b From 21f4ab160e00318a3a50d775a4431072d6635a04 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 9 Oct 2024 11:20:56 +0200 Subject: [PATCH 49/71] v10.5.36 (cherry picked from commit a5b09ffa7e65cf34a1432a9bcb2cc993694eaf7f) --- .gitignore | 1 + phpunit10.spec | 20 ++++++++++++-------- sources | 2 +- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 0593180..b58172a 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ /phpunit10-10.5.33-4def7a9.tgz /phpunit10-10.5.34-3c69d31.tgz /phpunit10-10.5.35-7ac8b4e.tgz +/phpunit10-10.5.36-aa0a8ce.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 2aa3072..c941c1e 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit 7ac8b4e63f456046dcb4c9787da9382831a1874b -%global gh_date 2024-09-19 +%global gh_commit aa0a8ce701ea7ee314b0dfaa8970dc94f3f8c870 +%global gh_date 2024-10-08 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.35 +%global upstream_version 10.5.36 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -212,18 +212,19 @@ cat src/autoload.php %{_bindir}/phpab \ --output tests/autoload.php \ - --exclude 'tests/end-to-end/regression/4376/tests/Test.php' \ - --exclude 'tests/end-to-end/regression/2448/Test.php' \ - --exclude 'tests/*/_files/*.php' \ - tests + tests/_files cat << 'EOF' | tee -a tests/autoload.php // Dependencies \Fedora\Autoloader\Dependencies::required([ + __DIR__ . '/unit/Event/AbstractEventTestCase.php', + __DIR__ . '/unit/Framework/MockObject/TestDoubleTestCase.php', + __DIR__ . '/unit/Metadata/Parser/AnnotationParserTestCase.php', + __DIR__ . '/unit/Metadata/Parser/AttributeParserTestCase.php', __DIR__ . '/_files/CoverageNamespacedFunctionTest.php', __DIR__ . '/_files/CoveredFunction.php', + __DIR__ . '/_files/Generator.php', __DIR__ . '/_files/NamespaceCoveredFunction.php', __DIR__ . '/end-to-end/code-coverage/ignore-function-using-attribute/src/CoveredFunction.php', - __DIR__ . '/end-to-end/execution-order/_files/MultiDependencyTest.php', ]); EOF @@ -270,6 +271,9 @@ exit $ret %changelog +* Wed Oct 9 2024 Remi Collet - 10.5.36-1 +- update to 10.5.36 + * Thu Sep 19 2024 Remi Collet - 10.5.35-1 - update to 10.5.35 diff --git a/sources b/sources index f5701e1..462d437 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.35-7ac8b4e.tgz) = 0b3a1955b526f8098e9af8d41ce5b7e42ae97e8eb1c60549685538ba44b8184e54840946209a9e1e9780e5452e9c186b1880ecbcd1a8ecf875c3bcffb24ddfe2 +SHA512 (phpunit10-10.5.36-aa0a8ce.tgz) = 258842909013a090fced1d199c3735fb097f7c93dc0c24bfc3e9eba139f30b0779e3cef1f47057024373cd141b4acc13fec6b698a23d9a272c979b40f4c72f3b From c80e40cc5064a413d0ba103ed21fb95f3b003cc4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 21 Oct 2024 12:14:04 +0200 Subject: [PATCH 50/71] update to 10.5.37 raise dependency on sebastian/comparator 5.0.3 --- .gitignore | 1 + phpunit10.spec | 16 ++++++++++------ sources | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index b58172a..19d12a8 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ /phpunit10-10.5.34-3c69d31.tgz /phpunit10-10.5.35-7ac8b4e.tgz /phpunit10-10.5.36-aa0a8ce.tgz +/phpunit10-10.5.37-c7cffa0.tgz diff --git a/phpunit10.spec b/phpunit10.spec index c99a9a8..cce7fe3 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit aa0a8ce701ea7ee314b0dfaa8970dc94f3f8c870 -%global gh_date 2024-10-08 +%global gh_commit c7cffa0efa2b70c22366523e6d804c9419eb2400 +%global gh_date 2024-10-21 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.36 +%global upstream_version 10.5.37 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -60,7 +60,7 @@ BuildRequires: (php-composer(phpunit/php-text-template) >= 3.0.1 with php-c BuildRequires: (php-composer(phpunit/php-timer) >= 6.0 with php-composer(phpunit/php-timer) < 7) BuildRequires: (php-composer(sebastian/cli-parser) >= 2.0.1 with php-composer(sebastian/cli-parser) < 3) BuildRequires: (php-composer(sebastian/code-unit) >= 2.0 with php-composer(sebastian/code-unit) < 3) -BuildRequires: (php-composer(sebastian/comparator) >= 5.0.2 with php-composer(sebastian/comparator) < 6) +BuildRequires: (php-composer(sebastian/comparator) >= 5.0.3 with php-composer(sebastian/comparator) < 6) BuildRequires: (php-composer(sebastian/diff) >= 5.1.1 with php-composer(sebastian/diff) < 6) BuildRequires: (php-composer(sebastian/environment) >= 6.1.0 with php-composer(sebastian/environment) < 7) BuildRequires: (php-composer(sebastian/exporter) >= 5.1.2 with php-composer(sebastian/exporter) < 6) @@ -96,7 +96,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "phpunit/php-timer": "^6.0.0", # "sebastian/cli-parser": "^2.0.1", # "sebastian/code-unit": "^2.0.0", -# "sebastian/comparator": "^5.0.2", +# "sebastian/comparator": "^5.0.3", # "sebastian/diff": "^5.1.1", # "sebastian/environment": "^6.1.0", # "sebastian/exporter": "^5.1.2", @@ -123,7 +123,7 @@ Requires: (php-composer(phpunit/php-text-template) >= 3.0.1 with php-c Requires: (php-composer(phpunit/php-timer) >= 6.0 with php-composer(phpunit/php-timer) < 7) Requires: (php-composer(sebastian/cli-parser) >= 2.0.1 with php-composer(sebastian/cli-parser) < 3) Requires: (php-composer(sebastian/code-unit) >= 2.0 with php-composer(sebastian/code-unit) < 3) -Requires: (php-composer(sebastian/comparator) >= 5.0.2 with php-composer(sebastian/comparator) < 6) +Requires: (php-composer(sebastian/comparator) >= 5.0.3 with php-composer(sebastian/comparator) < 6) Requires: (php-composer(sebastian/diff) >= 5.1.1 with php-composer(sebastian/diff) < 6) Requires: (php-composer(sebastian/environment) >= 6.1.0 with php-composer(sebastian/environment) < 7) Requires: (php-composer(sebastian/exporter) >= 5.1.2 with php-composer(sebastian/exporter) < 6) @@ -271,6 +271,10 @@ exit $ret %changelog +* Mon Oct 21 2024 Remi Collet - 10.5.37-1 +- update to 10.5.37 +- raise dependency on sebastian/comparator 5.0.3 + * Wed Oct 9 2024 Remi Collet - 10.5.36-1 - update to 10.5.36 diff --git a/sources b/sources index 462d437..ac44049 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.36-aa0a8ce.tgz) = 258842909013a090fced1d199c3735fb097f7c93dc0c24bfc3e9eba139f30b0779e3cef1f47057024373cd141b4acc13fec6b698a23d9a272c979b40f4c72f3b +SHA512 (phpunit10-10.5.37-c7cffa0.tgz) = 2dfc25ebadc62d2ce48ec2365c85b8e74b0dad24c0ceaeca781925512539eb94f763eefb1bae7930db705e5854687027c60a9b6bdb0bede9f29c21954906a7b1 From c64d4ce7cb5103a1337aacbf1f273560ded9c709 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 21 Oct 2024 12:14:04 +0200 Subject: [PATCH 51/71] update to 10.5.37 raise dependency on sebastian/comparator 5.0.3 (cherry picked from commit c80e40cc5064a413d0ba103ed21fb95f3b003cc4) --- .gitignore | 1 + phpunit10.spec | 16 ++++++++++------ sources | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index b58172a..19d12a8 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ /phpunit10-10.5.34-3c69d31.tgz /phpunit10-10.5.35-7ac8b4e.tgz /phpunit10-10.5.36-aa0a8ce.tgz +/phpunit10-10.5.37-c7cffa0.tgz diff --git a/phpunit10.spec b/phpunit10.spec index c941c1e..af771b2 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit aa0a8ce701ea7ee314b0dfaa8970dc94f3f8c870 -%global gh_date 2024-10-08 +%global gh_commit c7cffa0efa2b70c22366523e6d804c9419eb2400 +%global gh_date 2024-10-21 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.36 +%global upstream_version 10.5.37 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -60,7 +60,7 @@ BuildRequires: (php-composer(phpunit/php-text-template) >= 3.0.1 with php-c BuildRequires: (php-composer(phpunit/php-timer) >= 6.0 with php-composer(phpunit/php-timer) < 7) BuildRequires: (php-composer(sebastian/cli-parser) >= 2.0 with php-composer(sebastian/cli-parser) < 3) BuildRequires: (php-composer(sebastian/code-unit) >= 2.0 with php-composer(sebastian/code-unit) < 3) -BuildRequires: (php-composer(sebastian/comparator) >= 5.0.2 with php-composer(sebastian/comparator) < 6) +BuildRequires: (php-composer(sebastian/comparator) >= 5.0.3 with php-composer(sebastian/comparator) < 6) BuildRequires: (php-composer(sebastian/diff) >= 5.1 with php-composer(sebastian/diff) < 6) BuildRequires: (php-composer(sebastian/environment) >= 6.1.0 with php-composer(sebastian/environment) < 7) BuildRequires: (php-composer(sebastian/exporter) >= 5.1 with php-composer(sebastian/exporter) < 6) @@ -96,7 +96,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "phpunit/php-timer": "^6.0.0", # "sebastian/cli-parser": "^2.0.1", # "sebastian/code-unit": "^2.0.0", -# "sebastian/comparator": "^5.0.2", +# "sebastian/comparator": "^5.0.3", # "sebastian/diff": "^5.1.1", # "sebastian/environment": "^6.1.0", # "sebastian/exporter": "^5.1.2", @@ -123,7 +123,7 @@ Requires: (php-composer(phpunit/php-text-template) >= 3.0.1 with php-c Requires: (php-composer(phpunit/php-timer) >= 6.0 with php-composer(phpunit/php-timer) < 7) Requires: (php-composer(sebastian/cli-parser) >= 2.0 with php-composer(sebastian/cli-parser) < 3) Requires: (php-composer(sebastian/code-unit) >= 2.0 with php-composer(sebastian/code-unit) < 3) -Requires: (php-composer(sebastian/comparator) >= 5.0.2 with php-composer(sebastian/comparator) < 6) +Requires: (php-composer(sebastian/comparator) >= 5.0.3 with php-composer(sebastian/comparator) < 6) Requires: (php-composer(sebastian/diff) >= 5.1 with php-composer(sebastian/diff) < 6) Requires: (php-composer(sebastian/environment) >= 6.1.0 with php-composer(sebastian/environment) < 7) Requires: (php-composer(sebastian/exporter) >= 5.1 with php-composer(sebastian/exporter) < 6) @@ -271,6 +271,10 @@ exit $ret %changelog +* Mon Oct 21 2024 Remi Collet - 10.5.37-1 +- update to 10.5.37 +- raise dependency on sebastian/comparator 5.0.3 + * Wed Oct 9 2024 Remi Collet - 10.5.36-1 - update to 10.5.36 diff --git a/sources b/sources index 462d437..ac44049 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.36-aa0a8ce.tgz) = 258842909013a090fced1d199c3735fb097f7c93dc0c24bfc3e9eba139f30b0779e3cef1f47057024373cd141b4acc13fec6b698a23d9a272c979b40f4c72f3b +SHA512 (phpunit10-10.5.37-c7cffa0.tgz) = 2dfc25ebadc62d2ce48ec2365c85b8e74b0dad24c0ceaeca781925512539eb94f763eefb1bae7930db705e5854687027c60a9b6bdb0bede9f29c21954906a7b1 From d9f1897022a4baa25d1a23cbc29253fd050b6d10 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 29 Oct 2024 08:23:59 +0100 Subject: [PATCH 52/71] v10.5.38 --- .gitignore | 1 + phpunit10-rpm.patch | 87 +++++++++++++++++++++++++++++++++------------ phpunit10.spec | 9 +++-- sources | 2 +- 4 files changed, 73 insertions(+), 26 deletions(-) diff --git a/.gitignore b/.gitignore index 19d12a8..f913b08 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ /phpunit10-10.5.35-7ac8b4e.tgz /phpunit10-10.5.36-aa0a8ce.tgz /phpunit10-10.5.37-c7cffa0.tgz +/phpunit10-10.5.38-a86773b.tgz diff --git a/phpunit10-rpm.patch b/phpunit10-rpm.patch index fa07a47..0b4ef15 100644 --- a/phpunit10-rpm.patch +++ b/phpunit10-rpm.patch @@ -1,6 +1,6 @@ diff -up ./phpunit.rpm ./phpunit ---- ./phpunit.rpm 2024-03-21 10:34:01.000000000 +0100 -+++ ./phpunit 2024-03-21 14:02:24.892294049 +0100 +--- ./phpunit.rpm 2024-10-28 16:44:45.000000000 +0100 ++++ ./phpunit 2024-10-28 16:48:36.313661416 +0100 @@ -46,27 +46,13 @@ if (isset($GLOBALS['_composer_autoload_p define('PHPUNIT_COMPOSER_INSTALL', $GLOBALS['_composer_autoload_path']); @@ -50,18 +50,23 @@ diff -up ./phpunit.rpm ./phpunit + PHPUnit\TextUI\Command::main(); +} diff -up ./src/TextUI/Command/Commands/VersionCheckCommand.php.rpm ./src/TextUI/Command/Commands/VersionCheckCommand.php ---- ./src/TextUI/Command/Commands/VersionCheckCommand.php.rpm 2024-03-21 10:34:01.000000000 +0100 -+++ ./src/TextUI/Command/Commands/VersionCheckCommand.php 2024-03-21 14:02:53.539493026 +0100 -@@ -24,7 +24,7 @@ final class VersionCheckCommand implemen - public function execute(): Result - { - $latestVersion = file_get_contents('https://phar.phpunit.de/latest-version-of/phpunit'); -- $latestCompatibleVersion = file_get_contents('https://phar.phpunit.de/latest-version-of/phpunit-' . Version::majorVersionNumber()); -+ $latestCompatibleVersion = file_get_contents('https://phar.phpunit.de/latest-version-of/phpunit-' . $major=Version::majorVersionNumber()); +--- ./src/TextUI/Command/Commands/VersionCheckCommand.php.rpm 2024-10-28 16:44:45.000000000 +0100 ++++ ./src/TextUI/Command/Commands/VersionCheckCommand.php 2024-10-28 17:08:20.070934441 +0100 +@@ -39,7 +39,7 @@ final class VersionCheckCommand implemen - $notLatest = version_compare($latestVersion, Version::id(), '>'); - $notLatestCompatible = version_compare($latestCompatibleVersion, Version::id(), '>'); -@@ -35,7 +35,7 @@ final class VersionCheckCommand implemen + assert($latestVersion !== false); + +- $latestCompatibleVersion = $this->downloader->download('https://phar.phpunit.de/latest-version-of/phpunit-' . $this->majorVersionNumber); ++ $latestCompatibleVersion = $this->downloader->download('https://phar.phpunit.de/latest-version-of/phpunit-' . $major=$this->majorVersionNumber); + + assert($latestCompatibleVersion !== false); + +@@ -48,11 +48,11 @@ final class VersionCheckCommand implemen + + if (!$notLatest && !$notLatestCompatible) { + return Result::from( +- 'You are using the latest version of PHPUnit.' . PHP_EOL, ++ 'You are using the latest version of PHPUnit.' . PHP_EOL . PHP_EOL, ); } @@ -70,26 +75,28 @@ diff -up ./src/TextUI/Command/Commands/VersionCheckCommand.php.rpm ./src/TextUI/ if ($notLatestCompatible) { $buffer .= sprintf( -@@ -43,6 +43,7 @@ final class VersionCheckCommand implemen - Version::id(), +@@ -60,6 +60,7 @@ final class VersionCheckCommand implemen + $this->versionId, $latestCompatibleVersion, ); + $buffer .= sprintf('Try a system update for new phpunit%s package.' . PHP_EOL . PHP_EOL, $major); } if ($notLatest) { -@@ -50,6 +51,7 @@ final class VersionCheckCommand implemen +@@ -67,6 +68,9 @@ final class VersionCheckCommand implemen 'The latest version is PHPUnit %s.' . PHP_EOL, $latestVersion, ); -+ $buffer .= sprintf('Try to install and use the phpunit%s command.' . PHP_EOL . PHP_EOL, explode('.', $latestVersion)[0]); ++ if ($major !== ($new = (int)explode('.', $latestVersion)[0])) { ++ $buffer .= sprintf('Try to install and use the phpunit%s command.' . PHP_EOL . PHP_EOL, explode('.', $latestVersion)[0]); ++ } } return Result::from($buffer); diff -up ./src/TextUI/Configuration/Xml/SchemaFinder.php.rpm ./src/TextUI/Configuration/Xml/SchemaFinder.php ---- ./src/TextUI/Configuration/Xml/SchemaFinder.php.rpm 2024-03-21 10:34:01.000000000 +0100 -+++ ./src/TextUI/Configuration/Xml/SchemaFinder.php 2024-03-21 14:02:24.893294091 +0100 -@@ -75,6 +75,6 @@ final class SchemaFinder +--- ./src/TextUI/Configuration/Xml/SchemaFinder.php.rpm 2024-10-28 16:44:45.000000000 +0100 ++++ ./src/TextUI/Configuration/Xml/SchemaFinder.php 2024-10-28 16:48:35.645635304 +0100 +@@ -77,6 +77,6 @@ final class SchemaFinder return __PHPUNIT_PHAR_ROOT__ . '/'; } @@ -98,8 +105,8 @@ diff -up ./src/TextUI/Configuration/Xml/SchemaFinder.php.rpm ./src/TextUI/Config } } diff -up ./tests/bootstrap.php.rpm ./tests/bootstrap.php ---- ./tests/bootstrap.php.rpm 2024-03-21 10:34:01.000000000 +0100 -+++ ./tests/bootstrap.php 2024-03-21 14:02:24.893294091 +0100 +--- ./tests/bootstrap.php.rpm 2024-10-28 16:44:45.000000000 +0100 ++++ ./tests/bootstrap.php 2024-10-28 16:48:36.312661377 +0100 @@ -11,8 +11,8 @@ if (!defined('TEST_FILES_PATH')) { define('TEST_FILES_PATH', __DIR__ . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR); } @@ -129,3 +136,39 @@ diff -up ./tests/bootstrap.php.rpm ./tests/bootstrap.php } if ($phar) { +diff -up ./tests/unit/TextUI/Command/Commands/VersionCheckCommandTest.php.rpm ./tests/unit/TextUI/Command/Commands/VersionCheckCommandTest.php +--- ./tests/unit/TextUI/Command/Commands/VersionCheckCommandTest.php.rpm 2024-10-28 16:44:45.000000000 +0100 ++++ ./tests/unit/TextUI/Command/Commands/VersionCheckCommandTest.php 2024-10-28 17:05:46.654936571 +0100 +@@ -28,15 +28,16 @@ final class VersionCheckCommandTest exte + { + return [ + [ +- 'You are using the latest version of PHPUnit.' . PHP_EOL, ++ 'You are using the latest version of PHPUnit.' . PHP_EOL . PHP_EOL, + 10, + '10.5.0', + '10.5.0', + '10.5.0', + ], + [ +- 'You are not using the latest version of PHPUnit.' . PHP_EOL . ++ 'You are not using the latest version of PHPUnit.' . PHP_EOL . PHP_EOL . + 'The latest version compatible with PHPUnit 10.5.0 is PHPUnit 10.5.1.' . PHP_EOL . ++ 'Try a system update for new phpunit10 package.' . PHP_EOL . PHP_EOL . + 'The latest version is PHPUnit 10.5.1.' . PHP_EOL, + 10, + '10.5.0', +@@ -44,9 +45,11 @@ final class VersionCheckCommandTest exte + '10.5.1', + ], + [ +- 'You are not using the latest version of PHPUnit.' . PHP_EOL . ++ 'You are not using the latest version of PHPUnit.' . PHP_EOL . PHP_EOL . + 'The latest version compatible with PHPUnit 10.5.0 is PHPUnit 10.5.1.' . PHP_EOL . +- 'The latest version is PHPUnit 11.0.0.' . PHP_EOL, ++ 'Try a system update for new phpunit10 package.' . PHP_EOL . PHP_EOL . ++ 'The latest version is PHPUnit 11.0.0.' . PHP_EOL . ++ 'Try to install and use the phpunit11 command.' . PHP_EOL . PHP_EOL, + 10, + '10.5.0', + '11.0.0', diff --git a/phpunit10.spec b/phpunit10.spec index cce7fe3..44479c8 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit c7cffa0efa2b70c22366523e6d804c9419eb2400 -%global gh_date 2024-10-21 +%global gh_commit a86773b9e887a67bc53efa9da9ad6e3f2498c132 +%global gh_date 2024-10-28 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.37 +%global upstream_version 10.5.38 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -271,6 +271,9 @@ exit $ret %changelog +* Mon Oct 28 2024 Remi Collet - 10.5.38-1 +- update to 10.5.38 + * Mon Oct 21 2024 Remi Collet - 10.5.37-1 - update to 10.5.37 - raise dependency on sebastian/comparator 5.0.3 diff --git a/sources b/sources index ac44049..26ea5be 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.37-c7cffa0.tgz) = 2dfc25ebadc62d2ce48ec2365c85b8e74b0dad24c0ceaeca781925512539eb94f763eefb1bae7930db705e5854687027c60a9b6bdb0bede9f29c21954906a7b1 +SHA512 (phpunit10-10.5.38-a86773b.tgz) = 16749857e9507d429a40c3112dc0dd5b9e653ea1f9925a13a2cad41cf8d4f0fb56ecdf25f6f97cfdbb716ffe0b90129904ad12d39046f7a1c9fa4a0adc906574 From 4fc3967606ed09568598a11a4a580719cb91e077 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 29 Oct 2024 08:23:59 +0100 Subject: [PATCH 53/71] v10.5.38 (cherry picked from commit d9f1897022a4baa25d1a23cbc29253fd050b6d10) --- .gitignore | 1 + phpunit10-rpm.patch | 87 +++++++++++++++++++++++++++++++++------------ phpunit10.spec | 9 +++-- sources | 2 +- 4 files changed, 73 insertions(+), 26 deletions(-) diff --git a/.gitignore b/.gitignore index 19d12a8..f913b08 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ /phpunit10-10.5.35-7ac8b4e.tgz /phpunit10-10.5.36-aa0a8ce.tgz /phpunit10-10.5.37-c7cffa0.tgz +/phpunit10-10.5.38-a86773b.tgz diff --git a/phpunit10-rpm.patch b/phpunit10-rpm.patch index fa07a47..0b4ef15 100644 --- a/phpunit10-rpm.patch +++ b/phpunit10-rpm.patch @@ -1,6 +1,6 @@ diff -up ./phpunit.rpm ./phpunit ---- ./phpunit.rpm 2024-03-21 10:34:01.000000000 +0100 -+++ ./phpunit 2024-03-21 14:02:24.892294049 +0100 +--- ./phpunit.rpm 2024-10-28 16:44:45.000000000 +0100 ++++ ./phpunit 2024-10-28 16:48:36.313661416 +0100 @@ -46,27 +46,13 @@ if (isset($GLOBALS['_composer_autoload_p define('PHPUNIT_COMPOSER_INSTALL', $GLOBALS['_composer_autoload_path']); @@ -50,18 +50,23 @@ diff -up ./phpunit.rpm ./phpunit + PHPUnit\TextUI\Command::main(); +} diff -up ./src/TextUI/Command/Commands/VersionCheckCommand.php.rpm ./src/TextUI/Command/Commands/VersionCheckCommand.php ---- ./src/TextUI/Command/Commands/VersionCheckCommand.php.rpm 2024-03-21 10:34:01.000000000 +0100 -+++ ./src/TextUI/Command/Commands/VersionCheckCommand.php 2024-03-21 14:02:53.539493026 +0100 -@@ -24,7 +24,7 @@ final class VersionCheckCommand implemen - public function execute(): Result - { - $latestVersion = file_get_contents('https://phar.phpunit.de/latest-version-of/phpunit'); -- $latestCompatibleVersion = file_get_contents('https://phar.phpunit.de/latest-version-of/phpunit-' . Version::majorVersionNumber()); -+ $latestCompatibleVersion = file_get_contents('https://phar.phpunit.de/latest-version-of/phpunit-' . $major=Version::majorVersionNumber()); +--- ./src/TextUI/Command/Commands/VersionCheckCommand.php.rpm 2024-10-28 16:44:45.000000000 +0100 ++++ ./src/TextUI/Command/Commands/VersionCheckCommand.php 2024-10-28 17:08:20.070934441 +0100 +@@ -39,7 +39,7 @@ final class VersionCheckCommand implemen - $notLatest = version_compare($latestVersion, Version::id(), '>'); - $notLatestCompatible = version_compare($latestCompatibleVersion, Version::id(), '>'); -@@ -35,7 +35,7 @@ final class VersionCheckCommand implemen + assert($latestVersion !== false); + +- $latestCompatibleVersion = $this->downloader->download('https://phar.phpunit.de/latest-version-of/phpunit-' . $this->majorVersionNumber); ++ $latestCompatibleVersion = $this->downloader->download('https://phar.phpunit.de/latest-version-of/phpunit-' . $major=$this->majorVersionNumber); + + assert($latestCompatibleVersion !== false); + +@@ -48,11 +48,11 @@ final class VersionCheckCommand implemen + + if (!$notLatest && !$notLatestCompatible) { + return Result::from( +- 'You are using the latest version of PHPUnit.' . PHP_EOL, ++ 'You are using the latest version of PHPUnit.' . PHP_EOL . PHP_EOL, ); } @@ -70,26 +75,28 @@ diff -up ./src/TextUI/Command/Commands/VersionCheckCommand.php.rpm ./src/TextUI/ if ($notLatestCompatible) { $buffer .= sprintf( -@@ -43,6 +43,7 @@ final class VersionCheckCommand implemen - Version::id(), +@@ -60,6 +60,7 @@ final class VersionCheckCommand implemen + $this->versionId, $latestCompatibleVersion, ); + $buffer .= sprintf('Try a system update for new phpunit%s package.' . PHP_EOL . PHP_EOL, $major); } if ($notLatest) { -@@ -50,6 +51,7 @@ final class VersionCheckCommand implemen +@@ -67,6 +68,9 @@ final class VersionCheckCommand implemen 'The latest version is PHPUnit %s.' . PHP_EOL, $latestVersion, ); -+ $buffer .= sprintf('Try to install and use the phpunit%s command.' . PHP_EOL . PHP_EOL, explode('.', $latestVersion)[0]); ++ if ($major !== ($new = (int)explode('.', $latestVersion)[0])) { ++ $buffer .= sprintf('Try to install and use the phpunit%s command.' . PHP_EOL . PHP_EOL, explode('.', $latestVersion)[0]); ++ } } return Result::from($buffer); diff -up ./src/TextUI/Configuration/Xml/SchemaFinder.php.rpm ./src/TextUI/Configuration/Xml/SchemaFinder.php ---- ./src/TextUI/Configuration/Xml/SchemaFinder.php.rpm 2024-03-21 10:34:01.000000000 +0100 -+++ ./src/TextUI/Configuration/Xml/SchemaFinder.php 2024-03-21 14:02:24.893294091 +0100 -@@ -75,6 +75,6 @@ final class SchemaFinder +--- ./src/TextUI/Configuration/Xml/SchemaFinder.php.rpm 2024-10-28 16:44:45.000000000 +0100 ++++ ./src/TextUI/Configuration/Xml/SchemaFinder.php 2024-10-28 16:48:35.645635304 +0100 +@@ -77,6 +77,6 @@ final class SchemaFinder return __PHPUNIT_PHAR_ROOT__ . '/'; } @@ -98,8 +105,8 @@ diff -up ./src/TextUI/Configuration/Xml/SchemaFinder.php.rpm ./src/TextUI/Config } } diff -up ./tests/bootstrap.php.rpm ./tests/bootstrap.php ---- ./tests/bootstrap.php.rpm 2024-03-21 10:34:01.000000000 +0100 -+++ ./tests/bootstrap.php 2024-03-21 14:02:24.893294091 +0100 +--- ./tests/bootstrap.php.rpm 2024-10-28 16:44:45.000000000 +0100 ++++ ./tests/bootstrap.php 2024-10-28 16:48:36.312661377 +0100 @@ -11,8 +11,8 @@ if (!defined('TEST_FILES_PATH')) { define('TEST_FILES_PATH', __DIR__ . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR); } @@ -129,3 +136,39 @@ diff -up ./tests/bootstrap.php.rpm ./tests/bootstrap.php } if ($phar) { +diff -up ./tests/unit/TextUI/Command/Commands/VersionCheckCommandTest.php.rpm ./tests/unit/TextUI/Command/Commands/VersionCheckCommandTest.php +--- ./tests/unit/TextUI/Command/Commands/VersionCheckCommandTest.php.rpm 2024-10-28 16:44:45.000000000 +0100 ++++ ./tests/unit/TextUI/Command/Commands/VersionCheckCommandTest.php 2024-10-28 17:05:46.654936571 +0100 +@@ -28,15 +28,16 @@ final class VersionCheckCommandTest exte + { + return [ + [ +- 'You are using the latest version of PHPUnit.' . PHP_EOL, ++ 'You are using the latest version of PHPUnit.' . PHP_EOL . PHP_EOL, + 10, + '10.5.0', + '10.5.0', + '10.5.0', + ], + [ +- 'You are not using the latest version of PHPUnit.' . PHP_EOL . ++ 'You are not using the latest version of PHPUnit.' . PHP_EOL . PHP_EOL . + 'The latest version compatible with PHPUnit 10.5.0 is PHPUnit 10.5.1.' . PHP_EOL . ++ 'Try a system update for new phpunit10 package.' . PHP_EOL . PHP_EOL . + 'The latest version is PHPUnit 10.5.1.' . PHP_EOL, + 10, + '10.5.0', +@@ -44,9 +45,11 @@ final class VersionCheckCommandTest exte + '10.5.1', + ], + [ +- 'You are not using the latest version of PHPUnit.' . PHP_EOL . ++ 'You are not using the latest version of PHPUnit.' . PHP_EOL . PHP_EOL . + 'The latest version compatible with PHPUnit 10.5.0 is PHPUnit 10.5.1.' . PHP_EOL . +- 'The latest version is PHPUnit 11.0.0.' . PHP_EOL, ++ 'Try a system update for new phpunit10 package.' . PHP_EOL . PHP_EOL . ++ 'The latest version is PHPUnit 11.0.0.' . PHP_EOL . ++ 'Try to install and use the phpunit11 command.' . PHP_EOL . PHP_EOL, + 10, + '10.5.0', + '11.0.0', diff --git a/phpunit10.spec b/phpunit10.spec index af771b2..39bfe39 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -17,8 +17,8 @@ %bcond_with defcmd %endif -%global gh_commit c7cffa0efa2b70c22366523e6d804c9419eb2400 -%global gh_date 2024-10-21 +%global gh_commit a86773b9e887a67bc53efa9da9ad6e3f2498c132 +%global gh_date 2024-10-28 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +31,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.37 +%global upstream_version 10.5.38 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -271,6 +271,9 @@ exit $ret %changelog +* Mon Oct 28 2024 Remi Collet - 10.5.38-1 +- update to 10.5.38 + * Mon Oct 21 2024 Remi Collet - 10.5.37-1 - update to 10.5.37 - raise dependency on sebastian/comparator 5.0.3 diff --git a/sources b/sources index ac44049..26ea5be 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.37-c7cffa0.tgz) = 2dfc25ebadc62d2ce48ec2365c85b8e74b0dad24c0ceaeca781925512539eb94f763eefb1bae7930db705e5854687027c60a9b6bdb0bede9f29c21954906a7b1 +SHA512 (phpunit10-10.5.38-a86773b.tgz) = 16749857e9507d429a40c3112dc0dd5b9e653ea1f9925a13a2cad41cf8d4f0fb56ecdf25f6f97cfdbb716ffe0b90129904ad12d39046f7a1c9fa4a0adc906574 From 177fc89666de9b0f25c2ab2df95f696874c0f804 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 11 Dec 2024 14:25:12 +0100 Subject: [PATCH 54/71] update to 10.5.39 raise dependency on myclabs/deep-copy 1.12.1 re-license spec file to CECILL-2.1 --- .gitignore | 1 + phpunit10.spec | 24 ++++++++++++++---------- sources | 2 +- 3 files changed, 16 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index f913b08..74be364 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ /phpunit10-10.5.36-aa0a8ce.tgz /phpunit10-10.5.37-c7cffa0.tgz /phpunit10-10.5.38-a86773b.tgz +/phpunit10-10.5.39-4e89eff.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 44479c8..82aaa4c 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -1,9 +1,8 @@ # remirepo/fedora spec file for phpunit10 # -# Copyright (c) 2010-2024 Remi Collet -# -# License: CC-BY-SA-4.0 -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText: Copyright 2010-2024 Remi Collet +# SPDX-License-Identifier: CECILL-2.1 +# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # # Please, preserve the changelog entries # @@ -17,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit a86773b9e887a67bc53efa9da9ad6e3f2498c132 -%global gh_date 2024-10-28 +%global gh_commit 4e89eff200b801db58f3d580ad7426431949eaa9 +%global gh_date 2024-12-11 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -31,7 +30,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.38 +%global upstream_version 10.5.39 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -50,7 +49,7 @@ Patch0: %{name}-rpm.patch BuildArch: noarch BuildRequires: php(language) >= 8.1 -BuildRequires: (php-composer(myclabs/deep-copy) >= 1.12.0 with php-composer(myclabs/deep-copy) < 2) +BuildRequires: (php-composer(myclabs/deep-copy) >= 1.12.1 with php-composer(myclabs/deep-copy) < 2) BuildRequires: (php-composer(phar-io/manifest) >= 2.0.4 with php-composer(phar-io/manifest) < 3) BuildRequires: (php-composer(phar-io/version) >= 3.2.1 with php-composer(phar-io/version) < 4) BuildRequires: (php-composer(phpunit/php-code-coverage) >= 10.1.15 with php-composer(phpunit/php-code-coverage) < 11) @@ -86,7 +85,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "ext-mbstring": "*", # "ext-xml": "*", # "ext-xmlwriter": "*", -# "myclabs/deep-copy": "^1.12.0", +# "myclabs/deep-copy": "^1.12.1", # "phar-io/manifest": "^2.0.4", # "phar-io/version": "^3.2.1", # "phpunit/php-code-coverage": "^10.1.15", @@ -113,7 +112,7 @@ Requires: php-libxml Requires: php-mbstring Requires: php-xml Requires: php-xmlwriter -Requires: (php-composer(myclabs/deep-copy) >= 1.12.0 with php-composer(myclabs/deep-copy) < 2) +Requires: (php-composer(myclabs/deep-copy) >= 1.12.1 with php-composer(myclabs/deep-copy) < 2) Requires: (php-composer(phar-io/manifest) >= 2.0.4 with php-composer(phar-io/manifest) < 3) Requires: (php-composer(phar-io/version) >= 3.2.1 with php-composer(phar-io/version) < 4) Requires: (php-composer(phpunit/php-code-coverage) >= 10.1.15 with php-composer(phpunit/php-code-coverage) < 11) @@ -271,6 +270,11 @@ exit $ret %changelog +* Wed Dec 11 2024 Remi Collet - 10.5.39-1 +- update to 10.5.39 +- raise dependency on myclabs/deep-copy 1.12.1 +- re-license spec file to CECILL-2.1 + * Mon Oct 28 2024 Remi Collet - 10.5.38-1 - update to 10.5.38 diff --git a/sources b/sources index 26ea5be..70989bf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.38-a86773b.tgz) = 16749857e9507d429a40c3112dc0dd5b9e653ea1f9925a13a2cad41cf8d4f0fb56ecdf25f6f97cfdbb716ffe0b90129904ad12d39046f7a1c9fa4a0adc906574 +SHA512 (phpunit10-10.5.39-4e89eff.tgz) = 25536856bddf89b2b525c52fa8056bbad72dccf76454e618217915fa3e734ce3eae25b43b15e920443a66b32cff0619520e625f49f7ff272750330abd92d50e1 From 54be44b77856680eb22327107914a1eea238768e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 23 Dec 2024 14:16:31 +0100 Subject: [PATCH 55/71] v5.4.0 --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 74be364..56d441e 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,4 @@ /phpunit10-10.5.37-c7cffa0.tgz /phpunit10-10.5.38-a86773b.tgz /phpunit10-10.5.39-4e89eff.tgz +/phpunit10-10.5.40-e6ddda9.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 82aaa4c..ca27aab 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit 4e89eff200b801db58f3d580ad7426431949eaa9 -%global gh_date 2024-12-11 +%global gh_commit e6ddda95af52f69c1e0c7b4f977cccb58048798c +%global gh_date 2024-12-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 10 %global ver_minor 5 -%global upstream_version 10.5.39 +%global upstream_version 10.5.40 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -270,6 +270,9 @@ exit $ret %changelog +* Sun Dec 22 2024 Remi Collet - 10.5.40-1 +- update to 10.5.40 + * Wed Dec 11 2024 Remi Collet - 10.5.39-1 - update to 10.5.39 - raise dependency on myclabs/deep-copy 1.12.1 diff --git a/sources b/sources index 70989bf..ad395c1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.39-4e89eff.tgz) = 25536856bddf89b2b525c52fa8056bbad72dccf76454e618217915fa3e734ce3eae25b43b15e920443a66b32cff0619520e625f49f7ff272750330abd92d50e1 +SHA512 (phpunit10-10.5.40-e6ddda9.tgz) = 5e1174f7b2f62c4948591443361a7d9a0afb6225817bad842754afea92f95c5eec04cede8c5390cf6b1da2fc3e8b50bbfc82502a4f3c828f0441684d2e8e91dc From ef649646ff394fdb5cfc58699e0a986c6d1c549c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 13 Jan 2025 11:56:48 +0100 Subject: [PATCH 56/71] v10.5.41 --- .gitignore | 1 + phpunit10.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 56d441e..0afc5c2 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ /phpunit10-10.5.38-a86773b.tgz /phpunit10-10.5.39-4e89eff.tgz /phpunit10-10.5.40-e6ddda9.tgz +/phpunit10-10.5.41-e76586f.tgz diff --git a/phpunit10.spec b/phpunit10.spec index ca27aab..d45c1eb 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for phpunit10 # -# SPDX-FileCopyrightText: Copyright 2010-2024 Remi Collet +# SPDX-FileCopyrightText: Copyright 2010-2025 Remi Collet # SPDX-License-Identifier: CECILL-2.1 # http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit e6ddda95af52f69c1e0c7b4f977cccb58048798c -%global gh_date 2024-12-21 +%global gh_commit e76586fa3d49714f230221734b44892e384109d7 +%global gh_date 2025-01-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 10 %global ver_minor 5 -%global upstream_version 10.5.40 +%global upstream_version 10.5.41 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -270,6 +270,9 @@ exit $ret %changelog +* Mon Jan 13 2025 Remi Collet - 10.5.41-1 +- update to 10.5.41 + * Sun Dec 22 2024 Remi Collet - 10.5.40-1 - update to 10.5.40 diff --git a/sources b/sources index ad395c1..b20cfb6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.40-e6ddda9.tgz) = 5e1174f7b2f62c4948591443361a7d9a0afb6225817bad842754afea92f95c5eec04cede8c5390cf6b1da2fc3e8b50bbfc82502a4f3c828f0441684d2e8e91dc +SHA512 (phpunit10-10.5.41-e76586f.tgz) = f2c5a2567722b0cf041e8f034a61570ee361d291cbc0cb284b20b207663c916fef334b355843755f6503e32d773845e91f6fa34ff6c762b4b2cdd2484b89543f From c83c30862a73e8c9642533c57e29885688fb7662 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 18 Jan 2025 10:01:45 +0000 Subject: [PATCH 57/71] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- phpunit10.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/phpunit10.spec b/phpunit10.spec index d45c1eb..df13686 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -35,7 +35,7 @@ Name: %{pk_project}%{ver_major} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 1%{?dist} +Release: 2%{?dist} Summary: The PHP Unit Testing framework version %{ver_major} License: BSD-3-Clause @@ -270,6 +270,9 @@ exit $ret %changelog +* Sat Jan 18 2025 Fedora Release Engineering - 10.5.41-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Mon Jan 13 2025 Remi Collet - 10.5.41-1 - update to 10.5.41 From 1751a12ad912087c6e86728de76bf3e8d2663a7a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 29 Jan 2025 09:51:18 +0100 Subject: [PATCH 58/71] v10.5.42 --- .gitignore | 1 + phpunit10.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 0afc5c2..cac71c0 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ /phpunit10-10.5.39-4e89eff.tgz /phpunit10-10.5.40-e6ddda9.tgz /phpunit10-10.5.41-e76586f.tgz +/phpunit10-10.5.42-a9336f4.tgz diff --git a/phpunit10.spec b/phpunit10.spec index df13686..c294dc5 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit e76586fa3d49714f230221734b44892e384109d7 -%global gh_date 2025-01-13 +%global gh_commit a9336f40898c5b180e4d7305c62500b99ddf436b +%global gh_date 2025-01-28 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -30,12 +30,12 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.41 +%global upstream_version 10.5.42 #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 @@ -270,6 +270,9 @@ exit $ret %changelog +* Wed Jan 29 2025 Remi Collet - 10.5.42-1 +- update to 10.5.42 + * Sat Jan 18 2025 Fedora Release Engineering - 10.5.41-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild diff --git a/sources b/sources index b20cfb6..701e5a6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.41-e76586f.tgz) = f2c5a2567722b0cf041e8f034a61570ee361d291cbc0cb284b20b207663c916fef334b355843755f6503e32d773845e91f6fa34ff6c762b4b2cdd2484b89543f +SHA512 (phpunit10-10.5.42-a9336f4.tgz) = 917f3f381dbf110c83cac4c7a05588009b2d5209753dd6e6db6b5e020886eeb987a2a18ee5234113cba3766a8bbb99bd03cda4930e7504b46c9e98abcc504e61 From d64d183326d35f4d1e6e569b41e6dd11ecfd82fe Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 29 Jan 2025 16:37:43 +0100 Subject: [PATCH 59/71] v10.5.43 --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index cac71c0..4eeca57 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,4 @@ /phpunit10-10.5.40-e6ddda9.tgz /phpunit10-10.5.41-e76586f.tgz /phpunit10-10.5.42-a9336f4.tgz +/phpunit10-10.5.43-fb117a8.tgz diff --git a/phpunit10.spec b/phpunit10.spec index c294dc5..9ece4c4 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit a9336f40898c5b180e4d7305c62500b99ddf436b -%global gh_date 2025-01-28 +%global gh_commit fb117a8772c14fdc41acb1ded0de44de0c9091f9 +%global gh_date 2025-01-29 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -30,7 +30,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.42 +%global upstream_version 10.5.43 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -270,6 +270,9 @@ exit $ret %changelog +* Wed Jan 29 2025 Remi Collet - 10.5.43-1 +- update to 10.5.43 + * Wed Jan 29 2025 Remi Collet - 10.5.42-1 - update to 10.5.42 diff --git a/sources b/sources index 701e5a6..07d30ee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.42-a9336f4.tgz) = 917f3f381dbf110c83cac4c7a05588009b2d5209753dd6e6db6b5e020886eeb987a2a18ee5234113cba3766a8bbb99bd03cda4930e7504b46c9e98abcc504e61 +SHA512 (phpunit10-10.5.43-fb117a8.tgz) = f7801cb7fa5bacfd865a8ecff6c2037cacbe599b1ce611ad8d6ca25ff36f672a4e8d8186244d985efc0ec7b3a35d68dc50ca5e46d051469785ed7afd23de140a From 5562db9756f72acefe07bda00fa2883d0f6e9040 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 31 Jan 2025 10:50:15 +0100 Subject: [PATCH 60/71] v10.5.44 --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 4eeca57..a189423 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,4 @@ /phpunit10-10.5.41-e76586f.tgz /phpunit10-10.5.42-a9336f4.tgz /phpunit10-10.5.43-fb117a8.tgz +/phpunit10-10.5.44-1381c62.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 9ece4c4..e9f618c 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit fb117a8772c14fdc41acb1ded0de44de0c9091f9 -%global gh_date 2025-01-29 +%global gh_commit 1381c62769be4bb88fa4c5aec1366c7c66ca4f36 +%global gh_date 2025-01-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 10 %global ver_minor 5 -%global upstream_version 10.5.43 +%global upstream_version 10.5.44 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -270,6 +270,9 @@ exit $ret %changelog +* Fri Jan 31 2025 Remi Collet - 10.5.44-1 +- update to 10.5.44 + * Wed Jan 29 2025 Remi Collet - 10.5.43-1 - update to 10.5.43 diff --git a/sources b/sources index 07d30ee..bf4e92b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.43-fb117a8.tgz) = f7801cb7fa5bacfd865a8ecff6c2037cacbe599b1ce611ad8d6ca25ff36f672a4e8d8186244d985efc0ec7b3a35d68dc50ca5e46d051469785ed7afd23de140a +SHA512 (phpunit10-10.5.44-1381c62.tgz) = 941cbdba4d4ea39321f335cc8c5d13777767c85eac97543dcef5167108f4dcf0b4ef315788bdb4e313f2bd49e773505330dce65cbae45e0ebb132b2981dda4f5 From bc52925d0eeedd106f5ea48847a5bd8390674a9b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 7 Feb 2025 10:46:56 +0100 Subject: [PATCH 61/71] v10.5.45 --- .gitignore | 1 + phpunit10.spec | 18 ++++++++---------- sources | 2 +- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index a189423..bf04a5e 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,4 @@ /phpunit10-10.5.42-a9336f4.tgz /phpunit10-10.5.43-fb117a8.tgz /phpunit10-10.5.44-1381c62.tgz +/phpunit10-10.5.45-bd68a78.tgz diff --git a/phpunit10.spec b/phpunit10.spec index e9f618c..7f7b8eb 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -10,14 +10,14 @@ %bcond_without tests -%if 0%{?fedora} == 39 +%if 0%{?fedora} == 39 || 0%{?fedora} == 40 %bcond_without defcmd %else %bcond_with defcmd %endif -%global gh_commit 1381c62769be4bb88fa4c5aec1366c7c66ca4f36 -%global gh_date 2025-01-31 +%global gh_commit bd68a781d8e30348bc297449f5234b3458267ae8 +%global gh_date 2025-02-07 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -30,7 +30,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.44 +%global upstream_version 10.5.45 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -135,19 +135,14 @@ Requires: (php-composer(sebastian/version) >= 4.0.1 with php-c # "ext-soap": "*", Suggests: php-soap # recommends latest versions -# Fedora 38+ only until 8.1 EOL -%if 0%{?fedora} >= 38 Recommends: phpunit11 -%endif +Recommends: phpunit12 # Autoloader Requires: php-composer(fedora/autoloader) # From phpcompatinfo report for version 10.0.0 -Requires: php-reflection Requires: php-openssl Requires: php-pcntl -Requires: php-pcre Requires: php-phar -Requires: php-spl %if 0%{?fedora} >= 39 || 0%{?rhel} >= 10 Provides: php-composer(phpunit/phpunit) = %{version} @@ -270,6 +265,9 @@ exit $ret %changelog +* Fri Feb 7 2025 Remi Collet - 10.5.45-1 +- update to 10.5.45 + * Fri Jan 31 2025 Remi Collet - 10.5.44-1 - update to 10.5.44 diff --git a/sources b/sources index bf4e92b..4d3d0b3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.44-1381c62.tgz) = 941cbdba4d4ea39321f335cc8c5d13777767c85eac97543dcef5167108f4dcf0b4ef315788bdb4e313f2bd49e773505330dce65cbae45e0ebb132b2981dda4f5 +SHA512 (phpunit10-10.5.45-bd68a78.tgz) = 355af6f3ca95973eed631fbd5429f2a5a9ca6677aaaa79aea5e6140a4c3188c5116a141afa57e0782a691a5534fd75a5a673ae3338b7499a2de873ec52bbcfdf From e575b64fcda488f699a0afdf9f1a99fed0c32f4d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 5 May 2025 15:52:11 +0200 Subject: [PATCH 62/71] v10.5.46 --- .gitignore | 1 + phpunit10.spec | 18 +++++++++++------- sources | 2 +- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index bf04a5e..d4fd19b 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,4 @@ /phpunit10-10.5.43-fb117a8.tgz /phpunit10-10.5.44-1381c62.tgz /phpunit10-10.5.45-bd68a78.tgz +/phpunit10-10.5.46-8080be3.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 7f7b8eb..c551fd5 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit bd68a781d8e30348bc297449f5234b3458267ae8 -%global gh_date 2025-02-07 +%global gh_commit 8080be387a5be380dda48c6f41cee4a13aadab3d +%global gh_date 2025-05-02 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -30,7 +30,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.45 +%global upstream_version 10.5.46 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -49,7 +49,7 @@ Patch0: %{name}-rpm.patch BuildArch: noarch BuildRequires: php(language) >= 8.1 -BuildRequires: (php-composer(myclabs/deep-copy) >= 1.12.1 with php-composer(myclabs/deep-copy) < 2) +BuildRequires: (php-composer(myclabs/deep-copy) >= 1.13.1 with php-composer(myclabs/deep-copy) < 2) BuildRequires: (php-composer(phar-io/manifest) >= 2.0.4 with php-composer(phar-io/manifest) < 3) BuildRequires: (php-composer(phar-io/version) >= 3.2.1 with php-composer(phar-io/version) < 4) BuildRequires: (php-composer(phpunit/php-code-coverage) >= 10.1.15 with php-composer(phpunit/php-code-coverage) < 11) @@ -85,7 +85,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "ext-mbstring": "*", # "ext-xml": "*", # "ext-xmlwriter": "*", -# "myclabs/deep-copy": "^1.12.1", +# "myclabs/deep-copy": "^1.13.1", # "phar-io/manifest": "^2.0.4", # "phar-io/version": "^3.2.1", # "phpunit/php-code-coverage": "^10.1.15", @@ -112,7 +112,7 @@ Requires: php-libxml Requires: php-mbstring Requires: php-xml Requires: php-xmlwriter -Requires: (php-composer(myclabs/deep-copy) >= 1.12.1 with php-composer(myclabs/deep-copy) < 2) +Requires: (php-composer(myclabs/deep-copy) >= 1.13.1 with php-composer(myclabs/deep-copy) < 2) Requires: (php-composer(phar-io/manifest) >= 2.0.4 with php-composer(phar-io/manifest) < 3) Requires: (php-composer(phar-io/version) >= 3.2.1 with php-composer(phar-io/version) < 4) Requires: (php-composer(phpunit/php-code-coverage) >= 10.1.15 with php-composer(phpunit/php-code-coverage) < 11) @@ -157,7 +157,7 @@ It is an instance of the xUnit architecture for unit testing frameworks. This package provides the version %{ver_major} of PHPUnit, available using the %{name} command. -Documentation: https://phpunit.readthedocs.io/ +Documentation: https://phpunit.de/documentation.html %prep @@ -265,6 +265,10 @@ exit $ret %changelog +* Sun May 4 2025 Remi Collet - 10.5.46-1 +- update to 10.5.46 +- raise dependency on myclabs/deep-copy 1.13.1 + * Fri Feb 7 2025 Remi Collet - 10.5.45-1 - update to 10.5.45 diff --git a/sources b/sources index 4d3d0b3..5a3fc53 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.45-bd68a78.tgz) = 355af6f3ca95973eed631fbd5429f2a5a9ca6677aaaa79aea5e6140a4c3188c5116a141afa57e0782a691a5534fd75a5a673ae3338b7499a2de873ec52bbcfdf +SHA512 (phpunit10-10.5.46-8080be3.tgz) = 22be0052cfec730cf03d9bd706c52635cd60a1afaff4a9b3d3234b01dca3c35502ffe92a004f77ce73e88a18aefc916e25a1b58d3d61a9106ddced2f52522c8c From 87cd0798a82977c521ffec5587a5983f18da755d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 23 Jun 2025 07:47:24 +0200 Subject: [PATCH 63/71] v10.5.47 --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index d4fd19b..ebbae9b 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,4 @@ /phpunit10-10.5.44-1381c62.tgz /phpunit10-10.5.45-bd68a78.tgz /phpunit10-10.5.46-8080be3.tgz +/phpunit10-10.5.47-3637b3e.tgz diff --git a/phpunit10.spec b/phpunit10.spec index c551fd5..d83e095 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit 8080be387a5be380dda48c6f41cee4a13aadab3d -%global gh_date 2025-05-02 +%global gh_commit 3637b3e50d32ab3a0d1a33b3b6177169ec3d95a3 +%global gh_date 2025-06-20 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -30,7 +30,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.46 +%global upstream_version 10.5.47 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -265,6 +265,9 @@ exit $ret %changelog +* Sat Jun 21 2025 Remi Collet - 10.5.47-1 +- update to 10.5.47 + * Sun May 4 2025 Remi Collet - 10.5.46-1 - update to 10.5.46 - raise dependency on myclabs/deep-copy 1.13.1 diff --git a/sources b/sources index 5a3fc53..d576a8a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.46-8080be3.tgz) = 22be0052cfec730cf03d9bd706c52635cd60a1afaff4a9b3d3234b01dca3c35502ffe92a004f77ce73e88a18aefc916e25a1b58d3d61a9106ddced2f52522c8c +SHA512 (phpunit10-10.5.47-3637b3e.tgz) = 2e37600383d5b05da7509d86dac8429f8c4395f382a3dfd02ce796277be74294c5faa3a9a10298e2cedfcf16a2d176bbb5c9aaff906a30ee06483be2458689df From 41d6c1a17370ab42109d6fcba046e14c66d85d60 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 11 Jul 2025 08:27:55 +0200 Subject: [PATCH 64/71] update to 10.5.48 raise dependency on myclabs/deep-copy 1.13.3 --- .gitignore | 1 + phpunit10.spec | 18 +++++++++++------- sources | 2 +- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index ebbae9b..1e9d5d7 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,4 @@ /phpunit10-10.5.45-bd68a78.tgz /phpunit10-10.5.46-8080be3.tgz /phpunit10-10.5.47-3637b3e.tgz +/phpunit10-10.5.48-6e0a2bc.tgz diff --git a/phpunit10.spec b/phpunit10.spec index d83e095..5323c37 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit 3637b3e50d32ab3a0d1a33b3b6177169ec3d95a3 -%global gh_date 2025-06-20 +%global gh_commit 6e0a2bc39f6fae7617989d690d76c48e6d2eb541 +%global gh_date 2025-07-11 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -30,7 +30,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.47 +%global upstream_version 10.5.48 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -49,7 +49,7 @@ Patch0: %{name}-rpm.patch BuildArch: noarch BuildRequires: php(language) >= 8.1 -BuildRequires: (php-composer(myclabs/deep-copy) >= 1.13.1 with php-composer(myclabs/deep-copy) < 2) +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) >= 10.1.15 with php-composer(phpunit/php-code-coverage) < 11) @@ -85,7 +85,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "ext-mbstring": "*", # "ext-xml": "*", # "ext-xmlwriter": "*", -# "myclabs/deep-copy": "^1.13.1", +# "myclabs/deep-copy": "^1.13.3", # "phar-io/manifest": "^2.0.4", # "phar-io/version": "^3.2.1", # "phpunit/php-code-coverage": "^10.1.15", @@ -112,7 +112,7 @@ Requires: php-libxml Requires: php-mbstring Requires: php-xml Requires: php-xmlwriter -Requires: (php-composer(myclabs/deep-copy) >= 1.13.1 with php-composer(myclabs/deep-copy) < 2) +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) >= 10.1.15 with php-composer(phpunit/php-code-coverage) < 11) @@ -244,7 +244,7 @@ sed -e 's:@PATH@:%{buildroot}%{php_home}/%{ns_vendor}:' -i tests/bootstrap.php sed -e 's:%{php_home}/%{ns_vendor}:%{buildroot}%{php_home}/%{ns_vendor}:' -i phpunit ret=0 -for cmd in php php81 php82 php83 php84; do +for cmd in php php81 php82 php83 php84 php85; do if which $cmd; then $cmd ./phpunit $OPT || ret=1 fi @@ -265,6 +265,10 @@ exit $ret %changelog +* Fri Jul 11 2025 Remi Collet - 10.5.48-1 +- update to 10.5.48 +- raise dependency on myclabs/deep-copy 1.13.3 + * Sat Jun 21 2025 Remi Collet - 10.5.47-1 - update to 10.5.47 diff --git a/sources b/sources index d576a8a..a6a9c69 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.47-3637b3e.tgz) = 2e37600383d5b05da7509d86dac8429f8c4395f382a3dfd02ce796277be74294c5faa3a9a10298e2cedfcf16a2d176bbb5c9aaff906a30ee06483be2458689df +SHA512 (phpunit10-10.5.48-6e0a2bc.tgz) = 12310ae217edcd749f69e7bb06be5f5ae59b0b506f5870cbc505e997c443bb674e1e7391968c496b6a2cb5b854f8d087c621efc9b1532b37554b05803e937990 From 4182129b03c28c6f479092955d4ebd58a8cca77f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 05:42:39 +0000 Subject: [PATCH 65/71] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- phpunit10.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/phpunit10.spec b/phpunit10.spec index 5323c37..0d78d39 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -35,7 +35,7 @@ Name: %{pk_project}%{ver_major} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 1%{?dist} +Release: 2%{?dist} Summary: The PHP Unit Testing framework version %{ver_major} License: BSD-3-Clause @@ -265,6 +265,9 @@ exit $ret %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 10.5.48-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Fri Jul 11 2025 Remi Collet - 10.5.48-1 - update to 10.5.48 - raise dependency on myclabs/deep-copy 1.13.3 From 1602489b4b305544c24fb8e3b071ac7ecfc14380 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Aug 2025 14:18:59 +0200 Subject: [PATCH 66/71] v10.5.53 --- .gitignore | 1 + phpunit10.spec | 23 +++++++++++++---------- sources | 2 +- 3 files changed, 15 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 1e9d5d7..0bf95d1 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,4 @@ /phpunit10-10.5.46-8080be3.tgz /phpunit10-10.5.47-3637b3e.tgz /phpunit10-10.5.48-6e0a2bc.tgz +/phpunit10-10.5.53-3276847.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 0d78d39..47d5e48 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit 6e0a2bc39f6fae7617989d690d76c48e6d2eb541 -%global gh_date 2025-07-11 +%global gh_commit 32768472ebfb6969e6c7399f1c7b09009723f653 +%global gh_date 2025-08-20 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -30,12 +30,12 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.48 +%global upstream_version 10.5.53 #global upstream_prever dev Name: %{pk_project}%{ver_major} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 2%{?dist} +Release: 1%{?dist} Summary: The PHP Unit Testing framework version %{ver_major} License: BSD-3-Clause @@ -49,7 +49,7 @@ Patch0: %{name}-rpm.patch BuildArch: noarch BuildRequires: php(language) >= 8.1 -BuildRequires: (php-composer(myclabs/deep-copy) >= 1.13.3 with php-composer(myclabs/deep-copy) < 2) +BuildRequires: (php-composer(myclabs/deep-copy) >= 1.13.4 with php-composer(myclabs/deep-copy) < 2) BuildRequires: (php-composer(phar-io/manifest) >= 2.0.4 with php-composer(phar-io/manifest) < 3) BuildRequires: (php-composer(phar-io/version) >= 3.2.1 with php-composer(phar-io/version) < 4) BuildRequires: (php-composer(phpunit/php-code-coverage) >= 10.1.15 with php-composer(phpunit/php-code-coverage) < 11) @@ -65,7 +65,7 @@ BuildRequires: (php-composer(sebastian/environment) >= 6.1.0 with php-c BuildRequires: (php-composer(sebastian/exporter) >= 5.1.2 with php-composer(sebastian/exporter) < 6) BuildRequires: (php-composer(sebastian/global-state) >= 6.0.2 with php-composer(sebastian/global-state) < 7) BuildRequires: (php-composer(sebastian/object-enumerator) >= 5.0 with php-composer(sebastian/object-enumerator) < 6) -BuildRequires: (php-composer(sebastian/recursion-context) >= 5.0 with php-composer(sebastian/recursion-context) < 6) +BuildRequires: (php-composer(sebastian/recursion-context) >= 5.0.1 with php-composer(sebastian/recursion-context) < 6) BuildRequires: (php-composer(sebastian/type) >= 4.0 with php-composer(sebastian/type) < 5) BuildRequires: (php-composer(sebastian/version) >= 4.0.1 with php-composer(sebastian/version) < 5) BuildRequires: php-dom @@ -85,7 +85,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "ext-mbstring": "*", # "ext-xml": "*", # "ext-xmlwriter": "*", -# "myclabs/deep-copy": "^1.13.3", +# "myclabs/deep-copy": "^1.13.4", # "phar-io/manifest": "^2.0.4", # "phar-io/version": "^3.2.1", # "phpunit/php-code-coverage": "^10.1.15", @@ -101,7 +101,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "sebastian/exporter": "^5.1.2", # "sebastian/global-state": "^6.0.2", # "sebastian/object-enumerator": "^5.0.0", -# "sebastian/recursion-context": "^5.0.0", +# "sebastian/recursion-context": "^5.0.1", # "sebastian/type": "^4.0.0", # "sebastian/version": "^4.0.1" Requires: php(language) >= 8.1 @@ -112,7 +112,7 @@ Requires: php-libxml Requires: php-mbstring Requires: php-xml Requires: php-xmlwriter -Requires: (php-composer(myclabs/deep-copy) >= 1.13.3 with php-composer(myclabs/deep-copy) < 2) +Requires: (php-composer(myclabs/deep-copy) >= 1.13.4 with php-composer(myclabs/deep-copy) < 2) Requires: (php-composer(phar-io/manifest) >= 2.0.4 with php-composer(phar-io/manifest) < 3) Requires: (php-composer(phar-io/version) >= 3.2.1 with php-composer(phar-io/version) < 4) Requires: (php-composer(phpunit/php-code-coverage) >= 10.1.15 with php-composer(phpunit/php-code-coverage) < 11) @@ -128,7 +128,7 @@ Requires: (php-composer(sebastian/environment) >= 6.1.0 with php-c Requires: (php-composer(sebastian/exporter) >= 5.1.2 with php-composer(sebastian/exporter) < 6) Requires: (php-composer(sebastian/global-state) >= 6.0.2 with php-composer(sebastian/global-state) < 7) Requires: (php-composer(sebastian/object-enumerator) >= 5.0 with php-composer(sebastian/object-enumerator) < 6) -Requires: (php-composer(sebastian/recursion-context) >= 5.0 with php-composer(sebastian/recursion-context) < 6) +Requires: (php-composer(sebastian/recursion-context) >= 5.0.1 with php-composer(sebastian/recursion-context) < 6) Requires: (php-composer(sebastian/type) >= 4.0 with php-composer(sebastian/type) < 5) Requires: (php-composer(sebastian/version) >= 4.0.1 with php-composer(sebastian/version) < 5) # From composer.json, "suggest": { @@ -265,6 +265,9 @@ exit $ret %changelog +* Wed Aug 20 2025 Remi Collet - 10.5.53-1 +- update to 10.5.53 + * Fri Jul 25 2025 Fedora Release Engineering - 10.5.48-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild diff --git a/sources b/sources index a6a9c69..a7e95b3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.48-6e0a2bc.tgz) = 12310ae217edcd749f69e7bb06be5f5ae59b0b506f5870cbc505e997c443bb674e1e7391968c496b6a2cb5b854f8d087c621efc9b1532b37554b05803e937990 +SHA512 (phpunit10-10.5.53-3276847.tgz) = cbc031edb79cff859c258c51ead0aae50ced313e8974e5f91a7e5340d27726c54704ada767303fb1ea0734241bbcb28ddb2a7bf3edaf5d6ebe894b166e83fd1b From 823351192ea8361668bcc60c1440c0c9a2c6376d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 11 Sep 2025 09:28:08 +0200 Subject: [PATCH 67/71] v10.5.54 --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 0bf95d1..1ea042b 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,4 @@ /phpunit10-10.5.47-3637b3e.tgz /phpunit10-10.5.48-6e0a2bc.tgz /phpunit10-10.5.53-3276847.tgz +/phpunit10-10.5.54-b1dbbaa.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 47d5e48..5e0367d 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit 32768472ebfb6969e6c7399f1c7b09009723f653 -%global gh_date 2025-08-20 +%global gh_commit b1dbbaaf96106b76d500b9d3db51f9b01f6a3589 +%global gh_date 2025-09-11 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -30,7 +30,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.53 +%global upstream_version 10.5.54 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -265,6 +265,9 @@ exit $ret %changelog +* Thu Sep 11 2025 Remi Collet - 10.5.54-1 +- update to 10.5.54 + * Wed Aug 20 2025 Remi Collet - 10.5.53-1 - update to 10.5.53 diff --git a/sources b/sources index a7e95b3..2bccf49 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.53-3276847.tgz) = cbc031edb79cff859c258c51ead0aae50ced313e8974e5f91a7e5340d27726c54704ada767303fb1ea0734241bbcb28ddb2a7bf3edaf5d6ebe894b166e83fd1b +SHA512 (phpunit10-10.5.54-b1dbbaa.tgz) = 8bcc6b8f9bbdd8081c5a0c17cfc09f3e15686d8aa508de65906dd3c651afab05094f58fc8e95bff35a19edd6d289878730a0d2926c6ed733610330aa746866c6 From afd8df8db7eb340d70da833dc1e21b03af2898f3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 15 Sep 2025 08:18:28 +0200 Subject: [PATCH 68/71] update to 10.5.55 raise dependency on sebastian/comparator 5.0.4 --- .gitignore | 1 + phpunit10.spec | 16 ++++++++++------ sources | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 1ea042b..ed232df 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,4 @@ /phpunit10-10.5.48-6e0a2bc.tgz /phpunit10-10.5.53-3276847.tgz /phpunit10-10.5.54-b1dbbaa.tgz +/phpunit10-10.5.55-4b2d546.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 5e0367d..b633634 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit b1dbbaaf96106b76d500b9d3db51f9b01f6a3589 -%global gh_date 2025-09-11 +%global gh_commit 4b2d546b336876bd9562f24641b08a25335b06b6 +%global gh_date 2025-09-14 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -30,7 +30,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.54 +%global upstream_version 10.5.55 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -59,7 +59,7 @@ BuildRequires: (php-composer(phpunit/php-text-template) >= 3.0.1 with php-c BuildRequires: (php-composer(phpunit/php-timer) >= 6.0 with php-composer(phpunit/php-timer) < 7) BuildRequires: (php-composer(sebastian/cli-parser) >= 2.0.1 with php-composer(sebastian/cli-parser) < 3) BuildRequires: (php-composer(sebastian/code-unit) >= 2.0 with php-composer(sebastian/code-unit) < 3) -BuildRequires: (php-composer(sebastian/comparator) >= 5.0.3 with php-composer(sebastian/comparator) < 6) +BuildRequires: (php-composer(sebastian/comparator) >= 5.0.4 with php-composer(sebastian/comparator) < 6) BuildRequires: (php-composer(sebastian/diff) >= 5.1.1 with php-composer(sebastian/diff) < 6) BuildRequires: (php-composer(sebastian/environment) >= 6.1.0 with php-composer(sebastian/environment) < 7) BuildRequires: (php-composer(sebastian/exporter) >= 5.1.2 with php-composer(sebastian/exporter) < 6) @@ -95,7 +95,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "phpunit/php-timer": "^6.0.0", # "sebastian/cli-parser": "^2.0.1", # "sebastian/code-unit": "^2.0.0", -# "sebastian/comparator": "^5.0.3", +# "sebastian/comparator": "^5.0.4", # "sebastian/diff": "^5.1.1", # "sebastian/environment": "^6.1.0", # "sebastian/exporter": "^5.1.2", @@ -122,7 +122,7 @@ Requires: (php-composer(phpunit/php-text-template) >= 3.0.1 with php-c Requires: (php-composer(phpunit/php-timer) >= 6.0 with php-composer(phpunit/php-timer) < 7) Requires: (php-composer(sebastian/cli-parser) >= 2.0.1 with php-composer(sebastian/cli-parser) < 3) Requires: (php-composer(sebastian/code-unit) >= 2.0 with php-composer(sebastian/code-unit) < 3) -Requires: (php-composer(sebastian/comparator) >= 5.0.3 with php-composer(sebastian/comparator) < 6) +Requires: (php-composer(sebastian/comparator) >= 5.0.4 with php-composer(sebastian/comparator) < 6) Requires: (php-composer(sebastian/diff) >= 5.1.1 with php-composer(sebastian/diff) < 6) Requires: (php-composer(sebastian/environment) >= 6.1.0 with php-composer(sebastian/environment) < 7) Requires: (php-composer(sebastian/exporter) >= 5.1.2 with php-composer(sebastian/exporter) < 6) @@ -265,6 +265,10 @@ exit $ret %changelog +* Mon Sep 15 2025 Remi Collet - 10.5.55-1 +- update to 10.5.55 +- raise dependency on sebastian/comparator 5.0.4 + * Thu Sep 11 2025 Remi Collet - 10.5.54-1 - update to 10.5.54 diff --git a/sources b/sources index 2bccf49..6a7b711 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.54-b1dbbaa.tgz) = 8bcc6b8f9bbdd8081c5a0c17cfc09f3e15686d8aa508de65906dd3c651afab05094f58fc8e95bff35a19edd6d289878730a0d2926c6ed733610330aa746866c6 +SHA512 (phpunit10-10.5.55-4b2d546.tgz) = c1109c86f0ef1108fac6b36901997b4b38c3c83d40cdd29256891d198367186088a87fc2f62ee1a6e4f063930a533d6e23ac617d863bc65c8132369a84aff149 From 9cbe0aca7eb4500b5a786e9aedb97e8a7936332f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 26 Sep 2025 11:02:03 +0200 Subject: [PATCH 69/71] update to 10.5.57 (no change) raise dependency on sebastian/exporter 5.1.4 --- .gitignore | 1 + phpunit10.spec | 16 ++++++++++------ sources | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index ed232df..33690c2 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,4 @@ /phpunit10-10.5.53-3276847.tgz /phpunit10-10.5.54-b1dbbaa.tgz /phpunit10-10.5.55-4b2d546.tgz +/phpunit10-10.5.57-8e7598b.tgz diff --git a/phpunit10.spec b/phpunit10.spec index b633634..310cbab 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit 4b2d546b336876bd9562f24641b08a25335b06b6 -%global gh_date 2025-09-14 +%global gh_commit 8e7598bbb17bb5cd80728f4831d3f83223d3a6b3 +%global gh_date 2025-09-24 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -30,7 +30,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.55 +%global upstream_version 10.5.57 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -62,7 +62,7 @@ BuildRequires: (php-composer(sebastian/code-unit) >= 2.0 with php-c BuildRequires: (php-composer(sebastian/comparator) >= 5.0.4 with php-composer(sebastian/comparator) < 6) BuildRequires: (php-composer(sebastian/diff) >= 5.1.1 with php-composer(sebastian/diff) < 6) BuildRequires: (php-composer(sebastian/environment) >= 6.1.0 with php-composer(sebastian/environment) < 7) -BuildRequires: (php-composer(sebastian/exporter) >= 5.1.2 with php-composer(sebastian/exporter) < 6) +BuildRequires: (php-composer(sebastian/exporter) >= 5.1.4 with php-composer(sebastian/exporter) < 6) BuildRequires: (php-composer(sebastian/global-state) >= 6.0.2 with php-composer(sebastian/global-state) < 7) BuildRequires: (php-composer(sebastian/object-enumerator) >= 5.0 with php-composer(sebastian/object-enumerator) < 6) BuildRequires: (php-composer(sebastian/recursion-context) >= 5.0.1 with php-composer(sebastian/recursion-context) < 6) @@ -98,7 +98,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "sebastian/comparator": "^5.0.4", # "sebastian/diff": "^5.1.1", # "sebastian/environment": "^6.1.0", -# "sebastian/exporter": "^5.1.2", +# "sebastian/exporter": "^5.1.4", # "sebastian/global-state": "^6.0.2", # "sebastian/object-enumerator": "^5.0.0", # "sebastian/recursion-context": "^5.0.1", @@ -125,7 +125,7 @@ Requires: (php-composer(sebastian/code-unit) >= 2.0 with php-c Requires: (php-composer(sebastian/comparator) >= 5.0.4 with php-composer(sebastian/comparator) < 6) Requires: (php-composer(sebastian/diff) >= 5.1.1 with php-composer(sebastian/diff) < 6) Requires: (php-composer(sebastian/environment) >= 6.1.0 with php-composer(sebastian/environment) < 7) -Requires: (php-composer(sebastian/exporter) >= 5.1.2 with php-composer(sebastian/exporter) < 6) +Requires: (php-composer(sebastian/exporter) >= 5.1.4 with php-composer(sebastian/exporter) < 6) Requires: (php-composer(sebastian/global-state) >= 6.0.2 with php-composer(sebastian/global-state) < 7) Requires: (php-composer(sebastian/object-enumerator) >= 5.0 with php-composer(sebastian/object-enumerator) < 6) Requires: (php-composer(sebastian/recursion-context) >= 5.0.1 with php-composer(sebastian/recursion-context) < 6) @@ -265,6 +265,10 @@ exit $ret %changelog +* Wed Sep 24 2025 Remi Collet - 10.5.57-1 +- update to 10.5.57 (no change) +- raise dependency on sebastian/exporter 5.1.4 + * Mon Sep 15 2025 Remi Collet - 10.5.55-1 - update to 10.5.55 - raise dependency on sebastian/comparator 5.0.4 diff --git a/sources b/sources index 6a7b711..3ace748 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.55-4b2d546.tgz) = c1109c86f0ef1108fac6b36901997b4b38c3c83d40cdd29256891d198367186088a87fc2f62ee1a6e4f063930a533d6e23ac617d863bc65c8132369a84aff149 +SHA512 (phpunit10-10.5.57-8e7598b.tgz) = 9829ff13052399c44abf22e8d937702367c2297a6641aff62ef444b77adb1183779b2813ffdb0bd52e3363fb5eab54f9ba3e174d0328a90bd8d71ac83e6fdbe5 From ec6d8a7febb548d66b041287ac19dc18d50296a5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 30 Sep 2025 07:27:41 +0200 Subject: [PATCH 70/71] v10.5.58 --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 33690c2..159b158 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,4 @@ /phpunit10-10.5.54-b1dbbaa.tgz /phpunit10-10.5.55-4b2d546.tgz /phpunit10-10.5.57-8e7598b.tgz +/phpunit10-10.5.58-e24fb46.tgz diff --git a/phpunit10.spec b/phpunit10.spec index 310cbab..b79a38f 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit 8e7598bbb17bb5cd80728f4831d3f83223d3a6b3 -%global gh_date 2025-09-24 +%global gh_commit e24fb46da450d8e6a5788670513c1af1424f16ca +%global gh_date 2025-09-28 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -30,7 +30,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.57 +%global upstream_version 10.5.58 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -265,6 +265,9 @@ exit $ret %changelog +* Mon Sep 29 2025 Remi Collet - 10.5.58-1 +- update to 10.5.58 + * Wed Sep 24 2025 Remi Collet - 10.5.57-1 - update to 10.5.57 (no change) - raise dependency on sebastian/exporter 5.1.4 diff --git a/sources b/sources index 3ace748..6e58a5c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.57-8e7598b.tgz) = 9829ff13052399c44abf22e8d937702367c2297a6641aff62ef444b77adb1183779b2813ffdb0bd52e3363fb5eab54f9ba3e174d0328a90bd8d71ac83e6fdbe5 +SHA512 (phpunit10-10.5.58-e24fb46.tgz) = f789265578b6ad25c7b81021dea181884d337f5d50cb8b8b2c40650993824e547492861f5b095e440e28bcd12e4f04fa24c7956aacb3a01d517d17e90a37ba53 From a3a30c8c60eed134dd713c94136c0c961263bac7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Dec 2025 11:32:09 +0100 Subject: [PATCH 71/71] v10.5.59 --- .gitignore | 1 + phpunit10.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 159b158..bd46005 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,4 @@ /phpunit10-10.5.55-4b2d546.tgz /phpunit10-10.5.57-8e7598b.tgz /phpunit10-10.5.58-e24fb46.tgz +/phpunit10-10.5.59-c47fe00.tgz diff --git a/phpunit10.spec b/phpunit10.spec index b79a38f..2fbf480 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -16,8 +16,8 @@ %bcond_with defcmd %endif -%global gh_commit e24fb46da450d8e6a5788670513c1af1424f16ca -%global gh_date 2025-09-28 +%global gh_commit c47fe00df06fb1f68399ef7386edb01c25132473 +%global gh_date 2025-12-01 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -30,7 +30,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.58 +%global upstream_version 10.5.59 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -265,6 +265,9 @@ exit $ret %changelog +* Tue Dec 2 2025 Remi Collet - 10.5.59-1 +- update to 10.5.59 + * Mon Sep 29 2025 Remi Collet - 10.5.58-1 - update to 10.5.58 diff --git a/sources b/sources index 6e58a5c..ab6ada8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit10-10.5.58-e24fb46.tgz) = f789265578b6ad25c7b81021dea181884d337f5d50cb8b8b2c40650993824e547492861f5b095e440e28bcd12e4f04fa24c7956aacb3a01d517d17e90a37ba53 +SHA512 (phpunit10-10.5.59-c47fe00.tgz) = 5d10a528b224c59760c8a5d9493ce84d460d8123839c6622d6c5afa613554016b4d7a603d0fa9f2560df9d01f5c004c3d7a97e17d48e63702a31ca5db9cffe43