From fde39ce8e2cd8fcd431f909e52db66573d7be68c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 24 Jan 2022 11:36:52 +0100 Subject: [PATCH 01/10] v9.5.13 (cherry picked from commit 5137c564e75abcda85d8e479b52798894e5fe69c) --- .gitignore | 1 + phpunit9.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cf19791..9db1a87 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /phpunit9-9.5.10-c814a05.tgz /phpunit9-9.5.11-2406855.tgz /phpunit9-9.5.12-93d4bf4.tgz +/phpunit9-9.5.13-597cb64.tgz diff --git a/phpunit9.spec b/phpunit9.spec index fe4de37..fe8f641 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 93d4bf4c37aec6384bb9e5d390d9049a463a7256 +%global gh_commit 597cb647654ede35e43b137926dfdfef0fb11743 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -25,7 +25,7 @@ %global ver_major 9 %global ver_minor 5 -%global upstream_version 9.5.12 +%global upstream_version 9.5.13 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -249,6 +249,9 @@ exit $ret %changelog +* Mon Jan 24 2022 Remi Collet - 9.5.13-1 +- update to 9.5.13 + * Fri Jan 21 2022 Remi Collet - 9.5.12-1 - update to 9.5.12 diff --git a/sources b/sources index 8e28622..65f0a9d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit9-9.5.12-93d4bf4.tgz) = 9eba109dbd7917af24b4c9595e588cf18d7af07e2cc5e7fa2d22b11999f7e6f7ee4df3ac47a3d32dcf65d9a729a5057a4889239878ca82240c904bb774aa2980 +SHA512 (phpunit9-9.5.13-597cb64.tgz) = 26ccad7daae1e0d9eba2568d10df049e165112ef0e0c159d315abef85c826af032574411a36f8c6d2eef898be3c28e04261d01c6211459e9b1fa31dbcba2f065 From 10204571a44aac64b853b07d177ddf00c61eddc5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 21 Feb 2022 09:07:05 +0100 Subject: [PATCH 02/10] v9.5.14 (cherry picked from commit 50731ab2c858ca92ae080d7c940a5d05338978d2) --- .gitignore | 1 + phpunit9.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9db1a87..2d1fdbb 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ /phpunit9-9.5.11-2406855.tgz /phpunit9-9.5.12-93d4bf4.tgz /phpunit9-9.5.13-597cb64.tgz +/phpunit9-9.5.14-1883687.tgz diff --git a/phpunit9.spec b/phpunit9.spec index fe8f641..f3792ac 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 597cb647654ede35e43b137926dfdfef0fb11743 +%global gh_commit 1883687169c017d6ae37c58883ca3994cfc34189 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -25,7 +25,7 @@ %global ver_major 9 %global ver_minor 5 -%global upstream_version 9.5.13 +%global upstream_version 9.5.14 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -249,6 +249,9 @@ exit $ret %changelog +* Fri Feb 18 2022 Remi Collet - 9.5.14-1 +- update to 9.5.14 + * Mon Jan 24 2022 Remi Collet - 9.5.13-1 - update to 9.5.13 diff --git a/sources b/sources index 65f0a9d..28c117c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit9-9.5.13-597cb64.tgz) = 26ccad7daae1e0d9eba2568d10df049e165112ef0e0c159d315abef85c826af032574411a36f8c6d2eef898be3c28e04261d01c6211459e9b1fa31dbcba2f065 +SHA512 (phpunit9-9.5.14-1883687.tgz) = 47f20d4d18771cbdd3ab9d6900c39649f82e6e8ada9e08d6bd867c094691315624d2b71dfb43db11588ab4d886c1fba1ab29c5cbafa699655c6d49d6b980cd0f From 0c9ccf8f6e229a7ccebf9eecf3bafb035e0aa30c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 23 Feb 2022 12:16:30 +0100 Subject: [PATCH 03/10] update to 9.5.15 raise dependency on phpunit/php-code-coverage 9.2.12 (cherry picked from commit 74296be849e2a3d0e22c99db627619d7053cc524) --- .gitignore | 1 + phpunit9.spec | 14 +++++++++----- sources | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 2d1fdbb..a41b6ce 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ /phpunit9-9.5.12-93d4bf4.tgz /phpunit9-9.5.13-597cb64.tgz /phpunit9-9.5.14-1883687.tgz +/phpunit9-9.5.15-dc73838.tgz diff --git a/phpunit9.spec b/phpunit9.spec index f3792ac..2ba354e 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 1883687169c017d6ae37c58883ca3994cfc34189 +%global gh_commit dc738383c519243b0a967f63943a848d3fd861aa #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -25,7 +25,7 @@ %global ver_major 9 %global ver_minor 5 -%global upstream_version 9.5.14 +%global upstream_version 9.5.15 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -48,7 +48,7 @@ BuildRequires: (php-composer(myclabs/deep-copy) >= 1.10.1 with php-c 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(phpspec/prophecy) >= 1.12.1 with php-composer(phpspec/prophecy) < 2) -BuildRequires: (php-composer(phpunit/php-code-coverage) >= 9.2.7 with php-composer(phpunit/php-code-coverage) < 10) +BuildRequires: (php-composer(phpunit/php-code-coverage) >= 9.2.12 with php-composer(phpunit/php-code-coverage) < 10) BuildRequires: (php-composer(phpunit/php-file-iterator) >= 3.0.4 with php-composer(phpunit/php-file-iterator) < 4) BuildRequires: (php-composer(phpunit/php-invoker) >= 3.1 with php-composer(phpunit/php-invoker) < 4) BuildRequires: (php-composer(phpunit/php-text-template) >= 2.0.2 with php-composer(phpunit/php-text-template) < 3) @@ -86,7 +86,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "phar-io/manifest": "^2.0.3", # "phar-io/version": "^3.0.2", # "phpspec/prophecy": "^1.12.1", -# "phpunit/php-code-coverage": "^9.2.7", +# "phpunit/php-code-coverage": "^9.2.12", # "phpunit/php-file-iterator": "^3.0.5", # "phpunit/php-invoker": "^3.1.1", # "phpunit/php-text-template": "^2.0.3", @@ -115,7 +115,7 @@ Requires: (php-composer(myclabs/deep-copy) >= 1.10.1 with php-c 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(phpspec/prophecy) >= 1.12.1 with php-composer(phpspec/prophecy) < 2) -Requires: (php-composer(phpunit/php-code-coverage) >= 9.2.7 with php-composer(phpunit/php-code-coverage) < 10) +Requires: (php-composer(phpunit/php-code-coverage) >= 9.2.12 with php-composer(phpunit/php-code-coverage) < 10) Requires: (php-composer(phpunit/php-file-iterator) >= 3.0.4 with php-composer(phpunit/php-file-iterator) < 4) Requires: (php-composer(phpunit/php-invoker) >= 3.1 with php-composer(phpunit/php-invoker) < 4) Requires: (php-composer(phpunit/php-text-template) >= 2.0.2 with php-composer(phpunit/php-text-template) < 3) @@ -249,6 +249,10 @@ exit $ret %changelog +* Wed Feb 23 2022 Remi Collet - 9.5.15-1 +- update to 9.5.15 +- raise dependency on phpunit/php-code-coverage 9.2.12 + * Fri Feb 18 2022 Remi Collet - 9.5.14-1 - update to 9.5.14 diff --git a/sources b/sources index 28c117c..2e361df 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit9-9.5.14-1883687.tgz) = 47f20d4d18771cbdd3ab9d6900c39649f82e6e8ada9e08d6bd867c094691315624d2b71dfb43db11588ab4d886c1fba1ab29c5cbafa699655c6d49d6b980cd0f +SHA512 (phpunit9-9.5.15-dc73838.tgz) = 925d08491d030147e42ae58aad3f142e294dd1ab63e11f11123a437f954bf987d8a1fcac76393aeec5cacdef1230e8c6e99a4fe6e57b89a88751333889a03511 From 0b9d068e253a543bc1c1c5e12328eb1595b4aeaf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 24 Feb 2022 11:15:05 +0100 Subject: [PATCH 04/10] update to 9.5.16 raise dependency on phpunit/php-code-coverage 9.2.13 (cherry picked from commit e01a279bc487084e74035d5fffc3edd32af6cefd) --- .gitignore | 1 + phpunit9.spec | 14 +++++++++----- sources | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index a41b6ce..1b97d11 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ /phpunit9-9.5.13-597cb64.tgz /phpunit9-9.5.14-1883687.tgz /phpunit9-9.5.15-dc73838.tgz +/phpunit9-9.5.16-5ff8c54.tgz diff --git a/phpunit9.spec b/phpunit9.spec index 2ba354e..f8b6fc4 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit dc738383c519243b0a967f63943a848d3fd861aa +%global gh_commit 5ff8c545a50226c569310a35f4fa89d79f1ddfdc #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -25,7 +25,7 @@ %global ver_major 9 %global ver_minor 5 -%global upstream_version 9.5.15 +%global upstream_version 9.5.16 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -48,7 +48,7 @@ BuildRequires: (php-composer(myclabs/deep-copy) >= 1.10.1 with php-c 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(phpspec/prophecy) >= 1.12.1 with php-composer(phpspec/prophecy) < 2) -BuildRequires: (php-composer(phpunit/php-code-coverage) >= 9.2.12 with php-composer(phpunit/php-code-coverage) < 10) +BuildRequires: (php-composer(phpunit/php-code-coverage) >= 9.2.13 with php-composer(phpunit/php-code-coverage) < 10) BuildRequires: (php-composer(phpunit/php-file-iterator) >= 3.0.4 with php-composer(phpunit/php-file-iterator) < 4) BuildRequires: (php-composer(phpunit/php-invoker) >= 3.1 with php-composer(phpunit/php-invoker) < 4) BuildRequires: (php-composer(phpunit/php-text-template) >= 2.0.2 with php-composer(phpunit/php-text-template) < 3) @@ -86,7 +86,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "phar-io/manifest": "^2.0.3", # "phar-io/version": "^3.0.2", # "phpspec/prophecy": "^1.12.1", -# "phpunit/php-code-coverage": "^9.2.12", +# "phpunit/php-code-coverage": "^9.2.13", # "phpunit/php-file-iterator": "^3.0.5", # "phpunit/php-invoker": "^3.1.1", # "phpunit/php-text-template": "^2.0.3", @@ -115,7 +115,7 @@ Requires: (php-composer(myclabs/deep-copy) >= 1.10.1 with php-c 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(phpspec/prophecy) >= 1.12.1 with php-composer(phpspec/prophecy) < 2) -Requires: (php-composer(phpunit/php-code-coverage) >= 9.2.12 with php-composer(phpunit/php-code-coverage) < 10) +Requires: (php-composer(phpunit/php-code-coverage) >= 9.2.13 with php-composer(phpunit/php-code-coverage) < 10) Requires: (php-composer(phpunit/php-file-iterator) >= 3.0.4 with php-composer(phpunit/php-file-iterator) < 4) Requires: (php-composer(phpunit/php-invoker) >= 3.1 with php-composer(phpunit/php-invoker) < 4) Requires: (php-composer(phpunit/php-text-template) >= 2.0.2 with php-composer(phpunit/php-text-template) < 3) @@ -249,6 +249,10 @@ exit $ret %changelog +* Thu Feb 24 2022 Remi Collet - 9.5.16-1 +- update to 9.5.16 +- raise dependency on phpunit/php-code-coverage 9.2.13 + * Wed Feb 23 2022 Remi Collet - 9.5.15-1 - update to 9.5.15 - raise dependency on phpunit/php-code-coverage 9.2.12 diff --git a/sources b/sources index 2e361df..47827b1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit9-9.5.15-dc73838.tgz) = 925d08491d030147e42ae58aad3f142e294dd1ab63e11f11123a437f954bf987d8a1fcac76393aeec5cacdef1230e8c6e99a4fe6e57b89a88751333889a03511 +SHA512 (phpunit9-9.5.16-5ff8c54.tgz) = 2fa58fb951abb5e668c269e3b77c16162dc90f7f80de56064c317eb01eb717ad6bbf67e4bcb47b9fd307072508c6fa4170df58f02c80a97db379f72644629cf7 From 900ab0843ddafee4a9d4d7e1897fcbc10b3f7277 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 7 Mar 2022 10:00:00 +0100 Subject: [PATCH 05/10] update to 9.5.17 #StandWithUkraine (cherry picked from commit a6909f567673f71451d1a253b437420407809c19) --- .gitignore | 1 + phpunit9.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1b97d11..6aca3af 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ /phpunit9-9.5.14-1883687.tgz /phpunit9-9.5.15-dc73838.tgz /phpunit9-9.5.16-5ff8c54.tgz +/phpunit9-9.5.17-5c5abcf.tgz diff --git a/phpunit9.spec b/phpunit9.spec index f8b6fc4..d023e6c 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 5ff8c545a50226c569310a35f4fa89d79f1ddfdc +%global gh_commit 5c5abcfaa2cbd44b2203995d7a339ef910fe0c8f #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -25,7 +25,7 @@ %global ver_major 9 %global ver_minor 5 -%global upstream_version 9.5.16 +%global upstream_version 9.5.17 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -249,6 +249,9 @@ exit $ret %changelog +* Sun Mar 6 2022 Remi Collet - 9.5.17-1 +- update to 9.5.17 #StandWithUkraine + * Thu Feb 24 2022 Remi Collet - 9.5.16-1 - update to 9.5.16 - raise dependency on phpunit/php-code-coverage 9.2.13 diff --git a/sources b/sources index 47827b1..911491e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit9-9.5.16-5ff8c54.tgz) = 2fa58fb951abb5e668c269e3b77c16162dc90f7f80de56064c317eb01eb717ad6bbf67e4bcb47b9fd307072508c6fa4170df58f02c80a97db379f72644629cf7 +SHA512 (phpunit9-9.5.17-5c5abcf.tgz) = 6ff9954a9229c2a0e8e795e8750c75ec2130ae4cff95a5e6449df232e7da6e7d6cf49c6245a3834d791a602b35787784f8e7934bcf8668b337dff039e37c601b From 1232fbf0a74ae996df4e5622f5b712c3fb4af9f3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 8 Mar 2022 11:21:21 +0100 Subject: [PATCH 06/10] v9.5.18 (cherry picked from commit 5003d9ec3d50cf7da9dc9d8e01c52308f2fd16c3) --- .gitignore | 1 + phpunit9.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6aca3af..eed40fe 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ /phpunit9-9.5.15-dc73838.tgz /phpunit9-9.5.16-5ff8c54.tgz /phpunit9-9.5.17-5c5abcf.tgz +/phpunit9-9.5.18-1b58560.tgz diff --git a/phpunit9.spec b/phpunit9.spec index d023e6c..8b3a7e9 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 5c5abcfaa2cbd44b2203995d7a339ef910fe0c8f +%global gh_commit 1b5856028273bfd855e60a887278857d872ec67a #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -25,7 +25,7 @@ %global ver_major 9 %global ver_minor 5 -%global upstream_version 9.5.17 +%global upstream_version 9.5.18 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -249,6 +249,9 @@ exit $ret %changelog +* Tue Mar 8 2022 Remi Collet - 9.5.18-1 +- update to 9.5.18 + * Sun Mar 6 2022 Remi Collet - 9.5.17-1 - update to 9.5.17 #StandWithUkraine diff --git a/sources b/sources index 911491e..c759b02 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit9-9.5.17-5c5abcf.tgz) = 6ff9954a9229c2a0e8e795e8750c75ec2130ae4cff95a5e6449df232e7da6e7d6cf49c6245a3834d791a602b35787784f8e7934bcf8668b337dff039e37c601b +SHA512 (phpunit9-9.5.18-1b58560.tgz) = 716d4bc42de9c311564621dee89faefee16666ddc564a73dc8a8d84d10038cf5b520312f97de43c34699febe1a0bc4e0bac71d2dcc40522763b605f474851901 From b13c2dc562b764c35969258cceba1780b21ccc8f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 29 Jun 2022 08:40:26 +0200 Subject: [PATCH 07/10] update to 9.5.21 raise dependency on sebastian/type 3.0 (cherry picked from commit 8618b3dae6f231f6fb609d304c619e91b4d0ab99) --- .gitignore | 1 + phpunit9.spec | 30 +++++++++++++++--------------- sources | 2 +- 3 files changed, 17 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index eed40fe..f04853f 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ /phpunit9-9.5.16-5ff8c54.tgz /phpunit9-9.5.17-5c5abcf.tgz /phpunit9-9.5.18-1b58560.tgz +/phpunit9-9.5.21-0e32b76.tgz diff --git a/phpunit9.spec b/phpunit9.spec index 8b3a7e9..825bea3 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 1b5856028273bfd855e60a887278857d872ec67a +%global gh_commit 0e32b76be457de00e83213528f6bb37e2a38fcb1 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -25,7 +25,7 @@ %global ver_major 9 %global ver_minor 5 -%global upstream_version 9.5.18 +%global upstream_version 9.5.21 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -62,7 +62,7 @@ BuildRequires: (php-composer(sebastian/exporter) >= 4.0.2 with php-c BuildRequires: (php-composer(sebastian/global-state) >= 5.0 with php-composer(sebastian/global-state) < 6) BuildRequires: (php-composer(sebastian/object-enumerator) >= 4.0.2 with php-composer(sebastian/object-enumerator) < 5) BuildRequires: (php-composer(sebastian/resource-operations) >= 3.0.2 with php-composer(sebastian/resource-operations) < 4) -BuildRequires: (php-composer(sebastian/type) >= 2.3.4 with php-composer(sebastian/type) < 3) +BuildRequires: (php-composer(sebastian/type) >= 3.0 with php-composer(sebastian/type) < 4) BuildRequires: (php-composer(sebastian/version) >= 3.0.1 with php-composer(sebastian/version) < 4) BuildRequires: php-dom BuildRequires: php-json @@ -100,7 +100,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "sebastian/global-state": "^5.0.1", # "sebastian/object-enumerator": "^4.0.3", # "sebastian/resource-operations": "^3.0.3", -# "sebastian/type": "^2.3.4", +# "sebastian/type": "^3.0", # "sebastian/version": "^3.0.2" Requires: php(language) >= 7.3 Requires: php-cli @@ -129,7 +129,7 @@ Requires: (php-composer(sebastian/exporter) >= 4.0.2 with php-c Requires: (php-composer(sebastian/global-state) >= 5.0 with php-composer(sebastian/global-state) < 6) Requires: (php-composer(sebastian/object-enumerator) >= 4.0.2 with php-composer(sebastian/object-enumerator) < 5) Requires: (php-composer(sebastian/resource-operations) >= 3.0.2 with php-composer(sebastian/resource-operations) < 4) -Requires: (php-composer(sebastian/type) >= 2.3.4 with php-composer(sebastian/type) < 3) +Requires: (php-composer(sebastian/type) >= 3.0 with php-composer(sebastian/type) < 4) Requires: (php-composer(sebastian/version) >= 3.0.1 with php-composer(sebastian/version) < 4) # From composer.json, "suggest": { # "ext-soap": "*", @@ -188,7 +188,7 @@ cat << 'EOF' | tee -a src/autoload.php '%{php_home}/SebastianBergmann/GlobalState5/autoload.php', '%{php_home}/SebastianBergmann/ObjectEnumerator4/autoload.php', '%{php_home}/SebastianBergmann/ResourceOperations3/autoload.php', - '%{php_home}/SebastianBergmann/Type2/autoload.php', + '%{php_home}/SebastianBergmann/Type3/autoload.php', '%{php_home}/SebastianBergmann/Version3/autoload.php', '%{php_home}/Doctrine/Instantiator/autoload.php', '%{php_home}/DeepCopy/autoload.php', @@ -205,14 +205,10 @@ cat src/autoload.php %{_bindir}/phpab \ --output tests/autoload.php \ - --exclude '*/BankAccountTest2.php' \ - --exclude '*/regression/Trac/783/OneTest.php' \ - --exclude 'tests/end-to-end/regression/GitHub/3889/Issue3889Test.test.php' \ - --exclude 'tests/end-to-end/regression/GitHub/3904/Issue3904Test.php' \ - --exclude 'tests/end-to-end/force-covers-annotation/tests/Test.php' \ - --exclude 'tests/end-to-end/regression/GitHub/2448/Test.php' \ - --exclude 'tests/end-to-end/migration/possibility-to-migrate-from-85-is-detected/src/Greeter.php' \ - --exclude 'tests/end-to-end/migration/possibility-to-migrate-from-85-is-detected/tests/GreeterTest.php' \ + --exclude 'tests/end-to-end/regression/4376/tests/Test.php' \ + --exclude 'tests/end-to-end/regression/2448/Test.php' \ + --exclude 'tests/end-to-end/migration/_files/possibility-to-migrate-from-85-is-detected/src/Greeter.php' \ + --exclude 'tests/end-to-end/migration/_files/possibility-to-migrate-from-85-is-detected/tests/GreeterTest.php' \ tests @@ -232,7 +228,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 php74 php80 php81; do +for cmd in php php74 php80 php81 php82; do if which $cmd; then $cmd ./phpunit $OPT --verbose || ret=1 fi @@ -249,6 +245,10 @@ exit $ret %changelog +* Mon Jun 20 2022 Remi Collet - 9.5.21-1 +- update to 9.5.21 +- raise dependency on sebastian/type 3.0 + * Tue Mar 8 2022 Remi Collet - 9.5.18-1 - update to 9.5.18 diff --git a/sources b/sources index c759b02..4512542 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit9-9.5.18-1b58560.tgz) = 716d4bc42de9c311564621dee89faefee16666ddc564a73dc8a8d84d10038cf5b520312f97de43c34699febe1a0bc4e0bac71d2dcc40522763b605f474851901 +SHA512 (phpunit9-9.5.21-0e32b76.tgz) = 9533b7953e248cd085779619f5cb3d72c0cfd4eaae8e5cd235889be0f52adcf83d04e87cd567a958c094bf220c7510fd3f73cc6c47e85ded2145ce1000384fa8 From 62bacbc4bdefad4ce27857793b50d1cfbb2e5b9c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 8 Sep 2022 11:48:16 +0200 Subject: [PATCH 08/10] update to 9.5.24 raise dependency on sebastian/type 3.1 (cherry picked from commit c03e978b94e80e6d162cd00e29f666fc95490cba) (cherry picked from commit 0ac82d3dcef0092c753d0a421d1e278739a70f0e) --- .gitignore | 1 + phpunit9.spec | 15 +++++++++------ sources | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index f04853f..fd10a69 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ /phpunit9-9.5.17-5c5abcf.tgz /phpunit9-9.5.18-1b58560.tgz /phpunit9-9.5.21-0e32b76.tgz +/phpunit9-9.5.24-d0aa609.tgz diff --git a/phpunit9.spec b/phpunit9.spec index 825bea3..e934a33 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 0e32b76be457de00e83213528f6bb37e2a38fcb1 +%global gh_commit d0aa6097bef9fd42458a9b3c49da32c6ce6129c5 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -25,7 +25,7 @@ %global ver_major 9 %global ver_minor 5 -%global upstream_version 9.5.21 +%global upstream_version 9.5.24 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -62,7 +62,7 @@ BuildRequires: (php-composer(sebastian/exporter) >= 4.0.2 with php-c BuildRequires: (php-composer(sebastian/global-state) >= 5.0 with php-composer(sebastian/global-state) < 6) BuildRequires: (php-composer(sebastian/object-enumerator) >= 4.0.2 with php-composer(sebastian/object-enumerator) < 5) BuildRequires: (php-composer(sebastian/resource-operations) >= 3.0.2 with php-composer(sebastian/resource-operations) < 4) -BuildRequires: (php-composer(sebastian/type) >= 3.0 with php-composer(sebastian/type) < 4) +BuildRequires: (php-composer(sebastian/type) >= 3.1 with php-composer(sebastian/type) < 4) BuildRequires: (php-composer(sebastian/version) >= 3.0.1 with php-composer(sebastian/version) < 4) BuildRequires: php-dom BuildRequires: php-json @@ -85,7 +85,6 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "myclabs/deep-copy": "^1.10.1", # "phar-io/manifest": "^2.0.3", # "phar-io/version": "^3.0.2", -# "phpspec/prophecy": "^1.12.1", # "phpunit/php-code-coverage": "^9.2.13", # "phpunit/php-file-iterator": "^3.0.5", # "phpunit/php-invoker": "^3.1.1", @@ -100,7 +99,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "sebastian/global-state": "^5.0.1", # "sebastian/object-enumerator": "^4.0.3", # "sebastian/resource-operations": "^3.0.3", -# "sebastian/type": "^3.0", +# "sebastian/type": "^3.1", # "sebastian/version": "^3.0.2" Requires: php(language) >= 7.3 Requires: php-cli @@ -129,7 +128,7 @@ Requires: (php-composer(sebastian/exporter) >= 4.0.2 with php-c Requires: (php-composer(sebastian/global-state) >= 5.0 with php-composer(sebastian/global-state) < 6) Requires: (php-composer(sebastian/object-enumerator) >= 4.0.2 with php-composer(sebastian/object-enumerator) < 5) Requires: (php-composer(sebastian/resource-operations) >= 3.0.2 with php-composer(sebastian/resource-operations) < 4) -Requires: (php-composer(sebastian/type) >= 3.0 with php-composer(sebastian/type) < 4) +Requires: (php-composer(sebastian/type) >= 3.1 with php-composer(sebastian/type) < 4) Requires: (php-composer(sebastian/version) >= 3.0.1 with php-composer(sebastian/version) < 4) # From composer.json, "suggest": { # "ext-soap": "*", @@ -245,6 +244,10 @@ exit $ret %changelog +* Thu Sep 1 2022 Remi Collet - 9.5.24-1 +- update to 9.5.24 +- raise dependency on sebastian/type 3.1 + * Mon Jun 20 2022 Remi Collet - 9.5.21-1 - update to 9.5.21 - raise dependency on sebastian/type 3.0 diff --git a/sources b/sources index 4512542..529fdf1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit9-9.5.21-0e32b76.tgz) = 9533b7953e248cd085779619f5cb3d72c0cfd4eaae8e5cd235889be0f52adcf83d04e87cd567a958c094bf220c7510fd3f73cc6c47e85ded2145ce1000384fa8 +SHA512 (phpunit9-9.5.24-d0aa609.tgz) = d85a8c9ec458ba178e1ee7365000e08c3213cc41385f0f96c385683880129d82b100a5fa0c61019783b51df9fbc2c4cba419c34825ab0722a5aa713c11971369 From 108183d78c87523a09955ea0007e0d46cf778128 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Sep 2022 09:14:29 +0200 Subject: [PATCH 09/10] update to 9.5.25 raise dependency on sebastian/comparator 4.0.8 raise dependency on sebastian/exporter 4.0.5 raise dependency on sebastian/type 3.2 (cherry picked from commit 3b0f081ce61950614c3006da56e6018d8eb4b611) --- .gitignore | 1 + phpunit9.spec | 28 +++++++++++++++++----------- sources | 2 +- 3 files changed, 19 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index fd10a69..047848c 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ /phpunit9-9.5.18-1b58560.tgz /phpunit9-9.5.21-0e32b76.tgz /phpunit9-9.5.24-d0aa609.tgz +/phpunit9-9.5.25-3e6f90c.tgz diff --git a/phpunit9.spec b/phpunit9.spec index e934a33..50f9cfe 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit d0aa6097bef9fd42458a9b3c49da32c6ce6129c5 +%global gh_commit 3e6f90ca7e3d02025b1d147bd8d4a89fd4ca8a1d #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -25,7 +25,7 @@ %global ver_major 9 %global ver_minor 5 -%global upstream_version 9.5.24 +%global upstream_version 9.5.25 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -55,14 +55,14 @@ BuildRequires: (php-composer(phpunit/php-text-template) >= 2.0.2 with php-c BuildRequires: (php-composer(phpunit/php-timer) >= 5.0.1 with php-composer(phpunit/php-timer) < 6) BuildRequires: (php-composer(sebastian/cli-parser) >= 1.0 with php-composer(sebastian/cli-parser) < 2) BuildRequires: (php-composer(sebastian/code-unit) >= 1.0.5 with php-composer(sebastian/code-unit) < 2) -BuildRequires: (php-composer(sebastian/comparator) >= 4.0.5 with php-composer(sebastian/comparator) < 5) +BuildRequires: (php-composer(sebastian/comparator) >= 4.0.8 with php-composer(sebastian/comparator) < 5) BuildRequires: (php-composer(sebastian/diff) >= 4.0.2 with php-composer(sebastian/diff) < 5) BuildRequires: (php-composer(sebastian/environment) >= 5.1.2 with php-composer(sebastian/environment) < 6) -BuildRequires: (php-composer(sebastian/exporter) >= 4.0.2 with php-composer(sebastian/exporter) < 5) +BuildRequires: (php-composer(sebastian/exporter) >= 4.0.5 with php-composer(sebastian/exporter) < 5) BuildRequires: (php-composer(sebastian/global-state) >= 5.0 with php-composer(sebastian/global-state) < 6) BuildRequires: (php-composer(sebastian/object-enumerator) >= 4.0.2 with php-composer(sebastian/object-enumerator) < 5) BuildRequires: (php-composer(sebastian/resource-operations) >= 3.0.2 with php-composer(sebastian/resource-operations) < 4) -BuildRequires: (php-composer(sebastian/type) >= 3.1 with php-composer(sebastian/type) < 4) +BuildRequires: (php-composer(sebastian/type) >= 3.2 with php-composer(sebastian/type) < 4) BuildRequires: (php-composer(sebastian/version) >= 3.0.1 with php-composer(sebastian/version) < 4) BuildRequires: php-dom BuildRequires: php-json @@ -92,14 +92,14 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "phpunit/php-timer": "^5.0.2", # "sebastian/cli-parser": "^1.0.1", # "sebastian/code-unit": "^1.0.6", -# "sebastian/comparator": "^4.0.5", +# "sebastian/comparator": "^4.0.8", # "sebastian/diff": "^4.0.3", # "sebastian/environment": "^5.1.3", -# "sebastian/exporter": "^4.0.3", +# "sebastian/exporter": "^4.0.5", # "sebastian/global-state": "^5.0.1", # "sebastian/object-enumerator": "^4.0.3", # "sebastian/resource-operations": "^3.0.3", -# "sebastian/type": "^3.1", +# "sebastian/type": "^3.2", # "sebastian/version": "^3.0.2" Requires: php(language) >= 7.3 Requires: php-cli @@ -121,14 +121,14 @@ Requires: (php-composer(phpunit/php-text-template) >= 2.0.2 with php-c Requires: (php-composer(phpunit/php-timer) >= 5.0.1 with php-composer(phpunit/php-timer) < 6) Requires: (php-composer(sebastian/cli-parser) >= 1.0 with php-composer(sebastian/cli-parser) < 2) Requires: (php-composer(sebastian/code-unit) >= 1.0.5 with php-composer(sebastian/code-unit) < 2) -Requires: (php-composer(sebastian/comparator) >= 4.0.5 with php-composer(sebastian/comparator) < 5) +Requires: (php-composer(sebastian/comparator) >= 4.0.8 with php-composer(sebastian/comparator) < 5) Requires: (php-composer(sebastian/diff) >= 4.0.2 with php-composer(sebastian/diff) < 5) Requires: (php-composer(sebastian/environment) >= 5.1.2 with php-composer(sebastian/environment) < 6) -Requires: (php-composer(sebastian/exporter) >= 4.0.2 with php-composer(sebastian/exporter) < 5) +Requires: (php-composer(sebastian/exporter) >= 4.0.5 with php-composer(sebastian/exporter) < 5) Requires: (php-composer(sebastian/global-state) >= 5.0 with php-composer(sebastian/global-state) < 6) Requires: (php-composer(sebastian/object-enumerator) >= 4.0.2 with php-composer(sebastian/object-enumerator) < 5) Requires: (php-composer(sebastian/resource-operations) >= 3.0.2 with php-composer(sebastian/resource-operations) < 4) -Requires: (php-composer(sebastian/type) >= 3.1 with php-composer(sebastian/type) < 4) +Requires: (php-composer(sebastian/type) >= 3.2 with php-composer(sebastian/type) < 4) Requires: (php-composer(sebastian/version) >= 3.0.1 with php-composer(sebastian/version) < 4) # From composer.json, "suggest": { # "ext-soap": "*", @@ -244,6 +244,12 @@ exit $ret %changelog +* Sun Sep 25 2022 Remi Collet - 9.5.25-1 +- update to 9.5.25 +- raise dependency on sebastian/comparator 4.0.8 +- raise dependency on sebastian/exporter 4.0.5 +- raise dependency on sebastian/type 3.2 + * Thu Sep 1 2022 Remi Collet - 9.5.24-1 - update to 9.5.24 - raise dependency on sebastian/type 3.1 diff --git a/sources b/sources index 529fdf1..f39b449 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit9-9.5.24-d0aa609.tgz) = d85a8c9ec458ba178e1ee7365000e08c3213cc41385f0f96c385683880129d82b100a5fa0c61019783b51df9fbc2c4cba419c34825ab0722a5aa713c11971369 +SHA512 (phpunit9-9.5.25-3e6f90c.tgz) = 701b2bd645810fb3ae01764f3f850694c183b80b310e52f49dd710c7399d9aff5f5474c740430a15720b711e8c6b386205ac8ac6585fe201e6ef01d1005e9720 From b9e43e58b0def47b9fda5d4d8f5f0c3f81f11c9c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 28 Oct 2022 08:48:16 +0200 Subject: [PATCH 10/10] v9.5.26 (cherry picked from commit 03d13f48931c5e7eaeeca4992f3f6d31985bfcdf) --- .gitignore | 1 + phpunit9.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 047848c..088580a 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ /phpunit9-9.5.21-0e32b76.tgz /phpunit9-9.5.24-d0aa609.tgz /phpunit9-9.5.25-3e6f90c.tgz +/phpunit9-9.5.26-851867e.tgz diff --git a/phpunit9.spec b/phpunit9.spec index 50f9cfe..a82e87f 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 3e6f90ca7e3d02025b1d147bd8d4a89fd4ca8a1d +%global gh_commit 851867efcbb6a1b992ec515c71cdcf20d895e9d2 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -25,7 +25,7 @@ %global ver_major 9 %global ver_minor 5 -%global upstream_version 9.5.25 +%global upstream_version 9.5.26 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -244,6 +244,9 @@ exit $ret %changelog +* Fri Oct 28 2022 Remi Collet - 9.5.26-1 +- update to 9.5.26 + * Sun Sep 25 2022 Remi Collet - 9.5.25-1 - update to 9.5.25 - raise dependency on sebastian/comparator 4.0.8 diff --git a/sources b/sources index f39b449..99bf9c0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit9-9.5.25-3e6f90c.tgz) = 701b2bd645810fb3ae01764f3f850694c183b80b310e52f49dd710c7399d9aff5f5474c740430a15720b711e8c6b386205ac8ac6585fe201e6ef01d1005e9720 +SHA512 (phpunit9-9.5.26-851867e.tgz) = 4087baf36115e8df858bc3dd86baa0a4048bf0abc65fdd2973d53064a362b4a62d6662218bf2b52bf3b4d5baa0167ce553e7d7541e0a131e96b3c8ff86ff181a