From ebcbdddeafa187e5176c75a9a23d9c6b6cbb39e9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 19 Jun 2019 16:09:31 +0200 Subject: [PATCH 01/14] v8.2.3 (cherry picked from commit 2b7d2659f1904f0099564c6f6e31a4b7621cc74e) --- phpunit8.spec | 14 +++++++++----- sources | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/phpunit8.spec b/phpunit8.spec index ed42ae7..c485b35 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 047f771e34dccacb6c432a1a70e9980e087eac92 +%global gh_commit f67ca36860ebca7224d4573f107f79bd8ed0ba03 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -24,7 +24,7 @@ %global php_home %{_datadir}/php %global ver_major 8 %global ver_minor 2 -%global ver_patch 1 +%global ver_patch 3 %global specrel 1 Name: %{pk_project}%{ver_major} @@ -45,7 +45,7 @@ BuildRequires: (php-composer(doctrine/instantiator) >= 1.2.0 with php-c BuildRequires: (php-composer(myclabs/deep-copy) >= 1.9.1 with php-composer(myclabs/deep-copy) < 2) BuildRequires: (php-composer(phar-io/manifest) >= 1.0.3 with php-composer(phar-io/manifest) < 2) BuildRequires: (php-composer(phar-io/version) >= 2.0.1 with php-composer(phar-io/version) < 3) -BuildRequires: (php-composer(phpspec/prophecy) >= 1.8.0 with php-composer(phpspec/prophecy) < 2) +BuildRequires: (php-composer(phpspec/prophecy) >= 1.8.1 with php-composer(phpspec/prophecy) < 2) BuildRequires: (php-composer(phpunit/php-code-coverage) >= 7.0.5 with php-composer(phpunit/php-code-coverage) < 8) BuildRequires: (php-composer(phpunit/php-file-iterator) >= 2.0.2 with php-composer(phpunit/php-file-iterator) < 3) BuildRequires: (php-composer(phpunit/php-text-template) >= 1.2.1 with php-composer(phpunit/php-text-template) < 2) @@ -81,7 +81,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "myclabs/deep-copy": "^1.9.1", # "phar-io/manifest": "^1.0.3", # "phar-io/version": "^2.0.1", -# "phpspec/prophecy": "^1.8.0", +# "phpspec/prophecy": "^1.8.1", # "phpunit/php-code-coverage": "^7.0.5", # "phpunit/php-file-iterator": "^2.0.2", # "phpunit/php-text-template": "^1.2.1", @@ -107,7 +107,7 @@ Requires: (php-composer(doctrine/instantiator) >= 1.2.0 with php-c Requires: (php-composer(myclabs/deep-copy) >= 1.9.1 with php-composer(myclabs/deep-copy) < 2) Requires: (php-composer(phar-io/manifest) >= 1.0.3 with php-composer(phar-io/manifest) < 2) Requires: (php-composer(phar-io/version) >= 2.0.1 with php-composer(phar-io/version) < 3) -Requires: (php-composer(phpspec/prophecy) >= 1.8.0 with php-composer(phpspec/prophecy) < 2) +Requires: (php-composer(phpspec/prophecy) >= 1.8.1 with php-composer(phpspec/prophecy) < 2) Requires: (php-composer(phpunit/php-code-coverage) >= 7.0.5 with php-composer(phpunit/php-code-coverage) < 8) Requires: (php-composer(phpunit/php-file-iterator) >= 2.0.2 with php-composer(phpunit/php-file-iterator) < 3) Requires: (php-composer(phpunit/php-text-template) >= 1.2.1 with php-composer(phpunit/php-text-template) < 2) @@ -231,6 +231,10 @@ exit $ret %changelog +* Wed Jun 19 2019 Remi Collet - 8.2.3-1 +- update to 8.2.3 +- raise dependency on phpspec/prophecy 1.8.1 + * Sat Jun 8 2019 Remi Collet - 8.2.1-1 - update to 8.2.1 - add dependency on sebastian/type diff --git a/sources b/sources index 7361809..ef8bd3b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit8-8.2.1-047f771.tar.gz) = 66620486cd8642051ac330298f533502ef80fe37fd0e88b11f38e9e1671e81d6462a42addcbad60c0c6f70baf4e6abc1c6e9cf88340bdf978815cb594fe76ed5 +SHA512 (phpunit8-8.2.3-f67ca36.tar.gz) = a243cb0218b688e6af7cb3e6b7ec9d812b330643ddd1f3f046f96fe573d5e9f94e68c104806a6554b272ab8c9f3fa561788065a33289cf351ee12914f35f5153 From 28a24168e9af1aa009867bd91ddd91d84f8034d3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 Jul 2019 13:48:32 +0200 Subject: [PATCH 02/14] update to 8.2.4 raise dependency on sebastian/type 1.1.3 (cherry picked from commit e00a8247c95b8fa273c25d07d034b8635a0fa8a0) --- phpunit8.spec | 14 +++++++++----- sources | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/phpunit8.spec b/phpunit8.spec index c485b35..81932b4 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit f67ca36860ebca7224d4573f107f79bd8ed0ba03 +%global gh_commit 25fe0b5031b24722f66a75ad479a074cccc1bb37 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -24,7 +24,7 @@ %global php_home %{_datadir}/php %global ver_major 8 %global ver_minor 2 -%global ver_patch 3 +%global ver_patch 4 %global specrel 1 Name: %{pk_project}%{ver_major} @@ -58,7 +58,7 @@ BuildRequires: (php-composer(sebastian/global-state) >= 3.0.0 with php-c BuildRequires: (php-composer(sebastian/object-enumerator) >= 3.0.3 with php-composer(sebastian/object-enumerator) < 4) BuildRequires: (php-composer(sebastian/resource-operations) >= 2.0.1 with php-composer(sebastian/resource-operations) < 3) BuildRequires: (php-composer(sebastian/version) >= 2.0.1 with php-composer(sebastian/version) < 3) -BuildRequires: (php-composer(sebastian/type) >= 1.1.0 with php-composer(sebastian/type) < 2) +BuildRequires: (php-composer(sebastian/type) >= 1.1.3 with php-composer(sebastian/type) < 2) BuildRequires: (php-composer(phpunit/php-invoker) >= 2.0.0 with php-composer(phpunit/php-invoker) < 3) BuildRequires: php-dom BuildRequires: php-json @@ -93,7 +93,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "sebastian/global-state": "^3.0.0", # "sebastian/object-enumerator": "^3.0.3", # "sebastian/resource-operations": "^2.0.1", -# "sebastian/type": "^1.1.0", +# "sebastian/type": "^1.1.3", # "sebastian/version": "^2.0.1", Requires: php(language) >= 7.2 Requires: php-cli @@ -119,7 +119,7 @@ Requires: (php-composer(sebastian/exporter) >= 3.1 with php-c Requires: (php-composer(sebastian/global-state) >= 3.0.0 with php-composer(sebastian/global-state) < 4) Requires: (php-composer(sebastian/object-enumerator) >= 3.0.3 with php-composer(sebastian/object-enumerator) < 4) Requires: (php-composer(sebastian/resource-operations) >= 2.0.1 with php-composer(sebastian/resource-operations) < 3) -Requires: (php-composer(sebastian/type) >= 1.1.0 with php-composer(sebastian/type) < 2) +Requires: (php-composer(sebastian/type) >= 1.1.3 with php-composer(sebastian/type) < 2) Requires: (php-composer(sebastian/version) >= 2.0.1 with php-composer(sebastian/version) < 3) # From composer.json, "suggest": { # "phpunit/php-invoker": "^2.0.0", @@ -231,6 +231,10 @@ exit $ret %changelog +* Wed Jul 3 2019 Remi Collet - 8.2.4-1 +- update to 8.2.4 +- raise dependency on sebastian/type 1.1.3 + * Wed Jun 19 2019 Remi Collet - 8.2.3-1 - update to 8.2.3 - raise dependency on phpspec/prophecy 1.8.1 diff --git a/sources b/sources index ef8bd3b..e953c39 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit8-8.2.3-f67ca36.tar.gz) = a243cb0218b688e6af7cb3e6b7ec9d812b330643ddd1f3f046f96fe573d5e9f94e68c104806a6554b272ab8c9f3fa561788065a33289cf351ee12914f35f5153 +SHA512 (phpunit8-8.2.4-25fe0b5.tar.gz) = dbfb9c816127b93ab86149abcadccb5b4c019b8106b4de11ba7f6b3acb2636cebfee74a9171758781970e77a7f0a6d2b717df02d18a17ac0ee873e9ce8acbb5b From 8bfad7d5f8f00efd95f81d3bbc539ae513693713 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 15 Jul 2019 10:28:27 +0200 Subject: [PATCH 03/14] v8.2.5 (cherry picked from commit 925ba265a93d1417f0c800195d358353b8b236cf) --- phpunit8.spec | 8 +++++--- sources | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/phpunit8.spec b/phpunit8.spec index 81932b4..75c7626 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 25fe0b5031b24722f66a75ad479a074cccc1bb37 +%global gh_commit c1b8534b3730f20f58600124129197bf1183dc92 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -24,7 +24,7 @@ %global php_home %{_datadir}/php %global ver_major 8 %global ver_minor 2 -%global ver_patch 4 +%global ver_patch 5 %global specrel 1 Name: %{pk_project}%{ver_major} @@ -222,7 +222,6 @@ exit $ret %files -%{!?_licensedir:%global license %%doc} %license LICENSE %doc README.md ChangeLog-%{ver_major}.%{ver_minor}.md %doc composer.json @@ -231,6 +230,9 @@ exit $ret %changelog +* Mon Jul 15 2019 Remi Collet - 8.2.5-1 +- update to 8.2.5 + * Wed Jul 3 2019 Remi Collet - 8.2.4-1 - update to 8.2.4 - raise dependency on sebastian/type 1.1.3 diff --git a/sources b/sources index e953c39..c2ecd9f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit8-8.2.4-25fe0b5.tar.gz) = dbfb9c816127b93ab86149abcadccb5b4c019b8106b4de11ba7f6b3acb2636cebfee74a9171758781970e77a7f0a6d2b717df02d18a17ac0ee873e9ce8acbb5b +SHA512 (phpunit8-8.2.5-c1b8534.tar.gz) = 1b469c6a636f08037807a4c9c3e139b8096a339f0a79afe7126751e5eaba6df65768de16f30f036b8605d96687169ecb8d47402053f99eba75d3ff94dbfe1e10 From 7924c303b32dda036fc4ae21b5c71bd80b00d7e0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Aug 2019 15:26:26 +0200 Subject: [PATCH 04/14] v8.3.4 (cherry picked from commit 741298bbaada6d05cb328c40ea3dc03f2bb50158) --- phpunit8.spec | 15 +++++++++------ sources | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/phpunit8.spec b/phpunit8.spec index 75c7626..677c471 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit c1b8534b3730f20f58600124129197bf1183dc92 +%global gh_commit e31cce0cf4499c0ccdbbb211a3280d36ab341e36 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -23,8 +23,8 @@ %global ns_vendor PHPUnit8 %global php_home %{_datadir}/php %global ver_major 8 -%global ver_minor 2 -%global ver_patch 5 +%global ver_minor 3 +%global ver_patch 4 %global specrel 1 Name: %{pk_project}%{ver_major} @@ -46,7 +46,7 @@ BuildRequires: (php-composer(myclabs/deep-copy) >= 1.9.1 with php-c BuildRequires: (php-composer(phar-io/manifest) >= 1.0.3 with php-composer(phar-io/manifest) < 2) BuildRequires: (php-composer(phar-io/version) >= 2.0.1 with php-composer(phar-io/version) < 3) BuildRequires: (php-composer(phpspec/prophecy) >= 1.8.1 with php-composer(phpspec/prophecy) < 2) -BuildRequires: (php-composer(phpunit/php-code-coverage) >= 7.0.5 with php-composer(phpunit/php-code-coverage) < 8) +BuildRequires: (php-composer(phpunit/php-code-coverage) >= 7.0.7 with php-composer(phpunit/php-code-coverage) < 8) BuildRequires: (php-composer(phpunit/php-file-iterator) >= 2.0.2 with php-composer(phpunit/php-file-iterator) < 3) BuildRequires: (php-composer(phpunit/php-text-template) >= 1.2.1 with php-composer(phpunit/php-text-template) < 2) BuildRequires: (php-composer(phpunit/php-timer) >= 2.1.2 with php-composer(phpunit/php-timer) < 3) @@ -82,7 +82,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "phar-io/manifest": "^1.0.3", # "phar-io/version": "^2.0.1", # "phpspec/prophecy": "^1.8.1", -# "phpunit/php-code-coverage": "^7.0.5", +# "phpunit/php-code-coverage": "^7.0.7", # "phpunit/php-file-iterator": "^2.0.2", # "phpunit/php-text-template": "^1.2.1", # "phpunit/php-timer": "^2.1.2", @@ -108,7 +108,7 @@ Requires: (php-composer(myclabs/deep-copy) >= 1.9.1 with php-c Requires: (php-composer(phar-io/manifest) >= 1.0.3 with php-composer(phar-io/manifest) < 2) Requires: (php-composer(phar-io/version) >= 2.0.1 with php-composer(phar-io/version) < 3) Requires: (php-composer(phpspec/prophecy) >= 1.8.1 with php-composer(phpspec/prophecy) < 2) -Requires: (php-composer(phpunit/php-code-coverage) >= 7.0.5 with php-composer(phpunit/php-code-coverage) < 8) +Requires: (php-composer(phpunit/php-code-coverage) >= 7.0.7 with php-composer(phpunit/php-code-coverage) < 8) Requires: (php-composer(phpunit/php-file-iterator) >= 2.0.2 with php-composer(phpunit/php-file-iterator) < 3) Requires: (php-composer(phpunit/php-text-template) >= 1.2.1 with php-composer(phpunit/php-text-template) < 2) Requires: (php-composer(phpunit/php-timer) >= 2.1.2 with php-composer(phpunit/php-timer) < 3) @@ -230,6 +230,9 @@ exit $ret %changelog +* Mon Aug 12 2019 Remi Collet - 8.3.4-1 +- update to 8.3.4 + * Mon Jul 15 2019 Remi Collet - 8.2.5-1 - update to 8.2.5 diff --git a/sources b/sources index c2ecd9f..830e849 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit8-8.2.5-c1b8534.tar.gz) = 1b469c6a636f08037807a4c9c3e139b8096a339f0a79afe7126751e5eaba6df65768de16f30f036b8605d96687169ecb8d47402053f99eba75d3ff94dbfe1e10 +SHA512 (phpunit8-8.3.4-e31cce0.tar.gz) = 8817b3efb6ea3f5a90a59994a8aacdd4c57601872524defd63b6af65e6de82d5d709d179fde66819d84a500e93e39a7e54285ffaff180e6a81b3f94ec07a206b From 35defc09540dce155e7de31532456f693f8c94e4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 16 Sep 2019 08:40:46 +0200 Subject: [PATCH 05/14] update to 8.3.5 raise dependency on sebastian/exporter 3.1.1 (cherry picked from commit 1f82071fb81293e8f36e9c37dffde7d45aaee8e1) --- phpunit8.spec | 14 +++++++++----- sources | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/phpunit8.spec b/phpunit8.spec index 677c471..c70180b 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit e31cce0cf4499c0ccdbbb211a3280d36ab341e36 +%global gh_commit 302faed7059fde575cf3403a78c730c5e3a62750 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -24,7 +24,7 @@ %global php_home %{_datadir}/php %global ver_major 8 %global ver_minor 3 -%global ver_patch 4 +%global ver_patch 5 %global specrel 1 Name: %{pk_project}%{ver_major} @@ -53,7 +53,7 @@ BuildRequires: (php-composer(phpunit/php-timer) >= 2.1.2 with php-c BuildRequires: (php-composer(sebastian/comparator) >= 3.0.2 with php-composer(sebastian/comparator) < 4) BuildRequires: (php-composer(sebastian/diff) >= 3.0.2 with php-composer(sebastian/diff) < 4) BuildRequires: (php-composer(sebastian/environment) >= 4.2.2 with php-composer(sebastian/environment) < 5) -BuildRequires: (php-composer(sebastian/exporter) >= 3.1 with php-composer(sebastian/exporter) < 4) +BuildRequires: (php-composer(sebastian/exporter) >= 3.1.1 with php-composer(sebastian/exporter) < 4) BuildRequires: (php-composer(sebastian/global-state) >= 3.0.0 with php-composer(sebastian/global-state) < 4) BuildRequires: (php-composer(sebastian/object-enumerator) >= 3.0.3 with php-composer(sebastian/object-enumerator) < 4) BuildRequires: (php-composer(sebastian/resource-operations) >= 2.0.1 with php-composer(sebastian/resource-operations) < 3) @@ -89,7 +89,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "sebastian/comparator": "^3.0.2", # "sebastian/diff": "^3.0.2", # "sebastian/environment": "^4.2.2", -# "sebastian/exporter": "^3.1", +# "sebastian/exporter": "^3.1.1", # "sebastian/global-state": "^3.0.0", # "sebastian/object-enumerator": "^3.0.3", # "sebastian/resource-operations": "^2.0.1", @@ -115,7 +115,7 @@ Requires: (php-composer(phpunit/php-timer) >= 2.1.2 with php-c Requires: (php-composer(sebastian/comparator) >= 3.0.2 with php-composer(sebastian/comparator) < 4) Requires: (php-composer(sebastian/diff) >= 3.0.2 with php-composer(sebastian/diff) < 4) Requires: (php-composer(sebastian/environment) >= 4.2.2 with php-composer(sebastian/environment) < 5) -Requires: (php-composer(sebastian/exporter) >= 3.1 with php-composer(sebastian/exporter) < 4) +Requires: (php-composer(sebastian/exporter) >= 3.1.1 with php-composer(sebastian/exporter) < 4) Requires: (php-composer(sebastian/global-state) >= 3.0.0 with php-composer(sebastian/global-state) < 4) Requires: (php-composer(sebastian/object-enumerator) >= 3.0.3 with php-composer(sebastian/object-enumerator) < 4) Requires: (php-composer(sebastian/resource-operations) >= 2.0.1 with php-composer(sebastian/resource-operations) < 3) @@ -230,6 +230,10 @@ exit $ret %changelog +* Sun Sep 15 2019 Remi Collet - 8.3.5-1 +- update to 8.3.5 +- raise dependency on sebastian/exporter 3.1.1 + * Mon Aug 12 2019 Remi Collet - 8.3.4-1 - update to 8.3.4 diff --git a/sources b/sources index 830e849..3e9e391 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit8-8.3.4-e31cce0.tar.gz) = 8817b3efb6ea3f5a90a59994a8aacdd4c57601872524defd63b6af65e6de82d5d709d179fde66819d84a500e93e39a7e54285ffaff180e6a81b3f94ec07a206b +SHA512 (phpunit8-8.3.5-302faed.tar.gz) = 5a3f310892730e42663362a16b3cb0492bc19984349779813a78fec0cafe803074a79045b557e74e2cd79d3fe60d953a565fd1ff59ac9b926243c797ae24f64c From 8bc269d6dec6e486e41d29704ad55adc930ae58a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 4 Oct 2019 10:11:12 +0200 Subject: [PATCH 06/14] v8.4.0 (cherry picked from commit ffd49a85bd398f1dcd0161e544881003c3d38dee) --- phpunit8.spec | 9 ++++++--- sources | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/phpunit8.spec b/phpunit8.spec index c70180b..9af414a 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 302faed7059fde575cf3403a78c730c5e3a62750 +%global gh_commit 57e5e77b62086033528ee1f4063ae03035f57894 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -23,8 +23,8 @@ %global ns_vendor PHPUnit8 %global php_home %{_datadir}/php %global ver_major 8 -%global ver_minor 3 -%global ver_patch 5 +%global ver_minor 4 +%global ver_patch 0 %global specrel 1 Name: %{pk_project}%{ver_major} @@ -230,6 +230,9 @@ exit $ret %changelog +* Fri Oct 4 2019 Remi Collet - 8.4.0-1 +- update to 8.4.0 + * Sun Sep 15 2019 Remi Collet - 8.3.5-1 - update to 8.3.5 - raise dependency on sebastian/exporter 3.1.1 diff --git a/sources b/sources index 3e9e391..fdd3e11 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit8-8.3.5-302faed.tar.gz) = 5a3f310892730e42663362a16b3cb0492bc19984349779813a78fec0cafe803074a79045b557e74e2cd79d3fe60d953a565fd1ff59ac9b926243c797ae24f64c +SHA512 (phpunit8-8.4.0-57e5e77.tar.gz) = d206462b8f9a489f5876d0cce231eefe40b274df360216590aa96333e6cc2362b7e8cf5b02389758dd670e05eeb74a13b66fbeb470dab2ec17d3a93983a9702c From 6c682480640f5fc8ec7b4e9f1e55109b1468508d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 8 Oct 2019 10:43:57 +0200 Subject: [PATCH 07/14] v8.4.1 (cherry picked from commit 2098ca9fa5aa8b67b1e8dcaaeaa22cb325e09622) --- phpunit8.spec | 7 +++++-- sources | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/phpunit8.spec b/phpunit8.spec index 9af414a..daf9b51 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 57e5e77b62086033528ee1f4063ae03035f57894 +%global gh_commit 366a4a0f2b971fd43b7c351d621e8dd7d7131869 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -24,7 +24,7 @@ %global php_home %{_datadir}/php %global ver_major 8 %global ver_minor 4 -%global ver_patch 0 +%global ver_patch 1 %global specrel 1 Name: %{pk_project}%{ver_major} @@ -230,6 +230,9 @@ exit $ret %changelog +* Tue Oct 8 2019 Remi Collet - 8.4.1-1 +- update to 8.4.1 + * Fri Oct 4 2019 Remi Collet - 8.4.0-1 - update to 8.4.0 diff --git a/sources b/sources index fdd3e11..922268b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit8-8.4.0-57e5e77.tar.gz) = d206462b8f9a489f5876d0cce231eefe40b274df360216590aa96333e6cc2362b7e8cf5b02389758dd670e05eeb74a13b66fbeb470dab2ec17d3a93983a9702c +SHA512 (phpunit8-8.4.1-366a4a0.tar.gz) = c7bdfbec66db3db07425caf4b7bb4fe7a403bfddda88d2c3adf6c01cbf037c31fb20cc73dc6cabda9580ec0a7a5e65d3ecf40d103560586b51c289310cb889c6 From ee3d3abbaee5b87c6d8fb715594a26021f1a05cb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 28 Oct 2019 13:04:07 +0100 Subject: [PATCH 08/14] v8.4.2 (cherry picked from commit e0d984c80f1da419e2e75d697fb7d3c2ad1404bb) --- phpunit8.spec | 8 ++++++-- sources | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/phpunit8.spec b/phpunit8.spec index daf9b51..8a54b47 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 366a4a0f2b971fd43b7c351d621e8dd7d7131869 +%global gh_commit a142a7e66c0ea7b5b6c04ee27f08d10d1137cd9b #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -24,7 +24,7 @@ %global php_home %{_datadir}/php %global ver_major 8 %global ver_minor 4 -%global ver_patch 1 +%global ver_patch 2 %global specrel 1 Name: %{pk_project}%{ver_major} @@ -196,6 +196,7 @@ cat src/autoload.php --output tests/autoload.php \ --exclude '*/BankAccountTest2.php' \ --exclude '*/regression/Trac/783/OneTest.php' \ + --exclude 'tests/end-to-end/regression/GitHub/3889/Issue3889Test.test.php' \ tests @@ -230,6 +231,9 @@ exit $ret %changelog +* Mon Oct 28 2019 Remi Collet - 8.4.2-1 +- update to 8.4.2 + * Tue Oct 8 2019 Remi Collet - 8.4.1-1 - update to 8.4.1 diff --git a/sources b/sources index 922268b..8184384 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit8-8.4.1-366a4a0.tar.gz) = c7bdfbec66db3db07425caf4b7bb4fe7a403bfddda88d2c3adf6c01cbf037c31fb20cc73dc6cabda9580ec0a7a5e65d3ecf40d103560586b51c289310cb889c6 +SHA512 (phpunit8-8.4.2-a142a7e.tar.gz) = 1dac82c8a7e7b3a6209a93d4520677233765143a88f732e399f24227096236c012f7aea940142e1dcdd08dcf50ad0b9ad252548f310aa8effa8c912cf021dc3a From d4d466a0d5f5f40e6302d071bf3bbca07decad89 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 6 Nov 2019 11:31:05 +0100 Subject: [PATCH 09/14] v8.4.3 --- phpunit8.spec | 8 ++++++-- sources | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/phpunit8.spec b/phpunit8.spec index 8a54b47..c5474e2 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit a142a7e66c0ea7b5b6c04ee27f08d10d1137cd9b +%global gh_commit 67f9e35bffc0dd52d55d565ddbe4230454fd6a4e #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -24,7 +24,7 @@ %global php_home %{_datadir}/php %global ver_major 8 %global ver_minor 4 -%global ver_patch 2 +%global ver_patch 3 %global specrel 1 Name: %{pk_project}%{ver_major} @@ -197,6 +197,7 @@ cat src/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' \ tests @@ -231,6 +232,9 @@ exit $ret %changelog +* Wed Nov 6 2019 Remi Collet - 8.4.3-1 +- update to 8.4.3 + * Mon Oct 28 2019 Remi Collet - 8.4.2-1 - update to 8.4.2 diff --git a/sources b/sources index 8184384..bcedae9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit8-8.4.2-a142a7e.tar.gz) = 1dac82c8a7e7b3a6209a93d4520677233765143a88f732e399f24227096236c012f7aea940142e1dcdd08dcf50ad0b9ad252548f310aa8effa8c912cf021dc3a +SHA512 (phpunit8-8.4.3-67f9e35.tar.gz) = 274c8794dbc21c5f59f7a0229111482933d8faf8ba90e41dee562aefaab2d97f4538368464b3fb6221a3ae4502422af022b1922414b618abdc3db50aabb89701 From de6aad87bea970cc118245a43b67200460e93a03 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 6 Dec 2019 13:31:48 +0100 Subject: [PATCH 10/14] v8.5.0 (cherry picked from commit 64fe44c40d57d7543786beebb4d374991ad7053e) --- phpunit8.spec | 9 ++++++--- sources | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/phpunit8.spec b/phpunit8.spec index c5474e2..97f20f4 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 67f9e35bffc0dd52d55d565ddbe4230454fd6a4e +%global gh_commit 3ee1c1fd6fc264480c25b6fb8285edefe1702dab #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -23,8 +23,8 @@ %global ns_vendor PHPUnit8 %global php_home %{_datadir}/php %global ver_major 8 -%global ver_minor 4 -%global ver_patch 3 +%global ver_minor 5 +%global ver_patch 0 %global specrel 1 Name: %{pk_project}%{ver_major} @@ -232,6 +232,9 @@ exit $ret %changelog +* Fri Dec 6 2019 Remi Collet - 8.5.0-1 +- update to 8.5.0 + * Wed Nov 6 2019 Remi Collet - 8.4.3-1 - update to 8.4.3 diff --git a/sources b/sources index bcedae9..ea3ed79 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit8-8.4.3-67f9e35.tar.gz) = 274c8794dbc21c5f59f7a0229111482933d8faf8ba90e41dee562aefaab2d97f4538368464b3fb6221a3ae4502422af022b1922414b618abdc3db50aabb89701 +SHA512 (phpunit8-8.5.0-3ee1c1f.tar.gz) = 2cd811503eb5486cf1cf5aee01b23becf222c38a7fa6275ea5368e7437925f00f6afc93ecca2480b43bef48c826c13c3c516cd0c36ecd524e8e5f08a8381ef76 From bc646a06669fcb49a4102ac402976b9cc5b51e9c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 3 Jan 2020 14:02:58 +0100 Subject: [PATCH 11/14] v8.5.1 (cherry picked from commit 4746c7e75a2a6710d9abfe30ccd013bbea1646ad) --- phpunit8.spec | 7 +++++-- sources | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/phpunit8.spec b/phpunit8.spec index 97f20f4..a926baa 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 3ee1c1fd6fc264480c25b6fb8285edefe1702dab +%global gh_commit 7870c78da3c5e4883eaef36ae47853ebb3cb86f2 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -24,7 +24,7 @@ %global php_home %{_datadir}/php %global ver_major 8 %global ver_minor 5 -%global ver_patch 0 +%global ver_patch 1 %global specrel 1 Name: %{pk_project}%{ver_major} @@ -232,6 +232,9 @@ exit $ret %changelog +* Thu Jan 2 2020 Remi Collet - 8.5.1-1 +- update to 8.5.1 + * Fri Dec 6 2019 Remi Collet - 8.5.0-1 - update to 8.5.0 diff --git a/sources b/sources index ea3ed79..cdc4b52 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit8-8.5.0-3ee1c1f.tar.gz) = 2cd811503eb5486cf1cf5aee01b23becf222c38a7fa6275ea5368e7437925f00f6afc93ecca2480b43bef48c826c13c3c516cd0c36ecd524e8e5f08a8381ef76 +SHA512 (phpunit8-8.5.1-7870c78.tar.gz) = e75725ef6627b15f591fb6feadae4ace00b91561d578cf3502505e61876020582a935d49f3c083aa92b4b97a71e4a52a197dd43488305917524cbba061f70988 From 90ceb8610100bf27c7c66e0c9841bf407ae6bf1a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 8 Jan 2020 11:32:05 +0100 Subject: [PATCH 12/14] v8.5.2 (cherry picked from commit e1f889a7662152c0332597134c1f653494b20f32) --- phpunit8.spec | 9 ++++++--- sources | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/phpunit8.spec b/phpunit8.spec index a926baa..0c0dea7 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for phpunit8 # -# Copyright (c) 2010-2019 Remi Collet +# Copyright (c) 2010-2020 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 7870c78da3c5e4883eaef36ae47853ebb3cb86f2 +%global gh_commit 018b6ac3c8ab20916db85fa91bf6465acb64d1e0 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -24,7 +24,7 @@ %global php_home %{_datadir}/php %global ver_major 8 %global ver_minor 5 -%global ver_patch 1 +%global ver_patch 2 %global specrel 1 Name: %{pk_project}%{ver_major} @@ -232,6 +232,9 @@ exit $ret %changelog +* Wed Jan 8 2020 Remi Collet - 8.5.2-1 +- update to 8.5.2 + * Thu Jan 2 2020 Remi Collet - 8.5.1-1 - update to 8.5.1 diff --git a/sources b/sources index cdc4b52..7cd7d85 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit8-8.5.1-7870c78.tar.gz) = e75725ef6627b15f591fb6feadae4ace00b91561d578cf3502505e61876020582a935d49f3c083aa92b4b97a71e4a52a197dd43488305917524cbba061f70988 +SHA512 (phpunit8-8.5.2-018b6ac.tar.gz) = 8f11ccd733740a1b9a926a11f5d070fb48cdc176416b3820e37611f11e8bc8bc92b29bcb985d6fcf1d9cc69a4ab1b75d25f8d039c9b686df492c196e9f7954fc From 775ce744aaa3a9a4970b33c34a2ce1154f26b54a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 17 Mar 2020 16:31:06 +0100 Subject: [PATCH 13/14] v8.5.3 own /usr/share/php/PHPUnit8/Extensions (cherry picked from commit e7a8884a192fa8a6707d5a3bccfcede4e18b0d3c) (cherry picked from commit f01ffa62d4a7f66473b45822b3819f222ce69f38) (cherry picked from commit e7ab143aa10f8204b07beb70f98544c7e9a9fa32) --- phpunit8.spec | 13 +++++++++++-- sources | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/phpunit8.spec b/phpunit8.spec index 0c0dea7..e7fa2d6 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 018b6ac3c8ab20916db85fa91bf6465acb64d1e0 +%global gh_commit 67750516bc02f300e2742fed2f50177f8f37bedf #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -24,7 +24,7 @@ %global php_home %{_datadir}/php %global ver_major 8 %global ver_minor 5 -%global ver_patch 2 +%global ver_patch 3 %global specrel 1 Name: %{pk_project}%{ver_major} @@ -189,6 +189,10 @@ cat << 'EOF' | tee -a src/autoload.php '%{php_home}/PharIo/Manifest/autoload.php', '%{php_home}/PharIo/Version/autoload.php', ]); +// Extensions +\Fedora\Autoloader\Dependencies::optional( + glob("%{php_home}/%{ns_vendor}/Extensions/*/autoload.php") +); EOF cat src/autoload.php @@ -204,6 +208,7 @@ cat src/autoload.php %install mkdir -p %{buildroot}%{php_home} cp -pr src %{buildroot}%{php_home}/%{ns_vendor} +mkdir %{buildroot}%{php_home}/%{ns_vendor}/Extensions install -D -p -m 755 phpunit %{buildroot}%{_bindir}/%{name} install -p -m 644 phpunit.xsd %{buildroot}%{php_home}/%{ns_vendor}/phpunit.xsd @@ -232,6 +237,10 @@ exit $ret %changelog +* Tue Mar 31 2020 Remi Collet - 8.5.3-1 +- update to 8.5.3 +- own /usr/share/php/PHPUnit8/Extensions + * Wed Jan 8 2020 Remi Collet - 8.5.2-1 - update to 8.5.2 diff --git a/sources b/sources index 7cd7d85..84df3b7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit8-8.5.2-018b6ac.tar.gz) = 8f11ccd733740a1b9a926a11f5d070fb48cdc176416b3820e37611f11e8bc8bc92b29bcb985d6fcf1d9cc69a4ab1b75d25f8d039c9b686df492c196e9f7954fc +SHA512 (phpunit8-8.5.3-6775051.tar.gz) = bbdc197fe455bcf9731d1e0d1bc539a242b35ff9fe40a73701cda8ea005616c4f47afcb64f0a228f9668a543071fc3f54b9fd34aa757dfb1e8da2a4652d244b8 From bd0cbed5f4f0fa0318dac4cfe550fdcab43dc222 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 23 Apr 2020 09:16:10 +0200 Subject: [PATCH 14/14] v8.5.4 (cherry picked from commit f6f24d445793f0f9797a9d970fd1387004bd2fd4) --- phpunit8.spec | 9 ++++++--- sources | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/phpunit8.spec b/phpunit8.spec index e7fa2d6..2e496d2 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 67750516bc02f300e2742fed2f50177f8f37bedf +%global gh_commit 8474e22d7d642f665084ba5ec780626cbd1efd23 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -24,7 +24,7 @@ %global php_home %{_datadir}/php %global ver_major 8 %global ver_minor 5 -%global ver_patch 3 +%global ver_patch 4 %global specrel 1 Name: %{pk_project}%{ver_major} @@ -220,7 +220,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 php72 php73 php74; do +for cmd in php php72 php73 php74 php80; do if which $cmd; then $cmd ./phpunit $OPT --verbose || ret=1 fi @@ -237,6 +237,9 @@ exit $ret %changelog +* Thu Apr 23 2020 Remi Collet - 8.5.4-1 +- update to 8.5.4 + * Tue Mar 31 2020 Remi Collet - 8.5.3-1 - update to 8.5.3 - own /usr/share/php/PHPUnit8/Extensions diff --git a/sources b/sources index 84df3b7..e2562ab 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit8-8.5.3-6775051.tar.gz) = bbdc197fe455bcf9731d1e0d1bc539a242b35ff9fe40a73701cda8ea005616c4f47afcb64f0a228f9668a543071fc3f54b9fd34aa757dfb1e8da2a4652d244b8 +SHA512 (phpunit8-8.5.4-8474e22.tar.gz) = ef95d618af84220fac4dfc1ae56c7e1be3bd153fe7afef8baa68547049f2a1d44ba097696cbdf85c55c2675d60a0b30a20f9513a906123e7ab20c934f7360bf5