From 62bec436cfb27f749fa06d13541939da0aceb632 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 20 Nov 2019 13:23:06 +0100 Subject: v7.0.9 --- php-phpunit-php-code-coverage7.spec | 9 ++++++--- 1 file 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 - 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 -- cgit