update to 10.1.16 (no change)
raise dependencies
This commit is contained in:
parent
54eb0f7673
commit
199cc72590
3 changed files with 37 additions and 32 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -12,3 +12,4 @@
|
|||
/php-phpunit-php-code-coverage10-10.1.13-d51c3ae.tgz
|
||||
/php-phpunit-php-code-coverage10-10.1.14-e3f5145.tgz
|
||||
/php-phpunit-php-code-coverage10-10.1.15-5da8b17.tgz
|
||||
/php-phpunit-php-code-coverage10-10.1.16-7e30826.tgz
|
||||
|
|
|
|||
|
|
@ -10,11 +10,11 @@
|
|||
%bcond_without tests
|
||||
|
||||
# Github
|
||||
%global gh_commit 5da8b1728acd1e6ffdf2ff32ffbdfd04307f26ae
|
||||
%global gh_commit 7e308268858ed6baedc8704a304727d20bc07c77
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sebastianbergmann
|
||||
%global gh_project php-code-coverage
|
||||
%global gh_date 2024-06-29
|
||||
%global gh_date 2024-08-22
|
||||
# Packagist
|
||||
%global pk_vendor phpunit
|
||||
%global pk_project php-code-coverage
|
||||
|
|
@ -25,8 +25,8 @@
|
|||
%global ver_major 10
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{ver_major}
|
||||
Version: 10.1.15
|
||||
Release: 2%{?dist}
|
||||
Version: 10.1.16
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP code coverage information, version %{ver_major}
|
||||
|
||||
# SPDX: Main license is BSD-3-Clause
|
||||
|
|
@ -42,15 +42,15 @@ BuildArch: noarch
|
|||
BuildRequires: php(language) >= 8.1
|
||||
BuildRequires: php-fedora-autoloader-devel >= 1.0.0
|
||||
%if %{with tests}
|
||||
BuildRequires: (php-composer(nikic/php-parser) >= 4.18 with php-composer(nikic/php-parser) < 6)
|
||||
BuildRequires: (php-composer(phpunit/php-file-iterator) >= 4.0 with php-composer(phpunit/php-file-iterator) < 5)
|
||||
BuildRequires: (php-composer(phpunit/php-text-template) >= 3.0 with php-composer(phpunit/php-text-template) < 4)
|
||||
BuildRequires: (php-composer(sebastian/code-unit-reverse-lookup) >= 3.0 with php-composer(sebastian/code-unit-reverse-lookup) < 4)
|
||||
BuildRequires: (php-composer(sebastian/complexity) >= 3.0 with php-composer(sebastian/complexity) < 4)
|
||||
BuildRequires: (php-composer(sebastian/environment) >= 6.0 with php-composer(sebastian/environment) < 7)
|
||||
BuildRequires: (php-composer(sebastian/lines-of-code) >= 2.0 with php-composer(sebastian/lines-of-code) < 3)
|
||||
BuildRequires: (php-composer(sebastian/version) >= 4.0 with php-composer(sebastian/version) < 5)
|
||||
BuildRequires: (php-composer(theseer/tokenizer) >= 1.2.0 with php-composer(theseer/tokenizer) < 2)
|
||||
BuildRequires: (php-composer(nikic/php-parser) >= 4.19.1 with php-composer(nikic/php-parser) < 6)
|
||||
BuildRequires: (php-composer(phpunit/php-file-iterator) >= 4.1.0 with php-composer(phpunit/php-file-iterator) < 5)
|
||||
BuildRequires: (php-composer(phpunit/php-text-template) >= 3.0.1 with php-composer(phpunit/php-text-template) < 4)
|
||||
BuildRequires: (php-composer(sebastian/code-unit-reverse-lookup) >= 3.0.0 with php-composer(sebastian/code-unit-reverse-lookup) < 4)
|
||||
BuildRequires: (php-composer(sebastian/complexity) >= 3.2.0 with php-composer(sebastian/complexity) < 4)
|
||||
BuildRequires: (php-composer(sebastian/environment) >= 6.1.0 with php-composer(sebastian/environment) < 7)
|
||||
BuildRequires: (php-composer(sebastian/lines-of-code) >= 2.0.2 with php-composer(sebastian/lines-of-code) < 3)
|
||||
BuildRequires: (php-composer(sebastian/version) >= 4.0.1 with php-composer(sebastian/version) < 5)
|
||||
BuildRequires: (php-composer(theseer/tokenizer) >= 1.2.3 with php-composer(theseer/tokenizer) < 2)
|
||||
BuildRequires: php-date
|
||||
BuildRequires: php-dom
|
||||
BuildRequires: php-json
|
||||
|
|
@ -71,28 +71,28 @@ BuildRequires: php-xdebug
|
|||
# "ext-dom": "*",
|
||||
# "ext-libxml": "*",
|
||||
# "ext-xmlwriter": "*",
|
||||
# "nikic/php-parser": "^4.18 || ^5.0",
|
||||
# "phpunit/php-file-iterator": "^4.0",
|
||||
# "phpunit/php-text-template": "^3.0",
|
||||
# "sebastian/code-unit-reverse-lookup": "^3.0",
|
||||
# "sebastian/complexity": "^3.0",
|
||||
# "sebastian/environment": "^6.0",
|
||||
# "sebastian/lines-of-code": "^2.0",
|
||||
# "sebastian/version": "^4.0",
|
||||
# "theseer/tokenizer": "^1.2.0"
|
||||
# "nikic/php-parser": "^4.19.1 || ^5.1.0",
|
||||
# "phpunit/php-file-iterator": "^4.1.0",
|
||||
# "phpunit/php-text-template": "^3.0.1",
|
||||
# "sebastian/code-unit-reverse-lookup": "^3.0.0",
|
||||
# "sebastian/complexity": "^3.2.0",
|
||||
# "sebastian/environment": "^6.1.0",
|
||||
# "sebastian/lines-of-code": "^2.0.2",
|
||||
# "sebastian/version": "^4.0.1",
|
||||
# "theseer/tokenizer": "^1.2.3"
|
||||
Requires: php(language) >= 8.1
|
||||
Requires: php-dom
|
||||
Requires: php-libxml
|
||||
Requires: php-xmlwriter
|
||||
Requires: (php-composer(nikic/php-parser) >= 4.18 with php-composer(nikic/php-parser) < 6)
|
||||
Requires: (php-composer(phpunit/php-file-iterator) >= 4.0 with php-composer(phpunit/php-file-iterator) < 5)
|
||||
Requires: (php-composer(phpunit/php-text-template) >= 3.0 with php-composer(phpunit/php-text-template) < 4)
|
||||
Requires: (php-composer(sebastian/code-unit-reverse-lookup) >= 3.0 with php-composer(sebastian/code-unit-reverse-lookup) < 4)
|
||||
Requires: (php-composer(sebastian/complexity) >= 3.0 with php-composer(sebastian/complexity) < 4)
|
||||
Requires: (php-composer(sebastian/environment) >= 6.0 with php-composer(sebastian/environment) < 7)
|
||||
Requires: (php-composer(sebastian/lines-of-code) >= 2.0 with php-composer(sebastian/lines-of-code) < 3)
|
||||
Requires: (php-composer(sebastian/version) >= 4.0 with php-composer(sebastian/version) < 5)
|
||||
Requires: (php-composer(theseer/tokenizer) >= 1.2.0 with php-composer(theseer/tokenizer) < 2)
|
||||
Requires: (php-composer(nikic/php-parser) >= 4.19.1 with php-composer(nikic/php-parser) < 6)
|
||||
Requires: (php-composer(phpunit/php-file-iterator) >= 4.1.0 with php-composer(phpunit/php-file-iterator) < 5)
|
||||
Requires: (php-composer(phpunit/php-text-template) >= 3.0.1 with php-composer(phpunit/php-text-template) < 4)
|
||||
Requires: (php-composer(sebastian/code-unit-reverse-lookup) >= 3.0.0 with php-composer(sebastian/code-unit-reverse-lookup) < 4)
|
||||
Requires: (php-composer(sebastian/complexity) >= 3.2.0 with php-composer(sebastian/complexity) < 4)
|
||||
Requires: (php-composer(sebastian/environment) >= 6.1.0 with php-composer(sebastian/environment) < 7)
|
||||
Requires: (php-composer(sebastian/lines-of-code) >= 2.0.2 with php-composer(sebastian/lines-of-code) < 3)
|
||||
Requires: (php-composer(sebastian/version) >= 4.0.1 with php-composer(sebastian/version) < 5)
|
||||
Requires: (php-composer(theseer/tokenizer) >= 1.2.3 with php-composer(theseer/tokenizer) < 2)
|
||||
# From composer.json, suggest
|
||||
# "ext-pcov": "*",
|
||||
# "ext-xdebug": "*"
|
||||
|
|
@ -200,6 +200,10 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Aug 22 2024 Remi Collet <remi@remirepo.net> - 10.1.16-1
|
||||
- update to 10.1.16 (no change)
|
||||
- raise dependencies
|
||||
|
||||
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 10.1.15-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-phpunit-php-code-coverage10-10.1.15-5da8b17.tgz) = 1d1cf0c2c533aed81985e18d77e6d9c5daf1557a647a3ecaba3a30f418f43c750a98832ce91149b119bd6366663d191b7711da64c46585688a4f563d76eb1c78
|
||||
SHA512 (php-phpunit-php-code-coverage10-10.1.16-7e30826.tgz) = 8061f78c9a395ae77bceca54745cd48a3b5eb741666f8d4925a8165317576a25c01e4cd32f99f946fdf20fbe323538f8dd12233124c9ef9764bdfb829ffc01a9
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue