This commit is contained in:
Remi Collet 2019-11-20 13:21:55 +01:00
commit a651dfe6ab
3 changed files with 8 additions and 4 deletions

View file

@ -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 <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