update to 9.2.32 (no change)
raise dependencies
This commit is contained in:
parent
4750726eb5
commit
23a205550e
3 changed files with 39 additions and 34 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -35,3 +35,4 @@
|
||||||
/php-phpunit-php-code-coverage9-9.2.29-6a3a87a.tgz
|
/php-phpunit-php-code-coverage9-9.2.29-6a3a87a.tgz
|
||||||
/php-phpunit-php-code-coverage9-9.2.30-ca2bd87.tgz
|
/php-phpunit-php-code-coverage9-9.2.30-ca2bd87.tgz
|
||||||
/php-phpunit-php-code-coverage9-9.2.31-48c34b5.tgz
|
/php-phpunit-php-code-coverage9-9.2.31-48c34b5.tgz
|
||||||
|
/php-phpunit-php-code-coverage9-9.2.32-85402a8.tgz
|
||||||
|
|
|
||||||
|
|
@ -10,12 +10,12 @@
|
||||||
%bcond_without tests
|
%bcond_without tests
|
||||||
|
|
||||||
# Github
|
# Github
|
||||||
%global gh_commit 48c34b5d8d983006bd2adc2d0de92963b9155965
|
%global gh_commit 85402a822d1ecf1db1096959413d35e1c37cf1a5
|
||||||
#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_owner sebastianbergmann
|
%global gh_owner sebastianbergmann
|
||||||
%global gh_project php-code-coverage
|
%global gh_project php-code-coverage
|
||||||
%global gh_date 2024-03-02
|
%global gh_date 2024-08-22
|
||||||
# Packagist
|
# Packagist
|
||||||
%global pk_vendor phpunit
|
%global pk_vendor phpunit
|
||||||
%global pk_project php-code-coverage
|
%global pk_project php-code-coverage
|
||||||
|
|
@ -26,8 +26,8 @@
|
||||||
%global ver_major 9
|
%global ver_major 9
|
||||||
|
|
||||||
Name: php-%{pk_vendor}-%{pk_project}%{ver_major}
|
Name: php-%{pk_vendor}-%{pk_project}%{ver_major}
|
||||||
Version: 9.2.31
|
Version: 9.2.32
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: PHP code coverage information, version %{ver_major}
|
Summary: PHP code coverage information, version %{ver_major}
|
||||||
|
|
||||||
# SPDX: Main license is BSD-3-Clause
|
# SPDX: Main license is BSD-3-Clause
|
||||||
|
|
@ -43,18 +43,18 @@ BuildArch: noarch
|
||||||
BuildRequires: php-fedora-autoloader-devel >= 1.0.0
|
BuildRequires: php-fedora-autoloader-devel >= 1.0.0
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: php(language) >= 7.3
|
BuildRequires: php(language) >= 7.3
|
||||||
BuildRequires: (php-composer(nikic/php-parser) >= 4.18 with php-composer(nikic/php-parser) < 6)
|
BuildRequires: (php-composer(nikic/php-parser) >= 4.19.1 with php-composer(nikic/php-parser) < 6)
|
||||||
BuildRequires: (php-composer(phpunit/php-file-iterator) >= 3.0.3 with php-composer(phpunit/php-file-iterator) < 4)
|
BuildRequires: (php-composer(phpunit/php-file-iterator) >= 3.0.6 with php-composer(phpunit/php-file-iterator) < 4)
|
||||||
BuildRequires: (php-composer(phpunit/php-text-template) >= 2.0.2 with php-composer(phpunit/php-text-template) < 3)
|
BuildRequires: (php-composer(phpunit/php-text-template) >= 2.0.4 with php-composer(phpunit/php-text-template) < 3)
|
||||||
BuildRequires: (php-composer(sebastian/code-unit-reverse-lookup) >= 2.0.2 with php-composer(sebastian/code-unit-reverse-lookup) < 3)
|
BuildRequires: (php-composer(sebastian/code-unit-reverse-lookup) >= 2.0.3 with php-composer(sebastian/code-unit-reverse-lookup) < 3)
|
||||||
BuildRequires: (php-composer(sebastian/complexity) >= 2.0 with php-composer(sebastian/complexity) < 3)
|
BuildRequires: (php-composer(sebastian/complexity) >= 2.0.3 with php-composer(sebastian/complexity) < 3)
|
||||||
BuildRequires: (php-composer(sebastian/environment) >= 5.1.2 with php-composer(sebastian/environment) < 6)
|
BuildRequires: (php-composer(sebastian/environment) >= 5.1.5 with php-composer(sebastian/environment) < 6)
|
||||||
BuildRequires: (php-composer(sebastian/lines-of-code) >= 1.0.3 with php-composer(sebastian/lines-of-code) < 2)
|
BuildRequires: (php-composer(sebastian/lines-of-code) >= 1.0.4 with php-composer(sebastian/lines-of-code) < 2)
|
||||||
BuildRequires: (php-composer(sebastian/version) >= 3.0.1 with php-composer(sebastian/version) < 4)
|
BuildRequires: (php-composer(sebastian/version) >= 3.0.2 with php-composer(sebastian/version) < 4)
|
||||||
BuildRequires: (php-composer(theseer/tokenizer) >= 1.2.0 with php-composer(theseer/tokenizer) < 2)
|
BuildRequires: (php-composer(theseer/tokenizer) >= 1.2.3 with php-composer(theseer/tokenizer) < 2)
|
||||||
# From composer.json, "require-dev": {
|
# From composer.json, "require-dev": {
|
||||||
# "phpunit/phpunit": "^9.3"
|
# "phpunit/phpunit": "^9.6"
|
||||||
BuildRequires: phpunit9 >= 9.3
|
BuildRequires: phpunit9 >= 9.6
|
||||||
BuildRequires: php-xdebug
|
BuildRequires: php-xdebug
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
@ -63,28 +63,28 @@ BuildRequires: php-xdebug
|
||||||
# "ext-dom": "*",
|
# "ext-dom": "*",
|
||||||
# "ext-libxml": "*",
|
# "ext-libxml": "*",
|
||||||
# "ext-xmlwriter": "*",
|
# "ext-xmlwriter": "*",
|
||||||
# "nikic/php-parser": "^4.18 || ^5.0"
|
# "nikic/php-parser": "^4.19.1 || ^5.1.0"
|
||||||
# "phpunit/php-file-iterator": "^3.0.3",
|
# "phpunit/php-file-iterator": "^3.0.6",
|
||||||
# "phpunit/php-text-template": "^2.0.2",
|
# "phpunit/php-text-template": "^2.0.4",
|
||||||
# "sebastian/code-unit-reverse-lookup": "^2.0.2",
|
# "sebastian/code-unit-reverse-lookup": "^2.0.3",
|
||||||
# "sebastian/complexity": "^2.0",
|
# "sebastian/complexity": "^2.0.3",
|
||||||
# "sebastian/environment": "^5.1.2",
|
# "sebastian/environment": "^5.1.5",
|
||||||
# "sebastian/lines-of-code": "^1.0.3",
|
# "sebastian/lines-of-code": "^1.0.4",
|
||||||
# "sebastian/version": "^3.0.1",
|
# "sebastian/version": "^3.0.2",
|
||||||
# "theseer/tokenizer": "^1.2.0"
|
# "theseer/tokenizer": "^1.2.3"
|
||||||
Requires: php(language) >= 7.3
|
Requires: php(language) >= 7.3
|
||||||
Requires: php-dom
|
Requires: php-dom
|
||||||
Requires: php-libxml
|
Requires: php-libxml
|
||||||
Requires: php-xmlwriter
|
Requires: php-xmlwriter
|
||||||
Requires: (php-composer(nikic/php-parser) >= 4.18 with php-composer(nikic/php-parser) < 6)
|
Requires: (php-composer(nikic/php-parser) >= 4.19.1 with php-composer(nikic/php-parser) < 6)
|
||||||
Requires: (php-composer(phpunit/php-file-iterator) >= 3.0.3 with php-composer(phpunit/php-file-iterator) < 4)
|
Requires: (php-composer(phpunit/php-file-iterator) >= 3.0.6 with php-composer(phpunit/php-file-iterator) < 4)
|
||||||
Requires: (php-composer(phpunit/php-text-template) >= 2.0.2 with php-composer(phpunit/php-text-template) < 3)
|
Requires: (php-composer(phpunit/php-text-template) >= 2.0.4 with php-composer(phpunit/php-text-template) < 3)
|
||||||
Requires: (php-composer(sebastian/code-unit-reverse-lookup) >= 2.0.2 with php-composer(sebastian/code-unit-reverse-lookup) < 3)
|
Requires: (php-composer(sebastian/code-unit-reverse-lookup) >= 2.0.3 with php-composer(sebastian/code-unit-reverse-lookup) < 3)
|
||||||
Requires: (php-composer(sebastian/complexity) >= 2.0 with php-composer(sebastian/complexity) < 3)
|
Requires: (php-composer(sebastian/complexity) >= 2.0.3 with php-composer(sebastian/complexity) < 3)
|
||||||
Requires: (php-composer(sebastian/environment) >= 5.1.2 with php-composer(sebastian/environment) < 6)
|
Requires: (php-composer(sebastian/environment) >= 5.1.5 with php-composer(sebastian/environment) < 6)
|
||||||
Requires: (php-composer(sebastian/lines-of-code) >= 1.0.3 with php-composer(sebastian/lines-of-code) < 2)
|
Requires: (php-composer(sebastian/lines-of-code) >= 1.0.4 with php-composer(sebastian/lines-of-code) < 2)
|
||||||
Requires: (php-composer(sebastian/version) >= 3.0.1 with php-composer(sebastian/version) < 4)
|
Requires: (php-composer(sebastian/version) >= 3.0.2 with php-composer(sebastian/version) < 4)
|
||||||
Requires: (php-composer(theseer/tokenizer) >= 1.2.0 with php-composer(theseer/tokenizer) < 2)
|
Requires: (php-composer(theseer/tokenizer) >= 1.2.3 with php-composer(theseer/tokenizer) < 2)
|
||||||
# From composer.json, suggest
|
# From composer.json, suggest
|
||||||
# "ext-pcov": "*",
|
# "ext-pcov": "*",
|
||||||
# "ext-xdebug": "*"
|
# "ext-xdebug": "*"
|
||||||
|
|
@ -189,6 +189,10 @@ exit $ret
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 22 2024 Remi Collet <remi@remirepo.net> - 9.2.32-1
|
||||||
|
- update to 9.2.32 (no change)
|
||||||
|
- raise dependencies
|
||||||
|
|
||||||
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 9.2.31-2
|
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 9.2.31-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (php-phpunit-php-code-coverage9-9.2.31-48c34b5.tgz) = 480c9abe3f4fb5899e0fcfa00f4f123ced5871b22047ef1dd687a3c3bb20233c619ec8f49c063e60f2b0bd391f887fc3ede844b2cc1506a9b3543956c1d6e373
|
SHA512 (php-phpunit-php-code-coverage9-9.2.32-85402a8.tgz) = 135adf1a4e08da0999f80fa4f535d524ba4d29885a313c89973377b0a31fce475264950361cfc037d6ba7b3e9ca378f301c98f62dc2063eee1b7d05d56646f13
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue