diff options
author | Remi Collet <remi@remirepo.net> | 2019-11-20 13:23:06 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-11-20 13:23:06 +0100 |
commit | 62bec436cfb27f749fa06d13541939da0aceb632 (patch) | |
tree | 8032e98ad2713c3978c92945fd42580137c4c5aa | |
parent | 4adb5d4210f47b7241ec3d7c79aea04ba6102d67 (diff) |
v7.0.9
-rw-r--r-- | php-phpunit-php-code-coverage7.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-phpunit-php-code-coverage7.spec b/php-phpunit-php-code-coverage7.spec index c66c894..be1361b 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 @@ -97,7 +97,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 # remirepo:9 %else Requires: php-phpunit-php-file-iterator2 >= 2.0.2 @@ -202,6 +202,9 @@ exit $ret %changelog +* Wed Nov 20 2019 Remi Collet <remi@remirepo.net> - 7.0.9-1 +- update to 7.0.9 + * Tue Sep 17 2019 Remi Collet <remi@remirepo.net> - 7.0.8-1 - update to 7.0.8 - raise dependency on phpunit/php-token-stream 3.1.1 |