update to 7.0.7 (no change)
raise dependency on phpunit/php-token-stream 3.1.0
This commit is contained in:
parent
44f16185ef
commit
525ff83a8e
3 changed files with 10 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -4,3 +4,4 @@
|
|||
/php-phpunit-php-code-coverage7-7.0.4-6024c8a.tar.gz
|
||||
/php-phpunit-php-code-coverage7-7.0.5-aed67b5.tar.gz
|
||||
/php-phpunit-php-code-coverage7-7.0.6-d471d0d.tar.gz
|
||||
/php-phpunit-php-code-coverage7-7.0.7-7743bbc.tar.gz
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
%global bootstrap 0
|
||||
# Github
|
||||
%global gh_commit d471d0d2b529a67c6a722dd446c4ec90881ac315
|
||||
%global gh_commit 7743bbcfff2a907e9ee4a25be13d0f8ec5e73800
|
||||
#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.6
|
||||
Version: 7.0.7
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP code coverage information
|
||||
|
||||
|
|
@ -64,7 +64,7 @@ BuildRequires: php-pecl-xdebug >= 2.6.1
|
|||
# "ext-dom": "*",
|
||||
# "ext-xmlwriter": "*",
|
||||
# "phpunit/php-file-iterator": "^2.0.2",
|
||||
# "phpunit/php-token-stream": "^3.0.2",
|
||||
# "phpunit/php-token-stream": "^3.1.0",
|
||||
# "phpunit/php-text-template": "^1.2.1",
|
||||
# "sebastian/code-unit-reverse-lookup": "^1.0.1",
|
||||
# "sebastian/environment": "^4.2.2",
|
||||
|
|
@ -74,7 +74,7 @@ Requires: php(language) >= 7.1
|
|||
Requires: php-dom
|
||||
Requires: php-xmlwriter
|
||||
Requires: (php-composer(phpunit/php-file-iterator) >= 2.0.2 with php-composer(phpunit/php-file-iterator) < 3)
|
||||
Requires: (php-composer(phpunit/php-token-stream) >= 3.0.2 with php-composer(phpunit/php-token-stream) < 4)
|
||||
Requires: (php-composer(phpunit/php-token-stream) >= 3.1.0 with php-composer(phpunit/php-token-stream) < 4)
|
||||
Requires: (php-composer(phpunit/php-text-template) >= 1.2.1 with php-composer(phpunit/php-text-template) < 2)
|
||||
Requires: (php-composer(sebastian/code-unit-reverse-lookup) >= 1.0.1 with php-composer(sebastian/code-unit-reverse-lookup) < 2)
|
||||
Requires: (php-composer(sebastian/environment) >= 4.2.2 with php-composer(sebastian/environment) < 5)
|
||||
|
|
@ -176,6 +176,10 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Jul 25 2019 Remi Collet <remi@remirepo.net> - 7.0.7-1
|
||||
- update to 7.0.7 (no change)
|
||||
- raise dependency on phpunit/php-token-stream 3.1.0
|
||||
|
||||
* Mon Jul 8 2019 Remi Collet <remi@remirepo.net> - 7.0.6-1
|
||||
- update to 7.0.6
|
||||
- raise dependency on phpunit/php-token-stream 3.0.2
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-phpunit-php-code-coverage7-7.0.6-d471d0d.tar.gz) = be6551edada95ec15a6228f20948608a6366fdb0468d85994219869887bbbd79d6feb782a195cd24f2d3c69acbdfe71ba2ebeb94b5b53c38b5e7af47ffa2096b
|
||||
SHA512 (php-phpunit-php-code-coverage7-7.0.7-7743bbc.tar.gz) = db201c958b103db1bb6cc3c6cc72d9a731a3cb1bfdc3b4665083b2f76303df5dda44ef9572811cf97ca476a43a974e4e6ed29665b95d853335612d09ade879ab
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue