From 743db5d9d4e8ad5b75f5cf62f8022f0b3f04d26f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 17 Sep 2019 09:48:13 +0200 Subject: [PATCH 1/3] update to 7.0.8 raise dependency on phpunit/php-token-stream 3.1.1 (cherry picked from commit 1ba9c554c46e26837554ff2957c7d7dd20e97fb4) --- .gitignore | 1 + php-phpunit-php-code-coverage7.spec | 16 ++++++++++------ sources | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 32465f0..27b3aab 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /php-phpunit-php-code-coverage7-7.0.5-aed67b5.tar.gz /php-phpunit-php-code-coverage7-7.0.6-d471d0d.tar.gz /php-phpunit-php-code-coverage7-7.0.7-7743bbc.tar.gz +/php-phpunit-php-code-coverage7-7.0.8-aa0d179.tar.gz diff --git a/php-phpunit-php-code-coverage7.spec b/php-phpunit-php-code-coverage7.spec index aaa19dd..5945752 100644 --- a/php-phpunit-php-code-coverage7.spec +++ b/php-phpunit-php-code-coverage7.spec @@ -9,7 +9,7 @@ %global bootstrap 0 # Github -%global gh_commit 7743bbcfff2a907e9ee4a25be13d0f8ec5e73800 +%global gh_commit aa0d179a13284c7420fc281fc32750e6cc7c9e2f #global gh_date 20150924 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -29,7 +29,7 @@ %endif Name: php-%{pk_vendor}-%{pk_project}%{ver_major} -Version: 7.0.7 +Version: 7.0.8 Release: 1%{?dist} Summary: PHP code coverage information @@ -46,7 +46,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 %if %{with_tests} BuildRequires: php(language) >= 7.2 BuildRequires: (php-composer(phpunit/php-file-iterator) >= 2.0.2 with php-composer(phpunit/php-file-iterator) < 3) -BuildRequires: (php-composer(phpunit/php-token-stream) >= 3.0.2 with php-composer(phpunit/php-token-stream) < 4) +BuildRequires: (php-composer(phpunit/php-token-stream) >= 3.1.0 with php-composer(phpunit/php-token-stream) < 4) BuildRequires: (php-composer(phpunit/php-text-template) >= 1.2.1 with php-composer(phpunit/php-text-template) < 2) BuildRequires: (php-composer(sebastian/code-unit-reverse-lookup) >= 1.0.1 with php-composer(sebastian/code-unit-reverse-lookup) < 2) BuildRequires: (php-composer(sebastian/environment) >= 4.2.2 with php-composer(sebastian/environment) < 5) @@ -74,7 +74,7 @@ Requires: php(language) >= 7.1 Requires: php-dom Requires: php-xmlwriter Requires: (php-composer(phpunit/php-file-iterator) >= 2.0.2 with php-composer(phpunit/php-file-iterator) < 3) -Requires: (php-composer(phpunit/php-token-stream) >= 3.1.0 with php-composer(phpunit/php-token-stream) < 4) +Requires: (php-composer(phpunit/php-token-stream) >= 3.1.1 with php-composer(phpunit/php-token-stream) < 4) Requires: (php-composer(phpunit/php-text-template) >= 1.2.1 with php-composer(phpunit/php-text-template) < 2) Requires: (php-composer(sebastian/code-unit-reverse-lookup) >= 1.0.1 with php-composer(sebastian/code-unit-reverse-lookup) < 2) Requires: (php-composer(sebastian/environment) >= 4.2.2 with php-composer(sebastian/environment) < 5) @@ -96,11 +96,11 @@ Requires: php-composer(fedora/autoloader) # Composer Provides: php-composer(%{pk_vendor}/%{pk_project}) = %{version} # Bundled assets in HTML template -Provides: bundled(js-bootstrap) = 4.3.0 +Provides: bundled(js-bootstrap) = 4.3.1 Provides: bundled(js-d3) = 3.5.17 Provides: bundled(js-holder) = 2.7.1 Provides: bundled(js-html5shiv) = 3.7.3 -Provides: bundled(js-jquery) = 3.1.1 +Provides: bundled(js-jquery) = 3.4.1 Provides: bundled(js-nvd3) = 1.8.1 Provides: bundled(js-respond) = 1.1.2 @@ -176,6 +176,10 @@ exit $ret %changelog +* Tue Sep 17 2019 Remi Collet - 7.0.8-1 +- update to 7.0.8 +- raise dependency on phpunit/php-token-stream 3.1.1 + * Thu Jul 25 2019 Remi Collet - 7.0.7-1 - update to 7.0.7 (no change) - raise dependency on phpunit/php-token-stream 3.1.0 diff --git a/sources b/sources index 1034fd9..e1a013f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-phpunit-php-code-coverage7-7.0.7-7743bbc.tar.gz) = db201c958b103db1bb6cc3c6cc72d9a731a3cb1bfdc3b4665083b2f76303df5dda44ef9572811cf97ca476a43a974e4e6ed29665b95d853335612d09ade879ab +SHA512 (php-phpunit-php-code-coverage7-7.0.8-aa0d179.tar.gz) = a52d8f0d1b730652e2967d8a7df2a8fcf7b6dfcba1dbeaa4a5a6ddffa7b8d53e5bafa0d0874e8c1bb0a0cc13d080d89a59e5a41981474a93a3d23029f883f8a3 From 5ac9a03d89049bafb7a11e463be25dbf39f9d9c1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 20 Nov 2019 13:21:55 +0100 Subject: [PATCH 2/3] v7.0.9 (cherry picked from commit a651dfe6ab67bca529f51f43ca4c5f03767791fa) --- .gitignore | 1 + php-phpunit-php-code-coverage7.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 27b3aab..f9e3aa0 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /php-phpunit-php-code-coverage7-7.0.6-d471d0d.tar.gz /php-phpunit-php-code-coverage7-7.0.7-7743bbc.tar.gz /php-phpunit-php-code-coverage7-7.0.8-aa0d179.tar.gz +/php-phpunit-php-code-coverage7-7.0.9-075572d.tar.gz diff --git a/php-phpunit-php-code-coverage7.spec b/php-phpunit-php-code-coverage7.spec index 5945752..a10cc1e 100644 --- a/php-phpunit-php-code-coverage7.spec +++ b/php-phpunit-php-code-coverage7.spec @@ -9,7 +9,7 @@ %global bootstrap 0 # Github -%global gh_commit aa0d179a13284c7420fc281fc32750e6cc7c9e2f +%global gh_commit 075572dd777ea8317196838f8b59b1de2a642abc #global gh_date 20150924 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -29,7 +29,7 @@ %endif Name: php-%{pk_vendor}-%{pk_project}%{ver_major} -Version: 7.0.8 +Version: 7.0.9 Release: 1%{?dist} Summary: PHP code coverage information @@ -83,7 +83,7 @@ Requires: (php-composer(theseer/tokenizer) >= 1.1.3 with # From composer.json, suggest # "ext-xdebug": ">=2.6.1", Suggests: php-xdebug -Suggests: php-pcov +Recommends: php-pcov # From phpcompatinfo report for version 5.0.0 Requires: php-reflection Requires: php-date @@ -176,6 +176,9 @@ exit $ret %changelog +* Wed Nov 20 2019 Remi Collet - 7.0.9-1 +- update to 7.0.9 + * Tue Sep 17 2019 Remi Collet - 7.0.8-1 - update to 7.0.8 - raise dependency on phpunit/php-token-stream 3.1.1 diff --git a/sources b/sources index e1a013f..9c93222 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-phpunit-php-code-coverage7-7.0.8-aa0d179.tar.gz) = a52d8f0d1b730652e2967d8a7df2a8fcf7b6dfcba1dbeaa4a5a6ddffa7b8d53e5bafa0d0874e8c1bb0a0cc13d080d89a59e5a41981474a93a3d23029f883f8a3 +SHA512 (php-phpunit-php-code-coverage7-7.0.9-075572d.tar.gz) = 6a0e752bc4c9323ade7e1dcf74a547defdf0ad2ccedc366ad796f5c25b8051b575769335cfab9953e2311ff367f983319020bfd2a16fd13f07177352fe880d48 From 63a2e679b49621ae6ab7914ed4f9241286aeffdb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 20 Nov 2019 16:41:56 +0100 Subject: [PATCH 3/3] v7.0.10 (cherry picked from commit ff30eb8fc0ae497e8271b8be1e5b13e121d4a696) --- .gitignore | 1 + php-phpunit-php-code-coverage7.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f9e3aa0..eae1dfe 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /php-phpunit-php-code-coverage7-7.0.7-7743bbc.tar.gz /php-phpunit-php-code-coverage7-7.0.8-aa0d179.tar.gz /php-phpunit-php-code-coverage7-7.0.9-075572d.tar.gz +/php-phpunit-php-code-coverage7-7.0.10-f188418.tar.gz diff --git a/php-phpunit-php-code-coverage7.spec b/php-phpunit-php-code-coverage7.spec index a10cc1e..6436d67 100644 --- a/php-phpunit-php-code-coverage7.spec +++ b/php-phpunit-php-code-coverage7.spec @@ -9,7 +9,7 @@ %global bootstrap 0 # Github -%global gh_commit 075572dd777ea8317196838f8b59b1de2a642abc +%global gh_commit f1884187926fbb755a9aaf0b3836ad3165b478bf #global gh_date 20150924 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -29,7 +29,7 @@ %endif Name: php-%{pk_vendor}-%{pk_project}%{ver_major} -Version: 7.0.9 +Version: 7.0.10 Release: 1%{?dist} Summary: PHP code coverage information @@ -176,6 +176,9 @@ exit $ret %changelog +* Wed Nov 20 2019 Remi Collet - 7.0.10-1 +- update to 7.0.10 + * Wed Nov 20 2019 Remi Collet - 7.0.9-1 - update to 7.0.9 diff --git a/sources b/sources index 9c93222..5e0fda7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-phpunit-php-code-coverage7-7.0.9-075572d.tar.gz) = 6a0e752bc4c9323ade7e1dcf74a547defdf0ad2ccedc366ad796f5c25b8051b575769335cfab9953e2311ff367f983319020bfd2a16fd13f07177352fe880d48 +SHA512 (php-phpunit-php-code-coverage7-7.0.10-f188418.tar.gz) = 3ad2a667ede5cf75eace07a3f9217e33c43885b707e123927afe2470ac1c05010e76eecec4f0fbf5ba00c830ef82d832cb782beb929de5bad324a0374a145c0b