Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
335d153d28 | ||
|
|
08f0211086 | ||
|
|
23a205550e | ||
|
|
4750726eb5 | ||
|
|
e004f6ed39 | ||
|
|
b0db48a833 | ||
|
|
699792dfbd |
3 changed files with 61 additions and 36 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -34,3 +34,5 @@
|
|||
/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.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
|
||||
#
|
||||
# Copyright (c) 2013-2023 Remi Collet
|
||||
# Copyright (c) 2013-2024 Remi Collet
|
||||
# License: CC-BY-SA-4.0
|
||||
# http://creativecommons.org/licenses/by-sa/4.0/
|
||||
#
|
||||
|
|
@ -10,11 +10,12 @@
|
|||
%bcond_without tests
|
||||
|
||||
# Github
|
||||
%global gh_commit ca2bd87d2f9215904682a9cb9bb37dda98e76089
|
||||
%global gh_commit 85402a822d1ecf1db1096959413d35e1c37cf1a5
|
||||
#global gh_date 20150924
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_vendor sebastianbergmann
|
||||
%global gh_owner sebastianbergmann
|
||||
%global gh_project php-code-coverage
|
||||
%global gh_date 2024-08-22
|
||||
# Packagist
|
||||
%global pk_vendor phpunit
|
||||
%global pk_project php-code-coverage
|
||||
|
|
@ -25,8 +26,8 @@
|
|||
%global ver_major 9
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{ver_major}
|
||||
Version: 9.2.30
|
||||
Release: 1%{?dist}
|
||||
Version: 9.2.32
|
||||
Release: 3%{?dist}
|
||||
Summary: PHP code coverage information, version %{ver_major}
|
||||
|
||||
# SPDX: Main license is BSD-3-Clause
|
||||
|
|
@ -34,7 +35,7 @@ Summary: PHP code coverage information, version %{ver_major}
|
|||
# MIT: boostrap, d3, holder, html5shiv, jquery, respond
|
||||
# Apache-2.0: nvd3
|
||||
License: BSD-3-Clause AND MIT AND Apache-2.0
|
||||
URL: https://github.com/%{gh_vendor}/%{gh_project}
|
||||
URL: https://github.com/%{gh_owner}/%{gh_project}
|
||||
Source0: %{name}-%{version}-%{gh_short}.tgz
|
||||
Source1: makesrc.sh
|
||||
|
||||
|
|
@ -42,18 +43,18 @@ BuildArch: noarch
|
|||
BuildRequires: php-fedora-autoloader-devel >= 1.0.0
|
||||
%if %{with tests}
|
||||
BuildRequires: php(language) >= 7.3
|
||||
BuildRequires: (php-composer(nikic/php-parser) >= 4.18 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-text-template) >= 2.0.2 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/complexity) >= 2.0 with php-composer(sebastian/complexity) < 3)
|
||||
BuildRequires: (php-composer(sebastian/environment) >= 5.1.2 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/version) >= 3.0.1 with php-composer(sebastian/version) < 4)
|
||||
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) >= 3.0.6 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(sebastian/code-unit-reverse-lookup) >= 2.0.3 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/environment) >= 5.1.5 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/version) >= 3.0.2 with php-composer(sebastian/version) < 4)
|
||||
BuildRequires: (php-composer(theseer/tokenizer) >= 1.2.3 with php-composer(theseer/tokenizer) < 2)
|
||||
# From composer.json, "require-dev": {
|
||||
# "phpunit/phpunit": "^9.3"
|
||||
BuildRequires: phpunit9 >= 9.3
|
||||
# "phpunit/phpunit": "^9.6"
|
||||
BuildRequires: phpunit9 >= 9.6
|
||||
BuildRequires: php-xdebug
|
||||
%endif
|
||||
|
||||
|
|
@ -62,28 +63,28 @@ BuildRequires: php-xdebug
|
|||
# "ext-dom": "*",
|
||||
# "ext-libxml": "*",
|
||||
# "ext-xmlwriter": "*",
|
||||
# "nikic/php-parser": "^4.18 || ^5.0"
|
||||
# "phpunit/php-file-iterator": "^3.0.3",
|
||||
# "phpunit/php-text-template": "^2.0.2",
|
||||
# "sebastian/code-unit-reverse-lookup": "^2.0.2",
|
||||
# "sebastian/complexity": "^2.0",
|
||||
# "sebastian/environment": "^5.1.2",
|
||||
# "sebastian/lines-of-code": "^1.0.3",
|
||||
# "sebastian/version": "^3.0.1",
|
||||
# "theseer/tokenizer": "^1.2.0"
|
||||
# "nikic/php-parser": "^4.19.1 || ^5.1.0"
|
||||
# "phpunit/php-file-iterator": "^3.0.6",
|
||||
# "phpunit/php-text-template": "^2.0.4",
|
||||
# "sebastian/code-unit-reverse-lookup": "^2.0.3",
|
||||
# "sebastian/complexity": "^2.0.3",
|
||||
# "sebastian/environment": "^5.1.5",
|
||||
# "sebastian/lines-of-code": "^1.0.4",
|
||||
# "sebastian/version": "^3.0.2",
|
||||
# "theseer/tokenizer": "^1.2.3"
|
||||
Requires: php(language) >= 7.3
|
||||
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) >= 3.0.3 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(sebastian/code-unit-reverse-lookup) >= 2.0.2 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/environment) >= 5.1.2 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/version) >= 3.0.1 with php-composer(sebastian/version) < 4)
|
||||
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) >= 3.0.6 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(sebastian/code-unit-reverse-lookup) >= 2.0.3 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/environment) >= 5.1.5 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/version) >= 3.0.2 with php-composer(sebastian/version) < 4)
|
||||
Requires: (php-composer(theseer/tokenizer) >= 1.2.3 with php-composer(theseer/tokenizer) < 2)
|
||||
# From composer.json, suggest
|
||||
# "ext-pcov": "*",
|
||||
# "ext-xdebug": "*"
|
||||
|
|
@ -188,6 +189,28 @@ exit $ret
|
|||
|
||||
|
||||
%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
|
||||
- update to 9.2.30
|
||||
- raise dependency on nikic/php-parser 4.18 and allow 5.0
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-phpunit-php-code-coverage9-9.2.30-ca2bd87.tgz) = 98bca1f671c79db73d87df4d091de84e459de88855fa102777f610fb640558308a57a8a5d6936a4d3e43b8f9b4b9ff7866415b7c4522e559e542bcab108a3581
|
||||
SHA512 (php-phpunit-php-code-coverage9-9.2.32-85402a8.tgz) = 135adf1a4e08da0999f80fa4f535d524ba4d29885a313c89973377b0a31fce475264950361cfc037d6ba7b3e9ca378f301c98f62dc2063eee1b7d05d56646f13
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue