Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c3ca164f86 |
3 changed files with 10 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -8,3 +8,4 @@
|
||||||
/php-phpunit-php-code-coverage7-7.0.8-aa0d179.tar.gz
|
/php-phpunit-php-code-coverage7-7.0.8-aa0d179.tar.gz
|
||||||
/php-phpunit-php-code-coverage7-7.0.9-075572d.tar.gz
|
/php-phpunit-php-code-coverage7-7.0.9-075572d.tar.gz
|
||||||
/php-phpunit-php-code-coverage7-7.0.10-f188418.tar.gz
|
/php-phpunit-php-code-coverage7-7.0.10-f188418.tar.gz
|
||||||
|
/php-phpunit-php-code-coverage7-7.0.12-52f5578.tar.gz
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
%global bootstrap 0
|
%global bootstrap 0
|
||||||
# Github
|
# Github
|
||||||
%global gh_commit f1884187926fbb755a9aaf0b3836ad3165b478bf
|
%global gh_commit 52f55786aa2e52c26cd9e2db20aff2981e0f7399
|
||||||
#global gh_date 20150924
|
#global gh_date 20150924
|
||||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||||
%global gh_vendor sebastianbergmann
|
%global gh_vendor sebastianbergmann
|
||||||
|
|
@ -29,8 +29,8 @@
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: php-%{pk_vendor}-%{pk_project}%{ver_major}
|
Name: php-%{pk_vendor}-%{pk_project}%{ver_major}
|
||||||
Version: 7.0.10
|
Version: 7.0.12
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: PHP code coverage information
|
Summary: PHP code coverage information
|
||||||
|
|
||||||
# Main license is BSD
|
# Main license is BSD
|
||||||
|
|
@ -56,7 +56,7 @@ BuildRequires: (php-composer(theseer/tokenizer) >= 1.1.3 with
|
||||||
# "phpunit/phpunit": "^8.2.2"
|
# "phpunit/phpunit": "^8.2.2"
|
||||||
# 7.2 because of tests
|
# 7.2 because of tests
|
||||||
BuildRequires: phpunit8 >= 8.2.2
|
BuildRequires: phpunit8 >= 8.2.2
|
||||||
BuildRequires: php-pecl-xdebug >= 2.6.1
|
BuildRequires: php-xdebug >= 2.6.1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# From composer.json, require
|
# From composer.json, require
|
||||||
|
|
@ -146,6 +146,7 @@ cp -pr src %{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{ver_major}
|
||||||
if ! php -v | grep Xdebug
|
if ! php -v | grep Xdebug
|
||||||
then EXT="-d zend_extension=xdebug.so"
|
then EXT="-d zend_extension=xdebug.so"
|
||||||
fi
|
fi
|
||||||
|
export XDEBUG_MODE=coverage
|
||||||
|
|
||||||
cat << 'EOF' | tee tests/bootstrap.php
|
cat << 'EOF' | tee tests/bootstrap.php
|
||||||
<?php
|
<?php
|
||||||
|
|
@ -176,6 +177,9 @@ exit $ret
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 27 2020 Remi Collet <remi@remirepo.net> - 7.0.12-1
|
||||||
|
- update to 7.0.12
|
||||||
|
|
||||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 7.0.10-2
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 7.0.10-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (php-phpunit-php-code-coverage7-7.0.10-f188418.tar.gz) = 3ad2a667ede5cf75eace07a3f9217e33c43885b707e123927afe2470ac1c05010e76eecec4f0fbf5ba00c830ef82d832cb782beb929de5bad324a0374a145c0b
|
SHA512 (php-phpunit-php-code-coverage7-7.0.12-52f5578.tar.gz) = e385b7e8ffc3a394bd76a5d91f33405badd31a6632f0011779ba7002cba30fc4a5929eaf3f7896631c342183167ca97c7487730e1f07099e1d135ca774e9add7
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue