Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
494437787a | ||
|
|
7ee460f5c3 | ||
|
|
b67916312b | ||
|
|
37e0a14a8a |
3 changed files with 36 additions and 64 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -34,5 +34,3 @@
|
||||||
/php-phpunit-php-code-coverage9-9.2.28-7134a5c.tgz
|
/php-phpunit-php-code-coverage9-9.2.28-7134a5c.tgz
|
||||||
/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.32-85402a8.tgz
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# remirepo/fedora spec file for php-phpunit-php-code-coverage9
|
# remirepo/fedora spec file for php-phpunit-php-code-coverage9
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013-2024 Remi Collet
|
# Copyright (c) 2013-2023 Remi Collet
|
||||||
# License: CC-BY-SA-4.0
|
# License: CC-BY-SA-4.0
|
||||||
# http://creativecommons.org/licenses/by-sa/4.0/
|
# http://creativecommons.org/licenses/by-sa/4.0/
|
||||||
#
|
#
|
||||||
|
|
@ -10,12 +10,11 @@
|
||||||
%bcond_without tests
|
%bcond_without tests
|
||||||
|
|
||||||
# Github
|
# Github
|
||||||
%global gh_commit 85402a822d1ecf1db1096959413d35e1c37cf1a5
|
%global gh_commit ca2bd87d2f9215904682a9cb9bb37dda98e76089
|
||||||
#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_vendor sebastianbergmann
|
||||||
%global gh_project php-code-coverage
|
%global gh_project php-code-coverage
|
||||||
%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 +25,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.32
|
Version: 9.2.30
|
||||||
Release: 3%{?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
|
||||||
|
|
@ -35,7 +34,7 @@ Summary: PHP code coverage information, version %{ver_major}
|
||||||
# MIT: boostrap, d3, holder, html5shiv, jquery, respond
|
# MIT: boostrap, d3, holder, html5shiv, jquery, respond
|
||||||
# Apache-2.0: nvd3
|
# Apache-2.0: nvd3
|
||||||
License: BSD-3-Clause AND MIT AND Apache-2.0
|
License: BSD-3-Clause AND MIT AND Apache-2.0
|
||||||
URL: https://github.com/%{gh_owner}/%{gh_project}
|
URL: https://github.com/%{gh_vendor}/%{gh_project}
|
||||||
Source0: %{name}-%{version}-%{gh_short}.tgz
|
Source0: %{name}-%{version}-%{gh_short}.tgz
|
||||||
Source1: makesrc.sh
|
Source1: makesrc.sh
|
||||||
|
|
||||||
|
|
@ -43,18 +42,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.19.1 with php-composer(nikic/php-parser) < 6)
|
BuildRequires: (php-composer(nikic/php-parser) >= 4.18 with php-composer(nikic/php-parser) < 6)
|
||||||
BuildRequires: (php-composer(phpunit/php-file-iterator) >= 3.0.6 with php-composer(phpunit/php-file-iterator) < 4)
|
BuildRequires: (php-composer(phpunit/php-file-iterator) >= 3.0.3 with php-composer(phpunit/php-file-iterator) < 4)
|
||||||
BuildRequires: (php-composer(phpunit/php-text-template) >= 2.0.4 with php-composer(phpunit/php-text-template) < 3)
|
BuildRequires: (php-composer(phpunit/php-text-template) >= 2.0.2 with php-composer(phpunit/php-text-template) < 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/code-unit-reverse-lookup) >= 2.0.2 with php-composer(sebastian/code-unit-reverse-lookup) < 3)
|
||||||
BuildRequires: (php-composer(sebastian/complexity) >= 2.0.3 with php-composer(sebastian/complexity) < 3)
|
BuildRequires: (php-composer(sebastian/complexity) >= 2.0 with php-composer(sebastian/complexity) < 3)
|
||||||
BuildRequires: (php-composer(sebastian/environment) >= 5.1.5 with php-composer(sebastian/environment) < 6)
|
BuildRequires: (php-composer(sebastian/environment) >= 5.1.2 with php-composer(sebastian/environment) < 6)
|
||||||
BuildRequires: (php-composer(sebastian/lines-of-code) >= 1.0.4 with php-composer(sebastian/lines-of-code) < 2)
|
BuildRequires: (php-composer(sebastian/lines-of-code) >= 1.0.3 with php-composer(sebastian/lines-of-code) < 2)
|
||||||
BuildRequires: (php-composer(sebastian/version) >= 3.0.2 with php-composer(sebastian/version) < 4)
|
BuildRequires: (php-composer(sebastian/version) >= 3.0.1 with php-composer(sebastian/version) < 4)
|
||||||
BuildRequires: (php-composer(theseer/tokenizer) >= 1.2.3 with php-composer(theseer/tokenizer) < 2)
|
BuildRequires: (php-composer(theseer/tokenizer) >= 1.2.0 with php-composer(theseer/tokenizer) < 2)
|
||||||
# From composer.json, "require-dev": {
|
# From composer.json, "require-dev": {
|
||||||
# "phpunit/phpunit": "^9.6"
|
# "phpunit/phpunit": "^9.3"
|
||||||
BuildRequires: phpunit9 >= 9.6
|
BuildRequires: phpunit9 >= 9.3
|
||||||
BuildRequires: php-xdebug
|
BuildRequires: php-xdebug
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
@ -63,28 +62,28 @@ BuildRequires: php-xdebug
|
||||||
# "ext-dom": "*",
|
# "ext-dom": "*",
|
||||||
# "ext-libxml": "*",
|
# "ext-libxml": "*",
|
||||||
# "ext-xmlwriter": "*",
|
# "ext-xmlwriter": "*",
|
||||||
# "nikic/php-parser": "^4.19.1 || ^5.1.0"
|
# "nikic/php-parser": "^4.18 || ^5.0"
|
||||||
# "phpunit/php-file-iterator": "^3.0.6",
|
# "phpunit/php-file-iterator": "^3.0.3",
|
||||||
# "phpunit/php-text-template": "^2.0.4",
|
# "phpunit/php-text-template": "^2.0.2",
|
||||||
# "sebastian/code-unit-reverse-lookup": "^2.0.3",
|
# "sebastian/code-unit-reverse-lookup": "^2.0.2",
|
||||||
# "sebastian/complexity": "^2.0.3",
|
# "sebastian/complexity": "^2.0",
|
||||||
# "sebastian/environment": "^5.1.5",
|
# "sebastian/environment": "^5.1.2",
|
||||||
# "sebastian/lines-of-code": "^1.0.4",
|
# "sebastian/lines-of-code": "^1.0.3",
|
||||||
# "sebastian/version": "^3.0.2",
|
# "sebastian/version": "^3.0.1",
|
||||||
# "theseer/tokenizer": "^1.2.3"
|
# "theseer/tokenizer": "^1.2.0"
|
||||||
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.19.1 with php-composer(nikic/php-parser) < 6)
|
Requires: (php-composer(nikic/php-parser) >= 4.18 with php-composer(nikic/php-parser) < 6)
|
||||||
Requires: (php-composer(phpunit/php-file-iterator) >= 3.0.6 with php-composer(phpunit/php-file-iterator) < 4)
|
Requires: (php-composer(phpunit/php-file-iterator) >= 3.0.3 with php-composer(phpunit/php-file-iterator) < 4)
|
||||||
Requires: (php-composer(phpunit/php-text-template) >= 2.0.4 with php-composer(phpunit/php-text-template) < 3)
|
Requires: (php-composer(phpunit/php-text-template) >= 2.0.2 with php-composer(phpunit/php-text-template) < 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/code-unit-reverse-lookup) >= 2.0.2 with php-composer(sebastian/code-unit-reverse-lookup) < 3)
|
||||||
Requires: (php-composer(sebastian/complexity) >= 2.0.3 with php-composer(sebastian/complexity) < 3)
|
Requires: (php-composer(sebastian/complexity) >= 2.0 with php-composer(sebastian/complexity) < 3)
|
||||||
Requires: (php-composer(sebastian/environment) >= 5.1.5 with php-composer(sebastian/environment) < 6)
|
Requires: (php-composer(sebastian/environment) >= 5.1.2 with php-composer(sebastian/environment) < 6)
|
||||||
Requires: (php-composer(sebastian/lines-of-code) >= 1.0.4 with php-composer(sebastian/lines-of-code) < 2)
|
Requires: (php-composer(sebastian/lines-of-code) >= 1.0.3 with php-composer(sebastian/lines-of-code) < 2)
|
||||||
Requires: (php-composer(sebastian/version) >= 3.0.2 with php-composer(sebastian/version) < 4)
|
Requires: (php-composer(sebastian/version) >= 3.0.1 with php-composer(sebastian/version) < 4)
|
||||||
Requires: (php-composer(theseer/tokenizer) >= 1.2.3 with php-composer(theseer/tokenizer) < 2)
|
Requires: (php-composer(theseer/tokenizer) >= 1.2.0 with php-composer(theseer/tokenizer) < 2)
|
||||||
# From composer.json, suggest
|
# From composer.json, suggest
|
||||||
# "ext-pcov": "*",
|
# "ext-pcov": "*",
|
||||||
# "ext-xdebug": "*"
|
# "ext-xdebug": "*"
|
||||||
|
|
@ -189,28 +188,6 @@ exit $ret
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 9.2.32-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 9.2.32-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
|
||||||
|
|
||||||
* 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
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Mar 5 2024 Remi Collet <remi@remirepo.net> - 9.2.31-1
|
|
||||||
- update to 9.2.31
|
|
||||||
|
|
||||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 9.2.30-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 9.2.30-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Dec 22 2023 Remi Collet <remi@remirepo.net> - 9.2.30-1
|
* Fri Dec 22 2023 Remi Collet <remi@remirepo.net> - 9.2.30-1
|
||||||
- update to 9.2.30
|
- update to 9.2.30
|
||||||
- raise dependency on nikic/php-parser 4.18 and allow 5.0
|
- raise dependency on nikic/php-parser 4.18 and allow 5.0
|
||||||
|
|
@ -224,9 +201,6 @@ exit $ret
|
||||||
* Thu Jul 27 2023 Remi Collet <remi@remirepo.net> - 9.2.27-1
|
* Thu Jul 27 2023 Remi Collet <remi@remirepo.net> - 9.2.27-1
|
||||||
- update to 9.2.27
|
- update to 9.2.27
|
||||||
|
|
||||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 9.2.26-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Mar 6 2023 Remi Collet <remi@remirepo.net> - 9.2.26-1
|
* Mon Mar 6 2023 Remi Collet <remi@remirepo.net> - 9.2.26-1
|
||||||
- update to 9.2.26
|
- update to 9.2.26
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (php-phpunit-php-code-coverage9-9.2.32-85402a8.tgz) = 135adf1a4e08da0999f80fa4f535d524ba4d29885a313c89973377b0a31fce475264950361cfc037d6ba7b3e9ca378f301c98f62dc2063eee1b7d05d56646f13
|
SHA512 (php-phpunit-php-code-coverage9-9.2.30-ca2bd87.tgz) = 98bca1f671c79db73d87df4d091de84e459de88855fa102777f610fb640558308a57a8a5d6936a4d3e43b8f9b4b9ff7866415b7c4522e559e542bcab108a3581
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue