Compare commits
11 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
017639b996 | ||
|
|
d4911491ee | ||
|
|
c14025d7eb | ||
|
|
60925ce38e | ||
|
|
1572d37428 | ||
|
|
e44e5cace0 | ||
|
|
70ae2f6ee6 | ||
|
|
0ec556bef8 | ||
|
|
00e0016395 | ||
|
|
b5f3799c8f | ||
|
|
98ed4e30c2 |
3 changed files with 32 additions and 57 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -12,4 +12,3 @@
|
|||
/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 7e308268858ed6baedc8704a304727d20bc07c77
|
||||
%global gh_commit 5da8b1728acd1e6ffdf2ff32ffbdfd04307f26ae
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sebastianbergmann
|
||||
%global gh_project php-code-coverage
|
||||
%global gh_date 2024-08-22
|
||||
%global gh_date 2024-06-29
|
||||
# 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.16
|
||||
Release: 3%{?dist}
|
||||
Version: 10.1.15
|
||||
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.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-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-date
|
||||
BuildRequires: php-dom
|
||||
BuildRequires: php-json
|
||||
|
|
@ -71,28 +71,28 @@ BuildRequires: php-xdebug
|
|||
# "ext-dom": "*",
|
||||
# "ext-libxml": "*",
|
||||
# "ext-xmlwriter": "*",
|
||||
# "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"
|
||||
# "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"
|
||||
Requires: php(language) >= 8.1
|
||||
Requires: php-dom
|
||||
Requires: php-libxml
|
||||
Requires: php-xmlwriter
|
||||
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)
|
||||
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)
|
||||
# From composer.json, suggest
|
||||
# "ext-pcov": "*",
|
||||
# "ext-xdebug": "*"
|
||||
|
|
@ -200,19 +200,6 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 10.1.16-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 10.1.16-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* 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
|
||||
|
||||
* Tue Jul 2 2024 Remi Collet <remi@remirepo.net> - 10.1.15-1
|
||||
- update to 10.1.15
|
||||
|
||||
|
|
@ -222,15 +209,6 @@ exit $ret
|
|||
* Mon Mar 11 2024 Remi Collet <remi@remirepo.net> - 10.1.13-1
|
||||
- update to 10.1.13
|
||||
|
||||
* Tue Mar 5 2024 Remi Collet <remi@remirepo.net> - 10.1.12-1
|
||||
- update to 10.1.12
|
||||
|
||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 10.1.11-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 10.1.11-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Thu Dec 21 2023 Remi Collet <remi@remirepo.net> - 10.1.11-1
|
||||
- update to 10.1.11
|
||||
- raise dependency on nikic/php-parser 4.18 and allow 5.0
|
||||
|
|
@ -255,8 +233,6 @@ exit $ret
|
|||
|
||||
* Fri Sep 1 2023 Remi Collet <remi@remirepo.net> - 10.1.4-1
|
||||
- update to 10.1.4
|
||||
|
||||
* Wed Aug 23 2023 Remi Collet <remi@remirepo.net> - 10.1.3-2
|
||||
- Enable test suite
|
||||
|
||||
* Thu Jul 27 2023 Remi Collet <remi@remirepo.net> - 10.1.3-1
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-phpunit-php-code-coverage10-10.1.16-7e30826.tgz) = 8061f78c9a395ae77bceca54745cd48a3b5eb741666f8d4925a8165317576a25c01e4cd32f99f946fdf20fbe323538f8dd12233124c9ef9764bdfb829ffc01a9
|
||||
SHA512 (php-phpunit-php-code-coverage10-10.1.15-5da8b17.tgz) = 1d1cf0c2c533aed81985e18d77e6d9c5daf1557a647a3ecaba3a30f418f43c750a98832ce91149b119bd6366663d191b7711da64c46585688a4f563d76eb1c78
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue