update to 7.0.15 (no change)
This commit is contained in:
parent
e3e8d1bfd2
commit
9f7f654b77
3 changed files with 11 additions and 7 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# remirepo/fedora spec file for php-phpunit-php-code-coverage7
|
||||
#
|
||||
# Copyright (c) 2013-2019 Remi Collet
|
||||
# Copyright (c) 2013-2021 Remi Collet
|
||||
# License: CC-BY-SA
|
||||
# http://creativecommons.org/licenses/by-sa/4.0/
|
||||
#
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
%global bootstrap 0
|
||||
# Github
|
||||
%global gh_commit bb7c9a210c72e4709cdde67f8b7362f672f2225c
|
||||
%global gh_commit 819f92bba8b001d4363065928088de22f25a3a48
|
||||
#global gh_date 20150924
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_vendor sebastianbergmann
|
||||
|
|
@ -29,8 +29,8 @@
|
|||
%endif
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{ver_major}
|
||||
Version: 7.0.14
|
||||
Release: 3%{?dist}
|
||||
Version: 7.0.15
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP code coverage information
|
||||
|
||||
# Main license is BSD
|
||||
|
|
@ -64,7 +64,7 @@ BuildRequires: php-xdebug >= 2.6.1
|
|||
# "ext-dom": "*",
|
||||
# "ext-xmlwriter": "*",
|
||||
# "phpunit/php-file-iterator": "^2.0.2",
|
||||
# "phpunit/php-token-stream": "^3.1.1 || ^4.0",
|
||||
# "phpunit/php-token-stream": "^3.1.3 || ^4.0",
|
||||
# "phpunit/php-text-template": "^1.2.1",
|
||||
# "sebastian/code-unit-reverse-lookup": "^1.0.1",
|
||||
# "sebastian/environment": "^4.2.2",
|
||||
|
|
@ -160,7 +160,7 @@ EOF
|
|||
|
||||
|
||||
ret=0
|
||||
for cmd in php php72 php73 php74 php80; do
|
||||
for cmd in php php73 php74 php80; do
|
||||
if which $cmd; then
|
||||
if [ $($cmd -r 'echo PHP_VERSION_ID;') -lt 80000 ]; then
|
||||
# ignore test failing with phpunit/php-token-stream v4
|
||||
|
|
@ -187,6 +187,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Jul 26 2021 Remi Collet <remi@remirepo.net> - 7.0.15-1
|
||||
- update to 7.0.15 (no change)
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 7.0.14-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue