From 6ef8612a1dce3d042218dece87f429a4934d6781 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 05:43:03 +0000 Subject: [PATCH 1/6] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- phpunit9.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/phpunit9.spec b/phpunit9.spec index 468b852..b8ad9cb 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -27,7 +27,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 @@ -258,6 +258,9 @@ exit $ret %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 9.6.23-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sun May 4 2025 Remi Collet - 9.6.23-1 - update to 9.6.23 - raise dependency on myclabs/deep-copy 1.13.1 From 54cbbfc878f344f5b04fa0f04df6f97cce466c81 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Aug 2025 14:04:12 +0200 Subject: [PATCH 2/6] v9.6.25 --- .gitignore | 1 + phpunit9.spec | 35 ++++++++++++++++++----------------- sources | 2 +- 3 files changed, 20 insertions(+), 18 deletions(-) diff --git a/.gitignore b/.gitignore index aeb8a0d..6feeb96 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,4 @@ /phpunit9-9.6.21-de6abf3.tgz /phpunit9-9.6.22-f80235c.tgz /phpunit9-9.6.23-43d2cb1.tgz +/phpunit9-9.6.25-049c011.tgz diff --git a/phpunit9.spec b/phpunit9.spec index b8ad9cb..bc8f4c5 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -8,8 +8,8 @@ # -%global gh_commit 43d2cb18d0675c38bd44982a5d1d88f6d53d8d95 -%global gh_date 2025-05-02 +%global gh_commit 049c011e01be805202d8eebedef49f769a8ec7b7 +%global gh_date 2025-08-20 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -22,12 +22,12 @@ %global ver_major 9 %global ver_minor 6 -%global upstream_version 9.6.23 +%global upstream_version 9.6.25 #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 @@ -41,7 +41,7 @@ Patch0: %{name}-rpm.patch BuildArch: noarch BuildRequires: php(language) >= 7.3 BuildRequires: (php-composer(doctrine/instantiator) >= 1.5.0 with php-composer(doctrine/instantiator) < 3) -BuildRequires: (php-composer(myclabs/deep-copy) >= 1.13.1 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(phpspec/prophecy) >= 1.12.1 with php-composer(phpspec/prophecy) < 2) @@ -52,11 +52,11 @@ BuildRequires: (php-composer(phpunit/php-text-template) >= 2.0.4 with php-c BuildRequires: (php-composer(phpunit/php-timer) >= 5.0.3 with php-composer(phpunit/php-timer) < 6) BuildRequires: (php-composer(sebastian/cli-parser) >= 1.0.2 with php-composer(sebastian/cli-parser) < 2) BuildRequires: (php-composer(sebastian/code-unit) >= 1.0.8 with php-composer(sebastian/code-unit) < 2) -BuildRequires: (php-composer(sebastian/comparator) >= 4.0.8 with php-composer(sebastian/comparator) < 5) +BuildRequires: (php-composer(sebastian/comparator) >= 4.0.9 with php-composer(sebastian/comparator) < 5) BuildRequires: (php-composer(sebastian/diff) >= 4.0.6 with php-composer(sebastian/diff) < 5) BuildRequires: (php-composer(sebastian/environment) >= 5.1.5 with php-composer(sebastian/environment) < 6) BuildRequires: (php-composer(sebastian/exporter) >= 4.0.6 with php-composer(sebastian/exporter) < 5) -BuildRequires: (php-composer(sebastian/global-state) >= 5.0.7 with php-composer(sebastian/global-state) < 6) +BuildRequires: (php-composer(sebastian/global-state) >= 5.0.8 with php-composer(sebastian/global-state) < 6) BuildRequires: (php-composer(sebastian/object-enumerator) >= 4.0.4 with php-composer(sebastian/object-enumerator) < 5) BuildRequires: (php-composer(sebastian/resource-operations) >= 3.0.4 with php-composer(sebastian/resource-operations) < 4) BuildRequires: (php-composer(sebastian/type) >= 3.2.1 with php-composer(sebastian/type) < 4) @@ -79,7 +79,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "ext-xml": "*", # "ext-xmlwriter": "*", # "doctrine/instantiator": "^1.5.0 || ^2", -# "myclabs/deep-copy": "^1.13.1", +# "myclabs/deep-copy": "^1.13.4", # "phar-io/manifest": "^2.0.4", # "phar-io/version": "^3.2.1", # "phpunit/php-code-coverage": "^9.2.31", @@ -89,11 +89,11 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "phpunit/php-timer": "^5.0.3", # "sebastian/cli-parser": "^1.0.2", # "sebastian/code-unit": "^1.0.8", -# "sebastian/comparator": "^4.0.8", +# "sebastian/comparator": "^4.0.9", # "sebastian/diff": "^4.0.6", # "sebastian/environment": "^5.1.5", # "sebastian/exporter": "^4.0.6", -# "sebastian/global-state": "^5.0.7", +# "sebastian/global-state": "^5.0.8", # "sebastian/object-enumerator": "^4.0.4", # "sebastian/resource-operations": "^3.0.4", # "sebastian/type": "^3.2.1", @@ -107,7 +107,7 @@ Requires: php-mbstring Requires: php-xml Requires: php-xmlwriter Requires: (php-composer(doctrine/instantiator) >= 1.5.0 with php-composer(doctrine/instantiator) < 3) -Requires: (php-composer(myclabs/deep-copy) >= 1.13.1 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(phpspec/prophecy) >= 1.12.1 with php-composer(phpspec/prophecy) < 2) @@ -118,11 +118,11 @@ Requires: (php-composer(phpunit/php-text-template) >= 2.0.4 with php-c Requires: (php-composer(phpunit/php-timer) >= 5.0.3 with php-composer(phpunit/php-timer) < 6) Requires: (php-composer(sebastian/cli-parser) >= 1.0.2 with php-composer(sebastian/cli-parser) < 2) Requires: (php-composer(sebastian/code-unit) >= 1.0.8 with php-composer(sebastian/code-unit) < 2) -Requires: (php-composer(sebastian/comparator) >= 4.0.8 with php-composer(sebastian/comparator) < 5) +Requires: (php-composer(sebastian/comparator) >= 4.0.9 with php-composer(sebastian/comparator) < 5) Requires: (php-composer(sebastian/diff) >= 4.0.6 with php-composer(sebastian/diff) < 5) Requires: (php-composer(sebastian/environment) >= 5.1.5 with php-composer(sebastian/environment) < 6) Requires: (php-composer(sebastian/exporter) >= 4.0.6 with php-composer(sebastian/exporter) < 5) -Requires: (php-composer(sebastian/global-state) >= 5.0.7 with php-composer(sebastian/global-state) < 6) +Requires: (php-composer(sebastian/global-state) >= 5.0.8 with php-composer(sebastian/global-state) < 6) Requires: (php-composer(sebastian/object-enumerator) >= 4.0.4 with php-composer(sebastian/object-enumerator) < 5) Requires: (php-composer(sebastian/resource-operations) >= 3.0.4 with php-composer(sebastian/resource-operations) < 4) Requires: (php-composer(sebastian/type) >= 3.2.1 with php-composer(sebastian/type) < 4) @@ -134,10 +134,8 @@ Suggests: php-soap Suggests: php-xdebug # recommends latest versions Recommends: phpunit10 -# 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 8.0.0 @@ -241,7 +239,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 --verbose || ret=1 fi @@ -258,6 +256,9 @@ exit $ret %changelog +* Wed Aug 20 2025 Remi Collet - 9.6.25-1 +- update to 9.6.25 + * Fri Jul 25 2025 Fedora Release Engineering - 9.6.23-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild diff --git a/sources b/sources index 03ca351..4e6c948 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit9-9.6.23-43d2cb1.tgz) = d9e36e4ab35b3eea0c2fbc210ac5474e4236b263e84981fce30876e71d5fb81e65333706f2d514f7ccad90348ab93c00623e7e9cdbb0cabf399932f2ff2ca624 +SHA512 (phpunit9-9.6.25-049c011.tgz) = 31a1c23019ab47c717bd0c525d3a1228a30c538fe9bd0122d1cd4d070ec2c1a7eb64853d65cda09b3bb2516e46e1a5948b3690fa3d2a102a09d1c1ecc8932f77 From 7460d1bb7070bb9e9fa45280735618506caaa171 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 11 Sep 2025 09:16:53 +0200 Subject: [PATCH 3/6] v9.6.26 --- .gitignore | 1 + phpunit9.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6feeb96..b94d6df 100644 --- a/.gitignore +++ b/.gitignore @@ -60,3 +60,4 @@ /phpunit9-9.6.22-f80235c.tgz /phpunit9-9.6.23-43d2cb1.tgz /phpunit9-9.6.25-049c011.tgz +/phpunit9-9.6.26-a0139ea.tgz diff --git a/phpunit9.spec b/phpunit9.spec index bc8f4c5..182e9e5 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -8,8 +8,8 @@ # -%global gh_commit 049c011e01be805202d8eebedef49f769a8ec7b7 -%global gh_date 2025-08-20 +%global gh_commit a0139ea157533454f611038326f3020b3051f129 +%global gh_date 2025-09-11 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -22,7 +22,7 @@ %global ver_major 9 %global ver_minor 6 -%global upstream_version 9.6.25 +%global upstream_version 9.6.26 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -256,6 +256,9 @@ exit $ret %changelog +* Thu Sep 11 2025 Remi Collet - 9.6.26-1 +- update to 9.6.26 + * Wed Aug 20 2025 Remi Collet - 9.6.25-1 - update to 9.6.25 diff --git a/sources b/sources index 4e6c948..1206424 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit9-9.6.25-049c011.tgz) = 31a1c23019ab47c717bd0c525d3a1228a30c538fe9bd0122d1cd4d070ec2c1a7eb64853d65cda09b3bb2516e46e1a5948b3690fa3d2a102a09d1c1ecc8932f77 +SHA512 (phpunit9-9.6.26-a0139ea.tgz) = 2b56b7d5a80c80128b1344891fb8344ac8a611ce0781736c7ad82962a0f7dcfbb97571e13180fb37a630f82b3e0d5eb31afa7b1d1c8e6d134bdd1118bc01db63 From 2c863bc25e7c81a97b2dcc53c2bfc9c033b855b2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 15 Sep 2025 08:00:26 +0200 Subject: [PATCH 4/6] v9.6.27 --- .gitignore | 1 + phpunit9.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b94d6df..a5d3b0a 100644 --- a/.gitignore +++ b/.gitignore @@ -61,3 +61,4 @@ /phpunit9-9.6.23-43d2cb1.tgz /phpunit9-9.6.25-049c011.tgz /phpunit9-9.6.26-a0139ea.tgz +/phpunit9-9.6.27-0a9aa44.tgz diff --git a/phpunit9.spec b/phpunit9.spec index 182e9e5..bce3bcd 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -8,8 +8,8 @@ # -%global gh_commit a0139ea157533454f611038326f3020b3051f129 -%global gh_date 2025-09-11 +%global gh_commit 0a9aa4440b6a9528cf360071502628d717af3e0a +%global gh_date 2025-09-14 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -22,7 +22,7 @@ %global ver_major 9 %global ver_minor 6 -%global upstream_version 9.6.26 +%global upstream_version 9.6.27 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -256,6 +256,9 @@ exit $ret %changelog +* Mon Sep 15 2025 Remi Collet - 9.6.27-1 +- update to 9.6.27 + * Thu Sep 11 2025 Remi Collet - 9.6.26-1 - update to 9.6.26 diff --git a/sources b/sources index 1206424..5a8e0c4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit9-9.6.26-a0139ea.tgz) = 2b56b7d5a80c80128b1344891fb8344ac8a611ce0781736c7ad82962a0f7dcfbb97571e13180fb37a630f82b3e0d5eb31afa7b1d1c8e6d134bdd1118bc01db63 +SHA512 (phpunit9-9.6.27-0a9aa44.tgz) = bdddaf2807ae8d7eeaa77388257754d86a78cba950bba494ab2007bc47c2689978c2b9fd61be94c1403c57177e13996a413ffc330ced2cec76da601a0ffc15c6 From dc49b10604818b3f515980f3b98b577a36b74014 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 26 Sep 2025 10:52:53 +0200 Subject: [PATCH 5/6] update to 9.6.29 (no change) raise dependency on sebastian/exporter 4.0.8 --- .gitignore | 1 + phpunit9.spec | 16 ++++++++++------ sources | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index a5d3b0a..6512d52 100644 --- a/.gitignore +++ b/.gitignore @@ -62,3 +62,4 @@ /phpunit9-9.6.25-049c011.tgz /phpunit9-9.6.26-a0139ea.tgz /phpunit9-9.6.27-0a9aa44.tgz +/phpunit9-9.6.29-9ecfec5.tgz diff --git a/phpunit9.spec b/phpunit9.spec index bce3bcd..98469a2 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -8,8 +8,8 @@ # -%global gh_commit 0a9aa4440b6a9528cf360071502628d717af3e0a -%global gh_date 2025-09-14 +%global gh_commit 9ecfec57835a5581bc888ea7e13b51eb55ab9dd3 +%global gh_date 2025-09-24 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -22,7 +22,7 @@ %global ver_major 9 %global ver_minor 6 -%global upstream_version 9.6.27 +%global upstream_version 9.6.29 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -55,7 +55,7 @@ BuildRequires: (php-composer(sebastian/code-unit) >= 1.0.8 with php-c BuildRequires: (php-composer(sebastian/comparator) >= 4.0.9 with php-composer(sebastian/comparator) < 5) BuildRequires: (php-composer(sebastian/diff) >= 4.0.6 with php-composer(sebastian/diff) < 5) BuildRequires: (php-composer(sebastian/environment) >= 5.1.5 with php-composer(sebastian/environment) < 6) -BuildRequires: (php-composer(sebastian/exporter) >= 4.0.6 with php-composer(sebastian/exporter) < 5) +BuildRequires: (php-composer(sebastian/exporter) >= 4.0.8 with php-composer(sebastian/exporter) < 5) BuildRequires: (php-composer(sebastian/global-state) >= 5.0.8 with php-composer(sebastian/global-state) < 6) BuildRequires: (php-composer(sebastian/object-enumerator) >= 4.0.4 with php-composer(sebastian/object-enumerator) < 5) BuildRequires: (php-composer(sebastian/resource-operations) >= 3.0.4 with php-composer(sebastian/resource-operations) < 4) @@ -92,7 +92,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "sebastian/comparator": "^4.0.9", # "sebastian/diff": "^4.0.6", # "sebastian/environment": "^5.1.5", -# "sebastian/exporter": "^4.0.6", +# "sebastian/exporter": "^4.0.8", # "sebastian/global-state": "^5.0.8", # "sebastian/object-enumerator": "^4.0.4", # "sebastian/resource-operations": "^3.0.4", @@ -121,7 +121,7 @@ Requires: (php-composer(sebastian/code-unit) >= 1.0.8 with php-c Requires: (php-composer(sebastian/comparator) >= 4.0.9 with php-composer(sebastian/comparator) < 5) Requires: (php-composer(sebastian/diff) >= 4.0.6 with php-composer(sebastian/diff) < 5) Requires: (php-composer(sebastian/environment) >= 5.1.5 with php-composer(sebastian/environment) < 6) -Requires: (php-composer(sebastian/exporter) >= 4.0.6 with php-composer(sebastian/exporter) < 5) +Requires: (php-composer(sebastian/exporter) >= 4.0.8 with php-composer(sebastian/exporter) < 5) Requires: (php-composer(sebastian/global-state) >= 5.0.8 with php-composer(sebastian/global-state) < 6) Requires: (php-composer(sebastian/object-enumerator) >= 4.0.4 with php-composer(sebastian/object-enumerator) < 5) Requires: (php-composer(sebastian/resource-operations) >= 3.0.4 with php-composer(sebastian/resource-operations) < 4) @@ -256,6 +256,10 @@ exit $ret %changelog +* Wed Sep 24 2025 Remi Collet - 9.6.29-1 +- update to 9.6.29 (no change) +- raise dependency on sebastian/exporter 4.0.8 + * Mon Sep 15 2025 Remi Collet - 9.6.27-1 - update to 9.6.27 diff --git a/sources b/sources index 5a8e0c4..ecf691b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit9-9.6.27-0a9aa44.tgz) = bdddaf2807ae8d7eeaa77388257754d86a78cba950bba494ab2007bc47c2689978c2b9fd61be94c1403c57177e13996a413ffc330ced2cec76da601a0ffc15c6 +SHA512 (phpunit9-9.6.29-9ecfec5.tgz) = 133af75404686128ab63ed359d0321cc0cd361fe39f1a4dac28eb67a164e30940503e409a354d6786fe5035eb223396235027920dc62822503b86dcb21eba33f From f26ab5aa03d14f18af9a17051cf902cecf928571 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Dec 2025 11:23:16 +0100 Subject: [PATCH 6/6] update to 9.6.30 (no change) --- .gitignore | 1 + phpunit9.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6512d52..1f7de30 100644 --- a/.gitignore +++ b/.gitignore @@ -63,3 +63,4 @@ /phpunit9-9.6.26-a0139ea.tgz /phpunit9-9.6.27-0a9aa44.tgz /phpunit9-9.6.29-9ecfec5.tgz +/phpunit9-9.6.30-b69489b.tgz diff --git a/phpunit9.spec b/phpunit9.spec index 98469a2..d0a6635 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -8,8 +8,8 @@ # -%global gh_commit 9ecfec57835a5581bc888ea7e13b51eb55ab9dd3 -%global gh_date 2025-09-24 +%global gh_commit b69489b312503bf8fa6d75a76916919d7d2fa6d4 +%global gh_date 2025-12-01 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -22,7 +22,7 @@ %global ver_major 9 %global ver_minor 6 -%global upstream_version 9.6.29 +%global upstream_version 9.6.30 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -256,6 +256,9 @@ exit $ret %changelog +* Tue Dec 2 2025 Remi Collet - 9.6.30-1 +- update to 9.6.30 (no change) + * Wed Sep 24 2025 Remi Collet - 9.6.29-1 - update to 9.6.29 (no change) - raise dependency on sebastian/exporter 4.0.8 diff --git a/sources b/sources index ecf691b..775c187 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit9-9.6.29-9ecfec5.tgz) = 133af75404686128ab63ed359d0321cc0cd361fe39f1a4dac28eb67a164e30940503e409a354d6786fe5035eb223396235027920dc62822503b86dcb21eba33f +SHA512 (phpunit9-9.6.30-b69489b.tgz) = 5609599ea75cb7c455c12137acc26e20e940b81c75d8a9033c32fb6ea7ff6ddeb0bead70f801aa75d7b75033cc9c67f7eeca6be83c672222f0445cc940ab6037