v7.0.9
This commit is contained in:
parent
1ba9c554c4
commit
a651dfe6ab
3 changed files with 8 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue