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
(cherry picked from commit dc40fa9f28)
This commit is contained in:
parent
df826bc8c0
commit
e102211ace
3 changed files with 22 additions and 15 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,3 +2,4 @@
|
|||
/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 4f7722aa9a7b76aa775e2d9d4e95d1ea16eeeef4
|
||||
%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-08-27
|
||||
%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.11
|
||||
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.46
|
||||
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,12 @@ 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
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-phpunit-php-code-coverage11-11.0.11-4f7722a.tgz) = 90aec06eed1eeb948dbbb808ddc9c303f4900e9d7f1bd18277510213a38f6645559aefaf99ae3645d669e449a796f19f526f02b483391d83e7cdc0b9a1399a90
|
||||
SHA512 (php-phpunit-php-code-coverage11-11.0.12-2c1ed04.tgz) = 96c02371e5162566a0799c2ccf07dce6a3afbfa96280ffe526103db4664c40885b81000c676aeadfccbc7b3e42abd8526710e6d294c9014c312700ba18a9ceac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue