From 696bcbf9c40c4f2ecc43dc6ccd31e6a9fe1a9b27 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 2 Oct 2020 09:46:43 +0200 Subject: [PATCH 01/15] update to 9.4.0 raise dependency on phpunit/php-code-coverage 9.2 (cherry picked from commit 2d57260283eee708bebc0a61423022bb6b6f2e67) --- .gitignore | 2 ++ phpunit9.spec | 16 ++++++++++------ sources | 2 +- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 1fb6a56..5602707 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,5 @@ /phpunit9-9.2.6-1c6a9e4.tgz /phpunit9-9.3.8-93d78d8.tgz /phpunit9-9.3.10-919333f.tgz +/phpunit9-9.3.11-f7316ea.tgz +/phpunit9-9.4.0-ef53346.tgz diff --git a/phpunit9.spec b/phpunit9.spec index 632f5c3..99d10f7 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 919333f2d046a89f9238f15d09f17a8f0baa5cc2 +%global gh_commit ef533467a7974c4b6c354f3eff42a115910bd4e5 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -23,11 +23,11 @@ %global ns_vendor PHPUnit9 %global php_home %{_datadir}/php %global ver_major 9 -%global ver_minor 3 +%global ver_minor 4 %global specrel 1 Name: %{pk_project}%{ver_major} -Version: 9.3.10 +Version: 9.4.0 Release: %{?gh_date:1%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist} Summary: The PHP Unit Testing framework version %{ver_major} @@ -46,7 +46,7 @@ BuildRequires: (php-composer(myclabs/deep-copy) >= 1.10.1 with php-c BuildRequires: (php-composer(phar-io/manifest) >= 2.0.1 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.11.1 with php-composer(phpspec/prophecy) < 2) -BuildRequires: (php-composer(phpunit/php-code-coverage) >= 9.1.5 with php-composer(phpunit/php-code-coverage) < 10) +BuildRequires: (php-composer(phpunit/php-code-coverage) >= 9.2 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) @@ -84,7 +84,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "phar-io/manifest": "^2.0.1", # "phar-io/version": "^3.0.2", # "phpspec/prophecy": "^1.11.1", -# "phpunit/php-code-coverage": "^9.1.5", +# "phpunit/php-code-coverage": "^9.2", # "phpunit/php-file-iterator": "^3.0.4", # "phpunit/php-invoker": "^3.1", # "phpunit/php-text-template": "^2.0.2", @@ -113,7 +113,7 @@ Requires: (php-composer(myclabs/deep-copy) >= 1.10.1 with php-c Requires: (php-composer(phar-io/manifest) >= 2.0.1 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.11.1 with php-composer(phpspec/prophecy) < 2) -Requires: (php-composer(phpunit/php-code-coverage) >= 9.1.5 with php-composer(phpunit/php-code-coverage) < 10) +Requires: (php-composer(phpunit/php-code-coverage) >= 9.2 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) @@ -247,6 +247,10 @@ exit $ret %changelog +* Fri Oct 2 2020 Remi Collet - 9.4.0-1 +- update to 9.4.0 +- raise dependency on phpunit/php-code-coverage 9.2 + * Sun Sep 13 2020 Remi Collet - 9.3.10-1 - update to 9.3.10 diff --git a/sources b/sources index 5b5f484..b1ff5bf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit9-9.3.10-919333f.tgz) = c7fb8f635509730d7b94cbdc8461b952e0e71a351e0ed317a71b75a2c7b8c1a24d81f3ea6a0df9b830b5edc05097e1d129f40a70f45f02aea18c497dd956b413 +SHA512 (phpunit9-9.4.0-ef53346.tgz) = 896bc28e5634de2358505d0d9467d9abe6d6145442529889fb670120645430b3aee1a9979c3b21de91383d88d0527eb5303e26f251eeec15bf149e62e1624830 From e3e159820a42558ee04f7fc36f3182f151b663d4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 12 Oct 2020 08:33:50 +0200 Subject: [PATCH 02/15] v9.4.1 (cherry picked from commit 4b1307212de555984b8b1d073eca35cd317283ad) --- .gitignore | 1 + phpunit9.spec | 53 ++++++++++++++++++++++++++++----------------------- sources | 2 +- 3 files changed, 31 insertions(+), 25 deletions(-) diff --git a/.gitignore b/.gitignore index 5602707..0943f5c 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /phpunit9-9.3.10-919333f.tgz /phpunit9-9.3.11-f7316ea.tgz /phpunit9-9.4.0-ef53346.tgz +/phpunit9-9.4.1-1f09a12.tgz diff --git a/phpunit9.spec b/phpunit9.spec index 99d10f7..fb924a7 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit ef533467a7974c4b6c354f3eff42a115910bd4e5 +%global gh_commit 1f09a12726593737e8a228ebb1c8647305d07c41 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -27,7 +27,7 @@ %global specrel 1 Name: %{pk_project}%{ver_major} -Version: 9.4.0 +Version: 9.4.1 Release: %{?gh_date:1%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist} Summary: The PHP Unit Testing framework version %{ver_major} @@ -45,7 +45,7 @@ BuildRequires: (php-composer(doctrine/instantiator) >= 1.3.1 with php-c BuildRequires: (php-composer(myclabs/deep-copy) >= 1.10.1 with php-composer(myclabs/deep-copy) < 2) BuildRequires: (php-composer(phar-io/manifest) >= 2.0.1 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.11.1 with php-composer(phpspec/prophecy) < 2) +BuildRequires: (php-composer(phpspec/prophecy) >= 1.12.1 with php-composer(phpspec/prophecy) < 2) BuildRequires: (php-composer(phpunit/php-code-coverage) >= 9.2 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) @@ -53,14 +53,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.3 with php-composer(sebastian/comparator) < 5) +BuildRequires: (php-composer(sebastian/comparator) >= 4.0.5 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/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.2.1 with php-composer(sebastian/type) < 3) +BuildRequires: (php-composer(sebastian/type) >= 2.3 with php-composer(sebastian/type) < 3) BuildRequires: (php-composer(sebastian/version) >= 3.0.1 with php-composer(sebastian/version) < 4) BuildRequires: php-dom BuildRequires: php-json @@ -83,23 +83,23 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "myclabs/deep-copy": "^1.10.1", # "phar-io/manifest": "^2.0.1", # "phar-io/version": "^3.0.2", -# "phpspec/prophecy": "^1.11.1", +# "phpspec/prophecy": "^1.12.1", # "phpunit/php-code-coverage": "^9.2", -# "phpunit/php-file-iterator": "^3.0.4", -# "phpunit/php-invoker": "^3.1", -# "phpunit/php-text-template": "^2.0.2", -# "phpunit/php-timer": "^5.0.1", -# "sebastian/cli-parser": "^1.0", -# "sebastian/code-unit": "^1.0.5", -# "sebastian/comparator": "^4.0.3", -# "sebastian/diff": "^4.0.2", -# "sebastian/environment": "^5.1.2", -# "sebastian/exporter": "^4.0.2", -# "sebastian/global-state": "^5.0", -# "sebastian/object-enumerator": "^4.0.2", -# "sebastian/resource-operations": "^3.0.2", -# "sebastian/type": "^2.2.1", -# "sebastian/version": "^3.0.1" +# "phpunit/php-file-iterator": "^3.0.5", +# "phpunit/php-invoker": "^3.1.1", +# "phpunit/php-text-template": "^2.0.3", +# "phpunit/php-timer": "^5.0.2", +# "sebastian/cli-parser": "^1.0.1", +# "sebastian/code-unit": "^1.0.6", +# "sebastian/comparator": "^4.0.5", +# "sebastian/diff": "^4.0.3", +# "sebastian/environment": "^5.1.3", +# "sebastian/exporter": "^4.0.3", +# "sebastian/global-state": "^5.0.1", +# "sebastian/object-enumerator": "^4.0.3", +# "sebastian/resource-operations": "^3.0.3", +# "sebastian/type": "^2.3", +# "sebastian/version": "^3.0.2" Requires: php(language) >= 7.3 Requires: php-cli Requires: php-dom @@ -112,7 +112,7 @@ Requires: (php-composer(doctrine/instantiator) >= 1.3.1 with php-c Requires: (php-composer(myclabs/deep-copy) >= 1.10.1 with php-composer(myclabs/deep-copy) < 2) Requires: (php-composer(phar-io/manifest) >= 2.0.1 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.11.1 with php-composer(phpspec/prophecy) < 2) +Requires: (php-composer(phpspec/prophecy) >= 1.12.1 with php-composer(phpspec/prophecy) < 2) Requires: (php-composer(phpunit/php-code-coverage) >= 9.2 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) @@ -120,14 +120,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.3 with php-composer(sebastian/comparator) < 5) +Requires: (php-composer(sebastian/comparator) >= 4.0.5 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/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.2.1 with php-composer(sebastian/type) < 3) +Requires: (php-composer(sebastian/type) >= 2.3 with php-composer(sebastian/type) < 3) Requires: (php-composer(sebastian/version) >= 3.0.1 with php-composer(sebastian/version) < 4) # From composer.json, "suggest": { # "ext-soap": "*", @@ -232,6 +232,8 @@ sed -e 's:%{php_home}/%{ns_vendor}:%{buildroot}%{php_home}/%{ns_vendor}:' -i php ret=0 for cmd in php php73 php74 php80; do if which $cmd; then + VER=$($cmd -r 'echo PHP_VERSION_ID;') + [ $VER -ge 80000 ] && OPT="$OPT --filter '^((?!(testStaticReturnTypeIsDoubledCorrectly|testNullableStaticReturnTypeIsDoubledCorrectly|testUnionReturnTypeWithStaticIsDoubledCorrectly)).)*$'" $cmd ./phpunit $OPT --verbose || ret=1 fi done @@ -247,6 +249,9 @@ exit $ret %changelog +* Mon Oct 12 2020 Remi Collet - 9.4.1-1 +- update to 9.4.1 + * Fri Oct 2 2020 Remi Collet - 9.4.0-1 - update to 9.4.0 - raise dependency on phpunit/php-code-coverage 9.2 diff --git a/sources b/sources index b1ff5bf..6ca99d8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit9-9.4.0-ef53346.tgz) = 896bc28e5634de2358505d0d9467d9abe6d6145442529889fb670120645430b3aee1a9979c3b21de91383d88d0527eb5303e26f251eeec15bf149e62e1624830 +SHA512 (phpunit9-9.4.1-1f09a12.tgz) = d99da9181b57795123edf494adcfcb8ea6638a13b6f6ec10c12c2c95bd977b8725db942235e61c3f132de5bfe07d6a8cbb77e4eef001bab9aecdcc0810a41d11 From e520120d4a9fd7e02be4d60b4e58d57249a7844f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Oct 2020 15:08:29 +0200 Subject: [PATCH 03/15] v9.4.2 (cherry picked from commit 0c9acbb9394a07a4c0443337a1e8c475385b7d9c) --- .gitignore | 1 + phpunit9.spec | 9 +++++---- sources | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 0943f5c..8b4a6ed 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /phpunit9-9.3.11-f7316ea.tgz /phpunit9-9.4.0-ef53346.tgz /phpunit9-9.4.1-1f09a12.tgz +/phpunit9-9.4.2-3866b2e.tgz diff --git a/phpunit9.spec b/phpunit9.spec index fb924a7..958ae73 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 1f09a12726593737e8a228ebb1c8647305d07c41 +%global gh_commit 3866b2eeeed21b1b099c4bc0b7a1690ac6fd5baa #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -27,7 +27,7 @@ %global specrel 1 Name: %{pk_project}%{ver_major} -Version: 9.4.1 +Version: 9.4.2 Release: %{?gh_date:1%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist} Summary: The PHP Unit Testing framework version %{ver_major} @@ -232,8 +232,6 @@ sed -e 's:%{php_home}/%{ns_vendor}:%{buildroot}%{php_home}/%{ns_vendor}:' -i php ret=0 for cmd in php php73 php74 php80; do if which $cmd; then - VER=$($cmd -r 'echo PHP_VERSION_ID;') - [ $VER -ge 80000 ] && OPT="$OPT --filter '^((?!(testStaticReturnTypeIsDoubledCorrectly|testNullableStaticReturnTypeIsDoubledCorrectly|testUnionReturnTypeWithStaticIsDoubledCorrectly)).)*$'" $cmd ./phpunit $OPT --verbose || ret=1 fi done @@ -249,6 +247,9 @@ exit $ret %changelog +* Mon Oct 19 2020 Remi Collet - 9.4.2-1 +- update to 9.4.2 + * Mon Oct 12 2020 Remi Collet - 9.4.1-1 - update to 9.4.1 diff --git a/sources b/sources index 6ca99d8..67d3865 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit9-9.4.1-1f09a12.tgz) = d99da9181b57795123edf494adcfcb8ea6638a13b6f6ec10c12c2c95bd977b8725db942235e61c3f132de5bfe07d6a8cbb77e4eef001bab9aecdcc0810a41d11 +SHA512 (phpunit9-9.4.2-3866b2e.tgz) = 3459c06e2cc193804a47a645704e14964c8b426f85037aab0174a945e3062883a6f6e2fb0a11ad7017fb0824a1ae1e866f6ad0477ef79de12401d4d0220ef2fe From 8a25eddf513408b3a4c6615118771844c34c6c75 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 12 Nov 2020 08:35:42 +0100 Subject: [PATCH 04/15] v9.4.3 (cherry picked from commit cbb5aac27fe8b3f4963561b3fc013e395490f1ad) --- .gitignore | 1 + phpunit9.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8b4a6ed..abc6f3c 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /phpunit9-9.4.0-ef53346.tgz /phpunit9-9.4.1-1f09a12.tgz /phpunit9-9.4.2-3866b2e.tgz +/phpunit9-9.4.3-9fa359f.tgz diff --git a/phpunit9.spec b/phpunit9.spec index 958ae73..802369f 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 3866b2eeeed21b1b099c4bc0b7a1690ac6fd5baa +%global gh_commit 9fa359ff5ddaa5eb2be2bedb08a6a5787a5807ab #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -27,7 +27,7 @@ %global specrel 1 Name: %{pk_project}%{ver_major} -Version: 9.4.2 +Version: 9.4.3 Release: %{?gh_date:1%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist} Summary: The PHP Unit Testing framework version %{ver_major} @@ -247,6 +247,9 @@ exit $ret %changelog +* Tue Nov 10 2020 Remi Collet - 9.4.3-1 +- update to 9.4.3 + * Mon Oct 19 2020 Remi Collet - 9.4.2-1 - update to 9.4.2 diff --git a/sources b/sources index 67d3865..3e554d2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit9-9.4.2-3866b2e.tgz) = 3459c06e2cc193804a47a645704e14964c8b426f85037aab0174a945e3062883a6f6e2fb0a11ad7017fb0824a1ae1e866f6ad0477ef79de12401d4d0220ef2fe +SHA512 (phpunit9-9.4.3-9fa359f.tgz) = 4e2f8539d74201bda4912a8e7e0fe929e5d97e146c7eccc0ddeec90928df9e281468c9002393439addfa31d55c09e858ff49531b27b8251b510c89b35f0f5afb From 4e304f7e01aa13d492c8f300634d5d0714a16a83 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 1 Dec 2020 08:27:22 +0100 Subject: [PATCH 05/15] v9.4.4 (cherry picked from commit 96a6751a1d0cd14a3eabdd7f8cb4bbbea4f7e219) --- .gitignore | 1 + phpunit9.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index abc6f3c..db9477a 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /phpunit9-9.4.1-1f09a12.tgz /phpunit9-9.4.2-3866b2e.tgz /phpunit9-9.4.3-9fa359f.tgz +/phpunit9-9.4.4-6535e63.tgz diff --git a/phpunit9.spec b/phpunit9.spec index 802369f..ffdbe0d 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 9fa359ff5ddaa5eb2be2bedb08a6a5787a5807ab +%global gh_commit 6535e637961f0829832621dc1b7308c2d24a799e #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -27,7 +27,7 @@ %global specrel 1 Name: %{pk_project}%{ver_major} -Version: 9.4.3 +Version: 9.4.4 Release: %{?gh_date:1%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist} Summary: The PHP Unit Testing framework version %{ver_major} @@ -247,6 +247,9 @@ exit $ret %changelog +* Tue Dec 1 2020 Remi Collet - 9.4.4-1 +- update to 9.4.4 + * Tue Nov 10 2020 Remi Collet - 9.4.3-1 - update to 9.4.3 diff --git a/sources b/sources index 3e554d2..878ae4e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit9-9.4.3-9fa359f.tgz) = 4e2f8539d74201bda4912a8e7e0fe929e5d97e146c7eccc0ddeec90928df9e281468c9002393439addfa31d55c09e858ff49531b27b8251b510c89b35f0f5afb +SHA512 (phpunit9-9.4.4-6535e63.tgz) = 7dd6d148a3a2bae0c7558f73cf95012c4b685dc57cc08d4954a09b9dddc7ddc3e4f42f708b8ebf0223798554262dea4a73122d8cf8f50008fe36cdfd4b8f09ca From c92b1b9f1e1a23e1bec24b910ae11195532486dc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 7 Dec 2020 11:55:06 +0100 Subject: [PATCH 06/15] update to 9.5.0 raise dependency on phpunit/php-code-coverage 9.2.3 (cherry picked from commit 01f20e632d40885083327affe0bf70862154fb9f) --- .gitignore | 1 + phpunit9.spec | 16 ++++++++++------ sources | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index db9477a..66b7c20 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /phpunit9-9.4.2-3866b2e.tgz /phpunit9-9.4.3-9fa359f.tgz /phpunit9-9.4.4-6535e63.tgz +/phpunit9-9.5.0-8e16c22.tgz diff --git a/phpunit9.spec b/phpunit9.spec index ffdbe0d..cab49c7 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 6535e637961f0829832621dc1b7308c2d24a799e +%global gh_commit 8e16c225d57c3d6808014df6b1dd7598d0a5bbbe #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -23,11 +23,11 @@ %global ns_vendor PHPUnit9 %global php_home %{_datadir}/php %global ver_major 9 -%global ver_minor 4 +%global ver_minor 5 %global specrel 1 Name: %{pk_project}%{ver_major} -Version: 9.4.4 +Version: 9.5.0 Release: %{?gh_date:1%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist} Summary: The PHP Unit Testing framework version %{ver_major} @@ -46,7 +46,7 @@ BuildRequires: (php-composer(myclabs/deep-copy) >= 1.10.1 with php-c BuildRequires: (php-composer(phar-io/manifest) >= 2.0.1 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 with php-composer(phpunit/php-code-coverage) < 10) +BuildRequires: (php-composer(phpunit/php-code-coverage) >= 9.2.3 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) @@ -84,7 +84,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "phar-io/manifest": "^2.0.1", # "phar-io/version": "^3.0.2", # "phpspec/prophecy": "^1.12.1", -# "phpunit/php-code-coverage": "^9.2", +# "phpunit/php-code-coverage": "^9.2.3", # "phpunit/php-file-iterator": "^3.0.5", # "phpunit/php-invoker": "^3.1.1", # "phpunit/php-text-template": "^2.0.3", @@ -113,7 +113,7 @@ Requires: (php-composer(myclabs/deep-copy) >= 1.10.1 with php-c Requires: (php-composer(phar-io/manifest) >= 2.0.1 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 with php-composer(phpunit/php-code-coverage) < 10) +Requires: (php-composer(phpunit/php-code-coverage) >= 9.2.3 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) @@ -247,6 +247,10 @@ exit $ret %changelog +* Fri Dec 4 2020 Remi Collet - 9.5.0-1 +- update to 9.5.0 +- raise dependency on phpunit/php-code-coverage 9.2.3 + * Tue Dec 1 2020 Remi Collet - 9.4.4-1 - update to 9.4.4 diff --git a/sources b/sources index 878ae4e..bdc2890 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit9-9.4.4-6535e63.tgz) = 7dd6d148a3a2bae0c7558f73cf95012c4b685dc57cc08d4954a09b9dddc7ddc3e4f42f708b8ebf0223798554262dea4a73122d8cf8f50008fe36cdfd4b8f09ca +SHA512 (phpunit9-9.5.0-8e16c22.tgz) = 624ef994577ca2cab5839772a44bca795c3cff05be42aa1032ccfcd2866327f607332f255d8d6ed55269d66c2360c37bb7d69fb6eb8ab5d7cf28d83c0b3327a6 From 9b246c1578ed86c986a9db89c469d24334e7a332 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 4 Feb 2021 07:01:07 +0100 Subject: [PATCH 07/15] v9.5.2 (cherry picked from commit 4cfaee29d06cf0f6a960ee43eda723bb7fa27a64) --- .gitignore | 1 + phpunit9.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 66b7c20..fd17330 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /phpunit9-9.4.3-9fa359f.tgz /phpunit9-9.4.4-6535e63.tgz /phpunit9-9.5.0-8e16c22.tgz +/phpunit9-9.5.2-f661659.tgz diff --git a/phpunit9.spec b/phpunit9.spec index cab49c7..5c87a31 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for phpunit9 # -# Copyright (c) 2010-2020 Remi Collet +# Copyright (c) 2010-2021 Remi Collet # # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 8e16c225d57c3d6808014df6b1dd7598d0a5bbbe +%global gh_commit f661659747f2f87f9e72095bb207bceb0f151cb4 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -27,7 +27,7 @@ %global specrel 1 Name: %{pk_project}%{ver_major} -Version: 9.5.0 +Version: 9.5.2 Release: %{?gh_date:1%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist} Summary: The PHP Unit Testing framework version %{ver_major} @@ -247,6 +247,9 @@ exit $ret %changelog +* Wed Feb 3 2021 Remi Collet - 9.5.2-1 +- update to 9.5.2 + * Fri Dec 4 2020 Remi Collet - 9.5.0-1 - update to 9.5.0 - raise dependency on phpunit/php-code-coverage 9.2.3 diff --git a/sources b/sources index bdc2890..b4ca32c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit9-9.5.0-8e16c22.tgz) = 624ef994577ca2cab5839772a44bca795c3cff05be42aa1032ccfcd2866327f607332f255d8d6ed55269d66c2360c37bb7d69fb6eb8ab5d7cf28d83c0b3327a6 +SHA512 (phpunit9-9.5.2-f661659.tgz) = c8879717ea9adf5e4ad7317253cf7b0dc8eb9bb3d1357a145e79dd20d2f495fa07b5bd6f9b0b5a4b81d2c9a9068e1258c2db8d6089c702960448a5b8ff9c96d6 From 216be8962c9b822d07dbeacb927562a86115989d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 17 Mar 2021 10:36:28 +0100 Subject: [PATCH 08/15] v9.5.3 (cherry picked from commit 66b64a58f3ded18c0b48d415896fe403d1f2a689) --- .gitignore | 1 + makesrc.sh | 36 ++++++++++++++++++++---------------- phpunit9.spec | 17 +++++++++++------ sources | 2 +- 4 files changed, 33 insertions(+), 23 deletions(-) diff --git a/.gitignore b/.gitignore index fd17330..50f63fc 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /phpunit9-9.4.4-6535e63.tgz /phpunit9-9.5.0-8e16c22.tgz /phpunit9-9.5.2-f661659.tgz +/phpunit9-9.5.3-27241ac.tgz diff --git a/makesrc.sh b/makesrc.sh index 8152336..3580b58 100755 --- a/makesrc.sh +++ b/makesrc.sh @@ -1,28 +1,32 @@ #!/bin/bash NAME=$(basename $PWD) -OWNER=$(sed -n '/^%global gh_vendor/{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 '/^Version:/{s/.* //;p}' $NAME.spec) +VERSION=$(sed -n '/^%global upstream_version/{s/.* //;p}' $NAME.spec) COMMIT=$(sed -n '/^%global gh_commit/{s/.* //;p}' $NAME.spec) SHORT=${COMMIT:0:7} -echo -e "\nCreate git snapshot\nName=$NAME, Owner=$OWNER, Project=$PROJECT, Version=$VERSION\n" +if [ -f $NAME-$VERSION-$SHORT.tgz ]; then + echo "$NAME-$VERSION-$SHORT.tgz already there" +else + echo -e "\nCreate git snapshot\nName=$NAME, Owner=$OWNER, Project=$PROJECT, Version=$VERSION\n" -echo "Cloning..." -rm -rf $PROJECT-$COMMIT -git clone https://github.com/$OWNER/$PROJECT.git $PROJECT-$COMMIT + echo "Cloning..." + rm -rf $PROJECT-$COMMIT + git clone https://github.com/$OWNER/$PROJECT.git $PROJECT-$COMMIT -echo "Getting commit..." -pushd $PROJECT-$COMMIT -git checkout $COMMIT -cp composer.json ../composer.json -popd + echo "Getting commit..." + pushd $PROJECT-$COMMIT + git checkout $COMMIT || exit1 + cp composer.json ../composer.json + popd -echo "Archiving..." -tar czf $NAME-$VERSION-$SHORT.tgz --exclude-vcs --exclude tools $PROJECT-$COMMIT + echo "Archiving..." + tar czf $NAME-$VERSION-$SHORT.tgz --exclude-vcs --exclude tools $PROJECT-$COMMIT -echo "Cleaning..." -rm -rf $PROJECT-$COMMIT + echo "Cleaning..." + rm -rf $PROJECT-$COMMIT -echo "Done." + echo "Done." +fi diff --git a/phpunit9.spec b/phpunit9.spec index 5c87a31..0107fa7 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,10 +11,10 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit f661659747f2f87f9e72095bb207bceb0f151cb4 +%global gh_commit 27241ac75fc37ecf862b6e002bf713b6566cbe41 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_vendor sebastianbergmann +%global gh_owner sebastianbergmann %global gh_project phpunit # Packagist %global pk_vendor phpunit @@ -24,16 +24,18 @@ %global php_home %{_datadir}/php %global ver_major 9 %global ver_minor 5 -%global specrel 1 + +%global upstream_version 9.5.3 +#global upstream_prever dev Name: %{pk_project}%{ver_major} -Version: 9.5.2 -Release: %{?gh_date:1%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist} +Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} +Release: 1%{?dist} Summary: The PHP Unit Testing framework version %{ver_major} License: BSD URL: https://github.com/%{gh_vendor}/%{gh_project} -Source0: %{name}-%{version}-%{gh_short}.tgz +Source0: %{name}-%{upstream_version}-%{gh_short}.tgz Source1: makesrc.sh # Fix command for autoload @@ -247,6 +249,9 @@ exit $ret %changelog +* Wed Mar 17 2021 Remi Collet - 9.5.3-1 +- update to 9.5.3 + * Wed Feb 3 2021 Remi Collet - 9.5.2-1 - update to 9.5.2 diff --git a/sources b/sources index b4ca32c..17cdf1f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit9-9.5.2-f661659.tgz) = c8879717ea9adf5e4ad7317253cf7b0dc8eb9bb3d1357a145e79dd20d2f495fa07b5bd6f9b0b5a4b81d2c9a9068e1258c2db8d6089c702960448a5b8ff9c96d6 +SHA512 (phpunit9-9.5.3-27241ac.tgz) = e1ea3783d045590dcee6f3ccb4971cd33062e670607f1bfeb4b13b60520451d46d771d4edc707abe938bb49c1f2d4cc5631223b1a0fcec0e930b612930f73508 From 6c53d697aecef4704d3ca945b3364262215a6bc2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 23 Mar 2021 08:45:07 +0100 Subject: [PATCH 09/15] v9.5.4 (cherry picked from commit 523daf1eaad9a79cca7ccb14801cdaf10469632a) --- .gitignore | 1 + phpunit9.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 50f63fc..f2c9023 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /phpunit9-9.5.0-8e16c22.tgz /phpunit9-9.5.2-f661659.tgz /phpunit9-9.5.3-27241ac.tgz +/phpunit9-9.5.4-c73c673.tgz diff --git a/phpunit9.spec b/phpunit9.spec index 0107fa7..008db40 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 27241ac75fc37ecf862b6e002bf713b6566cbe41 +%global gh_commit c73c6737305e779771147af66c96ca6a7ed8a741 #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.3 +%global upstream_version 9.5.4 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -249,6 +249,9 @@ exit $ret %changelog +* Tue Mar 23 2021 Remi Collet - 9.5.4-1 +- update to 9.5.4 + * Wed Mar 17 2021 Remi Collet - 9.5.3-1 - update to 9.5.3 diff --git a/sources b/sources index 17cdf1f..c3f4f94 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit9-9.5.3-27241ac.tgz) = e1ea3783d045590dcee6f3ccb4971cd33062e670607f1bfeb4b13b60520451d46d771d4edc707abe938bb49c1f2d4cc5631223b1a0fcec0e930b612930f73508 +SHA512 (phpunit9-9.5.4-c73c673.tgz) = 78a77632ca721a8ea37e23b52589c8ad5e00212291c84dcf2d0b335cc299d1ee9f1abf440a754c4e986ed485365f5ce9e0fd67dfacd5ffe866ff7fc5abf8101c From 75e2e814fa6ca2d8d0d57c07f47c0ae761f81061 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 7 Jun 2021 07:55:07 +0200 Subject: [PATCH 10/15] update to 9.5.5 raise dependency on sebastian/type 2.3.2 (cherry picked from commit 7687f201653b97b503580a7fc6a1ff65494f2cb7) --- .gitignore | 1 + phpunit9-rpm.patch | 29 ++++++++++++++++++----------- phpunit9.spec | 14 +++++++++----- sources | 2 +- 4 files changed, 29 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index f2c9023..78f31e1 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /phpunit9-9.5.2-f661659.tgz /phpunit9-9.5.3-27241ac.tgz /phpunit9-9.5.4-c73c673.tgz +/phpunit9-9.5.5-89ff45e.tgz diff --git a/phpunit9-rpm.patch b/phpunit9-rpm.patch index b6ccbc5..d3c313b 100644 --- a/phpunit9-rpm.patch +++ b/phpunit9-rpm.patch @@ -1,6 +1,6 @@ diff -up ./phpunit.rpm ./phpunit ---- ./phpunit.rpm 2020-08-10 12:02:07.000000000 +0200 -+++ ./phpunit 2020-08-10 12:02:22.089870229 +0200 +--- ./phpunit.rpm 2021-06-07 07:17:56.000000000 +0200 ++++ ./phpunit 2021-06-07 07:18:25.769837276 +0200 @@ -27,25 +27,12 @@ if (!ini_get('date.timezone')) { ini_set('date.timezone', 'UTC'); } @@ -44,8 +44,8 @@ diff -up ./phpunit.rpm ./phpunit + PHPUnit\TextUI\Command::main(); // PHPUnit v6 or newer +} diff -up ./src/Util/Xml/SchemaFinder.php.rpm ./src/Util/Xml/SchemaFinder.php ---- ./src/Util/Xml/SchemaFinder.php.rpm 2020-08-10 12:02:22.089870229 +0200 -+++ ./src/Util/Xml/SchemaFinder.php 2020-08-10 12:06:11.098559995 +0200 +--- ./src/Util/Xml/SchemaFinder.php.rpm 2021-06-07 07:17:56.000000000 +0200 ++++ ./src/Util/Xml/SchemaFinder.php 2021-06-07 07:18:25.769837276 +0200 @@ -48,6 +48,6 @@ final class SchemaFinder return __PHPUNIT_PHAR_ROOT__ . '/'; } @@ -55,14 +55,21 @@ diff -up ./src/Util/Xml/SchemaFinder.php.rpm ./src/Util/Xml/SchemaFinder.php } } diff -up ./tests/bootstrap.php.rpm ./tests/bootstrap.php ---- ./tests/bootstrap.php.rpm 2020-08-10 12:02:07.000000000 +0200 -+++ ./tests/bootstrap.php 2020-08-10 12:02:22.089870229 +0200 -@@ -14,4 +14,8 @@ if (!\defined('TEST_FILES_PATH')) { - \ini_set('precision', '14'); - \ini_set('serialize_precision', '14'); +--- ./tests/bootstrap.php.rpm 2021-06-07 07:18:25.769837276 +0200 ++++ ./tests/bootstrap.php 2021-06-07 07:19:32.888583752 +0200 +@@ -8,7 +8,7 @@ + * file that was distributed with this source code. + */ + if (!defined('PHPUNIT_COMPOSER_INSTALL')) { +- define('PHPUNIT_COMPOSER_INSTALL', dirname(__DIR__) . '/vendor/autoload.php'); ++ define('PHPUNIT_COMPOSER_INSTALL', '@PATH@/autoload.php'); + } --require_once __DIR__ . '/../vendor/autoload.php'; -+require_once '@PATH@/autoload.php'; + if (!defined('TEST_FILES_PATH')) { +@@ -19,3 +19,7 @@ ini_set('precision', '14'); + ini_set('serialize_precision', '14'); + + require_once PHPUNIT_COMPOSER_INSTALL; +require_once __DIR__ . '/_files/CoverageNamespacedFunctionTest.php'; +require_once __DIR__ . '/_files/CoveredFunction.php'; +require_once __DIR__ . '/_files/NamespaceCoveredFunction.php'; diff --git a/phpunit9.spec b/phpunit9.spec index 008db40..f821471 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit c73c6737305e779771147af66c96ca6a7ed8a741 +%global gh_commit 89ff45ea9d70e35522fb6654a2ebc221158de276 #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.4 +%global upstream_version 9.5.5 #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 with php-composer(sebastian/type) < 3) +BuildRequires: (php-composer(sebastian/type) >= 2.3.2 with php-composer(sebastian/type) < 3) 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", +# "sebastian/type": "^2.3.2", # "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 with php-composer(sebastian/type) < 3) +Requires: (php-composer(sebastian/type) >= 2.3.2 with php-composer(sebastian/type) < 3) Requires: (php-composer(sebastian/version) >= 3.0.1 with php-composer(sebastian/version) < 4) # From composer.json, "suggest": { # "ext-soap": "*", @@ -249,6 +249,10 @@ exit $ret %changelog +* Mon Jun 7 2021 Remi Collet - 9.5.5-1 +- update to 9.5.5 +- raise dependency on sebastian/type 2.3.2 + * Tue Mar 23 2021 Remi Collet - 9.5.4-1 - update to 9.5.4 diff --git a/sources b/sources index c3f4f94..87bb06b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit9-9.5.4-c73c673.tgz) = 78a77632ca721a8ea37e23b52589c8ad5e00212291c84dcf2d0b335cc299d1ee9f1abf440a754c4e986ed485365f5ce9e0fd67dfacd5ffe866ff7fc5abf8101c +SHA512 (phpunit9-9.5.5-89ff45e.tgz) = d1ef4fbdcc4be127adf4b4a14f91d301ef6d045133d090fd70b837e2287e2f90a0a309c28443bf2a87413b681341c6a7ee5476159a4e3bcedcd8ad3c72e53d87 From c2857b4c475df1f6b68e3f93a6409edc3039fc46 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 23 Jun 2021 09:58:47 +0200 Subject: [PATCH 11/15] v9.5.6 (cherry picked from commit 6f615b81e795bb61a5190070d14cfb0b8d27dd37) --- .gitignore | 1 + phpunit9.spec | 13 ++++++++----- sources | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 78f31e1..942088e 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /phpunit9-9.5.3-27241ac.tgz /phpunit9-9.5.4-c73c673.tgz /phpunit9-9.5.5-89ff45e.tgz +/phpunit9-9.5.6-fb9b833.tgz diff --git a/phpunit9.spec b/phpunit9.spec index f821471..667308b 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 89ff45ea9d70e35522fb6654a2ebc221158de276 +%global gh_commit fb9b8333f14e3dce976a60ef6a7e05c7c7ed8bfb #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.5 +%global upstream_version 9.5.6 #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.2 with php-composer(sebastian/type) < 3) +BuildRequires: (php-composer(sebastian/type) >= 2.3.4 with php-composer(sebastian/type) < 3) 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.2", +# "sebastian/type": "^2.3.4", # "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.2 with php-composer(sebastian/type) < 3) +Requires: (php-composer(sebastian/type) >= 2.3.4 with php-composer(sebastian/type) < 3) Requires: (php-composer(sebastian/version) >= 3.0.1 with php-composer(sebastian/version) < 4) # From composer.json, "suggest": { # "ext-soap": "*", @@ -249,6 +249,9 @@ exit $ret %changelog +* Wed Jun 23 2021 Remi Collet - 9.5.6-1 +- update to 9.5.6 + * Mon Jun 7 2021 Remi Collet - 9.5.5-1 - update to 9.5.5 - raise dependency on sebastian/type 2.3.2 diff --git a/sources b/sources index 87bb06b..8986c81 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit9-9.5.5-89ff45e.tgz) = d1ef4fbdcc4be127adf4b4a14f91d301ef6d045133d090fd70b837e2287e2f90a0a309c28443bf2a87413b681341c6a7ee5476159a4e3bcedcd8ad3c72e53d87 +SHA512 (phpunit9-9.5.6-fb9b833.tgz) = e7c13231a5ed9ed30e3485a715cc44f51a2e3ce23020d7b644884eac262daf1b0d28495d73cef4921075c12d9d393f243d828329c8d9c17c9af625da888baab2 From aeb412be6f668cca28b93ef731c6e1e3f10281f6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Jul 2021 14:17:16 +0200 Subject: [PATCH 12/15] v9.5.7 (cherry picked from commit 505a555fd67bab14bb5aceee085ea949eee41fd4) --- .gitignore | 1 + phpunit9.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 942088e..de7e88f 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /phpunit9-9.5.4-c73c673.tgz /phpunit9-9.5.5-89ff45e.tgz /phpunit9-9.5.6-fb9b833.tgz +/phpunit9-9.5.7-d0dc8b6.tgz diff --git a/phpunit9.spec b/phpunit9.spec index 667308b..e436f99 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit fb9b8333f14e3dce976a60ef6a7e05c7c7ed8bfb +%global gh_commit d0dc8b6999c937616df4fb046792004b33fd31c5 #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.6 +%global upstream_version 9.5.7 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -249,6 +249,9 @@ exit $ret %changelog +* Mon Jul 19 2021 Remi Collet - 9.5.7-1 +- update to 9.5.7 + * Wed Jun 23 2021 Remi Collet - 9.5.6-1 - update to 9.5.6 diff --git a/sources b/sources index 8986c81..e3379b3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit9-9.5.6-fb9b833.tgz) = e7c13231a5ed9ed30e3485a715cc44f51a2e3ce23020d7b644884eac262daf1b0d28495d73cef4921075c12d9d393f243d828329c8d9c17c9af625da888baab2 +SHA512 (phpunit9-9.5.7-d0dc8b6.tgz) = 9905b3c4af10015c28c125b2a0f90556912f322b96e3edbd6ba7c7f94cf84857615dffe6177deca77342a7a95487df4a8bc9814aa56f8e16bdf67ff01299c891 From ef6ab790390243c7f9841e8c9c252e0067752dff Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 2 Aug 2021 09:42:17 +0200 Subject: [PATCH 13/15] update to 9.5.8 raise dependency on phar-io/manifest 2.0.3 (cherry picked from commit 680d481a3c4ed275833aca5b00fb2746ace8c1d1) (cherry picked from commit ac26ec57a2ceab7ccb1aca2cf612ac4c2f8690ca) --- .gitignore | 1 + phpunit9-rpm.patch | 55 +++++++++++++++++++++++++++------------------- phpunit9.spec | 14 +++++++----- sources | 2 +- 4 files changed, 44 insertions(+), 28 deletions(-) diff --git a/.gitignore b/.gitignore index de7e88f..47cc797 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /phpunit9-9.5.5-89ff45e.tgz /phpunit9-9.5.6-fb9b833.tgz /phpunit9-9.5.7-d0dc8b6.tgz +/phpunit9-9.5.8-191768c.tgz diff --git a/phpunit9-rpm.patch b/phpunit9-rpm.patch index d3c313b..d52fde6 100644 --- a/phpunit9-rpm.patch +++ b/phpunit9-rpm.patch @@ -1,7 +1,7 @@ diff -up ./phpunit.rpm ./phpunit ---- ./phpunit.rpm 2021-06-07 07:17:56.000000000 +0200 -+++ ./phpunit 2021-06-07 07:18:25.769837276 +0200 -@@ -27,25 +27,12 @@ if (!ini_get('date.timezone')) { +--- ./phpunit.rpm 2021-08-02 09:09:31.000000000 +0200 ++++ ./phpunit 2021-08-02 09:09:33.927568458 +0200 +@@ -58,25 +58,12 @@ if (!ini_get('date.timezone')) { ini_set('date.timezone', 'UTC'); } @@ -33,7 +33,7 @@ diff -up ./phpunit.rpm ./phpunit } $options = getopt('', array('prepend:')); -@@ -58,4 +45,8 @@ unset($options); +@@ -89,4 +76,8 @@ unset($options); require PHPUNIT_COMPOSER_INSTALL; @@ -44,8 +44,8 @@ diff -up ./phpunit.rpm ./phpunit + PHPUnit\TextUI\Command::main(); // PHPUnit v6 or newer +} diff -up ./src/Util/Xml/SchemaFinder.php.rpm ./src/Util/Xml/SchemaFinder.php ---- ./src/Util/Xml/SchemaFinder.php.rpm 2021-06-07 07:17:56.000000000 +0200 -+++ ./src/Util/Xml/SchemaFinder.php 2021-06-07 07:18:25.769837276 +0200 +--- ./src/Util/Xml/SchemaFinder.php.rpm 2021-08-02 09:09:31.000000000 +0200 ++++ ./src/Util/Xml/SchemaFinder.php 2021-08-02 09:09:33.927568458 +0200 @@ -48,6 +48,6 @@ final class SchemaFinder return __PHPUNIT_PHAR_ROOT__ . '/'; } @@ -55,22 +55,33 @@ diff -up ./src/Util/Xml/SchemaFinder.php.rpm ./src/Util/Xml/SchemaFinder.php } } diff -up ./tests/bootstrap.php.rpm ./tests/bootstrap.php ---- ./tests/bootstrap.php.rpm 2021-06-07 07:18:25.769837276 +0200 -+++ ./tests/bootstrap.php 2021-06-07 07:19:32.888583752 +0200 -@@ -8,7 +8,7 @@ - * file that was distributed with this source code. +--- ./tests/bootstrap.php.rpm 2021-08-02 09:09:33.928568455 +0200 ++++ ./tests/bootstrap.php 2021-08-02 09:10:37.377383177 +0200 +@@ -9,8 +9,8 @@ */ - if (!defined('PHPUNIT_COMPOSER_INSTALL')) { -- define('PHPUNIT_COMPOSER_INSTALL', dirname(__DIR__) . '/vendor/autoload.php'); -+ define('PHPUNIT_COMPOSER_INSTALL', '@PATH@/autoload.php'); + const TEST_FILES_PATH = __DIR__ . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR; + +-$composer = file_exists(__DIR__ . '/../vendor/autoload.php'); +-$phar = file_exists(__DIR__ . '/autoload.php'); ++$composer = true; ++$phar = false; + + if ($composer && $phar) { + print 'More than one test fixture autoloader is available, exiting.' . PHP_EOL; +@@ -26,10 +26,14 @@ if (!$composer && !$phar) { + + if ($composer) { + if (!defined('PHPUNIT_COMPOSER_INSTALL')) { +- define('PHPUNIT_COMPOSER_INSTALL', dirname(__DIR__) . '/vendor/autoload.php'); ++ define('PHPUNIT_COMPOSER_INSTALL', '@PATH@/autoload.php'); + } + +- require_once __DIR__ . '/../vendor/autoload.php'; ++ require_once PHPUNIT_COMPOSER_INSTALL; ++ require_once __DIR__ . '/_files/CoverageNamespacedFunctionTest.php'; ++ require_once __DIR__ . '/_files/CoveredFunction.php'; ++ require_once __DIR__ . '/_files/NamespaceCoveredFunction.php'; ++ require_once __DIR__ . '/autoload.php'; } - if (!defined('TEST_FILES_PATH')) { -@@ -19,3 +19,7 @@ ini_set('precision', '14'); - ini_set('serialize_precision', '14'); - - require_once PHPUNIT_COMPOSER_INSTALL; -+require_once __DIR__ . '/_files/CoverageNamespacedFunctionTest.php'; -+require_once __DIR__ . '/_files/CoveredFunction.php'; -+require_once __DIR__ . '/_files/NamespaceCoveredFunction.php'; -+require_once __DIR__ . '/autoload.php'; + if ($phar) { diff --git a/phpunit9.spec b/phpunit9.spec index e436f99..6abb663 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit d0dc8b6999c937616df4fb046792004b33fd31c5 +%global gh_commit 191768ccd5c85513b4068bdbe99bb6390c7d54fb #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.7 +%global upstream_version 9.5.8 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -45,7 +45,7 @@ BuildArch: noarch BuildRequires: php(language) >= 7.3 BuildRequires: (php-composer(doctrine/instantiator) >= 1.3.1 with php-composer(doctrine/instantiator) < 2) BuildRequires: (php-composer(myclabs/deep-copy) >= 1.10.1 with php-composer(myclabs/deep-copy) < 2) -BuildRequires: (php-composer(phar-io/manifest) >= 2.0.1 with php-composer(phar-io/manifest) < 3) +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.3 with php-composer(phpunit/php-code-coverage) < 10) @@ -83,7 +83,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "ext-xmlwriter": "*", # "doctrine/instantiator": "^1.3.1", # "myclabs/deep-copy": "^1.10.1", -# "phar-io/manifest": "^2.0.1", +# "phar-io/manifest": "^2.0.3", # "phar-io/version": "^3.0.2", # "phpspec/prophecy": "^1.12.1", # "phpunit/php-code-coverage": "^9.2.3", @@ -112,7 +112,7 @@ Requires: php-xml Requires: php-xmlwriter Requires: (php-composer(doctrine/instantiator) >= 1.3.1 with php-composer(doctrine/instantiator) < 2) Requires: (php-composer(myclabs/deep-copy) >= 1.10.1 with php-composer(myclabs/deep-copy) < 2) -Requires: (php-composer(phar-io/manifest) >= 2.0.1 with php-composer(phar-io/manifest) < 3) +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.3 with php-composer(phpunit/php-code-coverage) < 10) @@ -249,6 +249,10 @@ exit $ret %changelog +* Mon Aug 2 2021 Remi Collet - 9.5.8-1 +- update to 9.5.8 +- raise dependency on phar-io/manifest 2.0.3 + * Mon Jul 19 2021 Remi Collet - 9.5.7-1 - update to 9.5.7 diff --git a/sources b/sources index e3379b3..8315013 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit9-9.5.7-d0dc8b6.tgz) = 9905b3c4af10015c28c125b2a0f90556912f322b96e3edbd6ba7c7f94cf84857615dffe6177deca77342a7a95487df4a8bc9814aa56f8e16bdf67ff01299c891 +SHA512 (phpunit9-9.5.8-191768c.tgz) = 7a759ffbffd7c7d23c7b64f7c74eba5a2452a87e7c64f3be9d6e611584b954b27a8f875788781bea3a40cbe9e2f6dda6ffd8ff27ad87c5abecb59ea9606c662d From 8a4516ad56b0d4e417d8e4235ae53422b789552f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Sep 2021 15:09:18 +0200 Subject: [PATCH 14/15] v9.5.9 (cherry picked from commit 3defe0f96d9021dbcfe7e1aeb33b41b1f2922434) --- .gitignore | 1 + phpunit9.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 47cc797..8d49e94 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /phpunit9-9.5.6-fb9b833.tgz /phpunit9-9.5.7-d0dc8b6.tgz /phpunit9-9.5.8-191768c.tgz +/phpunit9-9.5.9-ea8c2df.tgz diff --git a/phpunit9.spec b/phpunit9.spec index 6abb663..bfc28a2 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 191768ccd5c85513b4068bdbe99bb6390c7d54fb +%global gh_commit ea8c2dfb1065eb35a79b3681eee6e6fb0a6f273b #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.8 +%global upstream_version 9.5.9 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -232,7 +232,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 php73 php74 php80; do +for cmd in php php73 php74 php80 php81; do if which $cmd; then $cmd ./phpunit $OPT --verbose || ret=1 fi @@ -249,6 +249,9 @@ exit $ret %changelog +* Wed Sep 1 2021 Remi Collet - 9.5.9-1 +- update to 9.5.9 + * Mon Aug 2 2021 Remi Collet - 9.5.8-1 - update to 9.5.8 - raise dependency on phar-io/manifest 2.0.3 diff --git a/sources b/sources index 8315013..ed54106 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit9-9.5.8-191768c.tgz) = 7a759ffbffd7c7d23c7b64f7c74eba5a2452a87e7c64f3be9d6e611584b954b27a8f875788781bea3a40cbe9e2f6dda6ffd8ff27ad87c5abecb59ea9606c662d +SHA512 (phpunit9-9.5.9-ea8c2df.tgz) = 0ebf4e08451627f96e2b980e7f8271d6f7917fa0eef2941bbf4b924366628201a56d6f0ddd18b75a9a48b5838e0f138029db6e3bd49f03276cecb2111ad27a3d From 6da624da4e1e93f39234df7b89cf62a0a9b9a55a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 27 Sep 2021 07:38:19 +0200 Subject: [PATCH 15/15] update to 9.5.10 raise dependency on phpunit/php-code-coverage 9.2.7 (cherry picked from commit ea25aae66ec9284b9fad7f0e9c5f7f22db61ff6e) --- .gitignore | 1 + phpunit9.spec | 14 +++++++++----- sources | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 8d49e94..cc291b4 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /phpunit9-9.5.7-d0dc8b6.tgz /phpunit9-9.5.8-191768c.tgz /phpunit9-9.5.9-ea8c2df.tgz +/phpunit9-9.5.10-c814a05.tgz diff --git a/phpunit9.spec b/phpunit9.spec index bfc28a2..b04f977 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit ea8c2dfb1065eb35a79b3681eee6e6fb0a6f273b +%global gh_commit c814a05837f2edb0d1471d6e3f4ab3501ca3899a #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.9 +%global upstream_version 9.5.10 #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.3 with php-composer(phpunit/php-code-coverage) < 10) +BuildRequires: (php-composer(phpunit/php-code-coverage) >= 9.2.7 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.3", +# "phpunit/php-code-coverage": "^9.2.7", # "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.3 with php-composer(phpunit/php-code-coverage) < 10) +Requires: (php-composer(phpunit/php-code-coverage) >= 9.2.7 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 +* Mon Sep 27 2021 Remi Collet - 9.5.10-1 +- update to 9.5.10 +- raise dependency on phpunit/php-code-coverage 9.2.7 + * Wed Sep 1 2021 Remi Collet - 9.5.9-1 - update to 9.5.9 diff --git a/sources b/sources index ed54106..eb100d3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit9-9.5.9-ea8c2df.tgz) = 0ebf4e08451627f96e2b980e7f8271d6f7917fa0eef2941bbf4b924366628201a56d6f0ddd18b75a9a48b5838e0f138029db6e3bd49f03276cecb2111ad27a3d +SHA512 (phpunit9-9.5.10-c814a05.tgz) = f490a35c9be8340f8e7d5583fd9f994b324c93ec3cc1758be32f508570747bb7e31df18dbc93d22ff5db03e432add0022cc4c6834a407e394e5b2d3d6c763fc2