Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b90430b9e3 | ||
|
|
e102211ace | ||
|
|
df826bc8c0 |
3 changed files with 26 additions and 15 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,3 +1,5 @@
|
|||
/php-phpunit-php-code-coverage11-11.0.8-418c59f.tgz
|
||||
/php-phpunit-php-code-coverage11-11.0.9-14d63fb.tgz
|
||||
/php-phpunit-php-code-coverage11-11.0.10-1a800a7.tgz
|
||||
/php-phpunit-php-code-coverage11-11.0.11-4f7722a.tgz
|
||||
/php-phpunit-php-code-coverage11-11.0.12-2c1ed04.tgz
|
||||
|
|
|
|||
|
|
@ -11,11 +11,11 @@
|
|||
%bcond_without tests
|
||||
|
||||
# Github
|
||||
%global gh_commit 1a800a7446add2d79cc6b3c01c45381810367d76
|
||||
%global gh_commit 2c1ed04922802c15e1de5d7447b4856de949cf56
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sebastianbergmann
|
||||
%global gh_project php-code-coverage
|
||||
%global gh_date 2025-06-18
|
||||
%global gh_date 2025-12-24
|
||||
# Packagist
|
||||
%global pk_vendor phpunit
|
||||
%global pk_project php-code-coverage
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
%global ver_major 11
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{ver_major}
|
||||
Version: 11.0.10
|
||||
Version: 11.0.12
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP code coverage information, version %{ver_major}
|
||||
|
||||
|
|
@ -44,23 +44,23 @@ BuildArch: noarch
|
|||
BuildRequires: php(language) >= 8.2
|
||||
BuildRequires: php-fedora-autoloader-devel >= 1.0.0
|
||||
%if %{with tests}
|
||||
BuildRequires: (php-composer(nikic/php-parser) >= 5.4.0 with php-composer(nikic/php-parser) < 6)
|
||||
BuildRequires: (php-composer(nikic/php-parser) >= 5.7.0 with php-composer(nikic/php-parser) < 6)
|
||||
BuildRequires: (php-composer(phpunit/php-file-iterator) >= 5.1.0 with php-composer(phpunit/php-file-iterator) < 6)
|
||||
BuildRequires: (php-composer(phpunit/php-text-template) >= 4.0.1 with php-composer(phpunit/php-text-template) < 5)
|
||||
BuildRequires: (php-composer(sebastian/code-unit-reverse-lookup) >= 4.0.1 with php-composer(sebastian/code-unit-reverse-lookup) < 5)
|
||||
BuildRequires: (php-composer(sebastian/complexity) >= 4.0.1 with php-composer(sebastian/complexity) < 5)
|
||||
BuildRequires: (php-composer(sebastian/environment) >= 7.2.0 with php-composer(sebastian/environment) < 8)
|
||||
BuildRequires: (php-composer(sebastian/environment) >= 7.2.1 with php-composer(sebastian/environment) < 8)
|
||||
BuildRequires: (php-composer(sebastian/lines-of-code) >= 3.0.1 with php-composer(sebastian/lines-of-code) < 4)
|
||||
BuildRequires: (php-composer(sebastian/version) >= 5.0.2 with php-composer(sebastian/version) < 6)
|
||||
BuildRequires: (php-composer(theseer/tokenizer) >= 1.2.3 with php-composer(theseer/tokenizer) < 2)
|
||||
BuildRequires: (php-composer(theseer/tokenizer) >= 1.3.1 with php-composer(theseer/tokenizer) < 2)
|
||||
BuildRequires: php-dom
|
||||
BuildRequires: php-json
|
||||
BuildRequires: php-libxml
|
||||
BuildRequires: php-tokenizer
|
||||
BuildRequires: php-xmlwriter
|
||||
# From composer.json, "require-dev": {
|
||||
# "phpunit/phpunit": "^11.5.2"
|
||||
BuildRequires: phpunit11 >= 11.5.2
|
||||
# "phpunit/phpunit": "^11.5.46"
|
||||
BuildRequires: phpunit11 >= 11.5.45
|
||||
BuildRequires: php-xdebug
|
||||
%endif
|
||||
|
||||
|
|
@ -69,28 +69,28 @@ BuildRequires: php-xdebug
|
|||
# "ext-dom": "*",
|
||||
# "ext-libxml": "*",
|
||||
# "ext-xmlwriter": "*",
|
||||
# "nikic/php-parser": "^5.4.0",
|
||||
# "nikic/php-parser": "^5.7.0",
|
||||
# "phpunit/php-file-iterator": "^5.1.0",
|
||||
# "phpunit/php-text-template": "^4.0.1",
|
||||
# "sebastian/code-unit-reverse-lookup": "^4.0.1",
|
||||
# "sebastian/complexity": "^4.0.1",
|
||||
# "sebastian/environment": "^7.2.0",
|
||||
# "sebastian/environment": "^7.2.1",
|
||||
# "sebastian/lines-of-code": "^3.0.1",
|
||||
# "sebastian/version": "^5.0.2",
|
||||
# "theseer/tokenizer": "^1.2.3"
|
||||
# "theseer/tokenizer": "^1.3.1"
|
||||
Requires: php(language) >= 8.2
|
||||
Requires: php-dom
|
||||
Requires: php-libxml
|
||||
Requires: php-xmlwriter
|
||||
Requires: (php-composer(nikic/php-parser) >= 5.4.0 with php-composer(nikic/php-parser) < 6)
|
||||
Requires: (php-composer(nikic/php-parser) >= 5.7.0 with php-composer(nikic/php-parser) < 6)
|
||||
Requires: (php-composer(phpunit/php-file-iterator) >= 5.1.0 with php-composer(phpunit/php-file-iterator) < 6)
|
||||
Requires: (php-composer(phpunit/php-text-template) >= 4.0.1 with php-composer(phpunit/php-text-template) < 5)
|
||||
Requires: (php-composer(sebastian/code-unit-reverse-lookup) >= 4.0.1 with php-composer(sebastian/code-unit-reverse-lookup) < 5)
|
||||
Requires: (php-composer(sebastian/complexity) >= 4.0.1 with php-composer(sebastian/complexity) < 5)
|
||||
Requires: (php-composer(sebastian/environment) >= 7.2.0 with php-composer(sebastian/environment) < 8)
|
||||
Requires: (php-composer(sebastian/environment) >= 7.2.1 with php-composer(sebastian/environment) < 8)
|
||||
Requires: (php-composer(sebastian/lines-of-code) >= 3.0.1 with php-composer(sebastian/lines-of-code) < 4)
|
||||
Requires: (php-composer(sebastian/version) >= 5.0.2 with php-composer(sebastian/version) < 6)
|
||||
Requires: (php-composer(theseer/tokenizer) >= 1.2.3 with php-composer(theseer/tokenizer) < 2)
|
||||
Requires: (php-composer(theseer/tokenizer) >= 1.3.1 with php-composer(theseer/tokenizer) < 2)
|
||||
# From composer.json, suggest
|
||||
# "ext-pcov": "*",
|
||||
# "ext-xdebug": "*"
|
||||
|
|
@ -193,6 +193,15 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Dec 25 2025 Remi Collet <remi@remirepo.net> - 11.0.12-1
|
||||
- update to 11.0.12
|
||||
- raise dependency on nikic/php-parser 5.7.0
|
||||
- raise dependency on sebastian/environment 7.2.1
|
||||
- raise dependency on theseer/tokenizer 1.3.1
|
||||
|
||||
* Thu Aug 28 2025 Remi Collet <remi@remirepo.net> - 11.0.11-1
|
||||
- update to 11.0.11
|
||||
|
||||
* Thu Jun 19 2025 Remi Collet <remi@remirepo.net> - 11.0.10-1
|
||||
- update to 11.0.10
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-phpunit-php-code-coverage11-11.0.10-1a800a7.tgz) = 011f0b8f01034ca56d36f8f53f1a593d3a464a9c191233fbab79c60ebed8e900f6cf6f90bb4792f3f5b3f9e3ab44b4d5b1f33b2087dcc47511a4cb1999d4d409
|
||||
SHA512 (php-phpunit-php-code-coverage11-11.0.12-2c1ed04.tgz) = 96c02371e5162566a0799c2ccf07dce6a3afbfa96280ffe526103db4664c40885b81000c676aeadfccbc7b3e42abd8526710e6d294c9014c312700ba18a9ceac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue