v9.1.5
This commit is contained in:
parent
680eb27bb7
commit
e465017b70
3 changed files with 7 additions and 32 deletions
|
|
@ -14,7 +14,7 @@
|
|||
%bcond_without tests
|
||||
%endif
|
||||
# Github
|
||||
%global gh_commit 4422fca28c3634e2de8c7c373af97a104dd1a45f
|
||||
%global gh_commit adea70610c070869261d2d0a62fa968611447b56
|
||||
#global gh_date 20150924
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_vendor sebastianbergmann
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
%global ver_major 9
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{ver_major}
|
||||
Version: 9.1.4
|
||||
Version: 9.1.5
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP code coverage information
|
||||
|
||||
|
|
@ -46,8 +46,6 @@ BuildArch: noarch
|
|||
BuildRequires: php-fedora-autoloader-devel >= 1.0.0
|
||||
%if %{with tests}
|
||||
BuildRequires: php(language) >= 7.3
|
||||
# remirepo:1
|
||||
%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8
|
||||
BuildRequires: (php-composer(nikic/php-parser) >= 4.8 with php-composer(nikic/php-parser) < 5)
|
||||
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)
|
||||
|
|
@ -57,18 +55,6 @@ BuildRequires: (php-composer(sebastian/environment) >= 5.1.2 with
|
|||
BuildRequires: (php-composer(sebastian/lines-of-code) >= 1.0 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)
|
||||
# remirepo:11
|
||||
%else
|
||||
BuildRequires: php-nikic-php-parser4 >= 4.8
|
||||
BuildRequires: php-phpunit-php-file-iterator3 >= 3.0.3
|
||||
BuildRequires: php-phpunit-php-text-template2 >= 2.0.2
|
||||
BuildRequires: php-sebastian-code-unit-reverse-lookup2 >= 2.0.2
|
||||
BuildRequires: php-sebastian-complexity >= 2.0.0
|
||||
BuildRequires: php-sebastian-environment5 >= 5.1.2
|
||||
BuildRequires: php-sebastian-lines-of-code >= 1.0
|
||||
BuildRequires: php-sebastian-version3 >= 3.0.1
|
||||
BuildRequires: php-theseer-tokenizer >= 1.2.0
|
||||
%endif
|
||||
# From composer.json, "require-dev": {
|
||||
# "phpunit/phpunit": "^9.3"
|
||||
# TODO test suite passes with v9.2, switch to v9.3 when available
|
||||
|
|
@ -95,8 +81,6 @@ Requires: php(language) >= 7.3
|
|||
Requires: php-dom
|
||||
Requires: php-libxml
|
||||
Requires: php-xmlwriter
|
||||
# remirepo:1
|
||||
%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8
|
||||
Requires: (php-composer(nikic/php-parser) >= 4.8 with php-composer(nikic/php-parser) < 5)
|
||||
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)
|
||||
|
|
@ -111,18 +95,6 @@ Requires: (php-composer(theseer/tokenizer) >= 1.2.0 with
|
|||
# "ext-xdebug": "*"
|
||||
Suggests: php-xdebug
|
||||
Recommends: php-pcov
|
||||
# remirepo:11
|
||||
%else
|
||||
Requires: php-nikic-php-parser4 >= 4.8
|
||||
Requires: php-phpunit-php-file-iterator3 >= 3.0.3
|
||||
Requires: php-phpunit-php-text-template2 >= 2.0.2
|
||||
Requires: php-sebastian-code-unit-reverse-lookup2 >= 2.0.2
|
||||
Requires: php-sebastian-complexity >= 2.0.0
|
||||
Requires: php-sebastian-environment5 >= 5.1.2
|
||||
Requires: php-sebastian-lines-of-code >= 1.0
|
||||
Requires: php-sebastian-version3 >= 3.0.1
|
||||
Requires: php-theseer-tokenizer >= 1.2.0
|
||||
%endif
|
||||
# From phpcompatinfo report for version 9.0.0
|
||||
Requires: php-reflection
|
||||
Requires: php-date
|
||||
|
|
@ -208,8 +180,6 @@ exit $ret
|
|||
|
||||
|
||||
%files
|
||||
# remirepo:1
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%doc ChangeLog.md
|
||||
|
|
@ -218,6 +188,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Aug 27 2020 Remi Collet <remi@remirepo.net> - 9.1.5-1
|
||||
- update to 9.1.5
|
||||
|
||||
* Fri Aug 14 2020 Remi Collet <remi@remirepo.net> - 9.1.4-1
|
||||
- update to 9.1.4
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue