parent
743db5d9d4
commit
5ac9a03d89
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
2
sources
2
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue