update to 9.2.8
raise dependency on nikic/php-parser 4.13.0
(cherry picked from commit 9e90f59888)
This commit is contained in:
parent
2d1465dbbf
commit
28fa5835ce
3 changed files with 11 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -12,3 +12,4 @@
|
|||
/php-phpunit-php-code-coverage9-9.2.5-f3e0266.tgz
|
||||
/php-phpunit-php-code-coverage9-9.2.6-f6293e1.tgz
|
||||
/php-phpunit-php-code-coverage9-9.2.7-d4c798e.tgz
|
||||
/php-phpunit-php-code-coverage9-9.2.8-cf04e88.tgz
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
%bcond_without tests
|
||||
|
||||
# Github
|
||||
%global gh_commit d4c798ed8d51506800b441f7a13ecb0f76f12218
|
||||
%global gh_commit cf04e88a2e3c56fc1a65488afd493325b4c1bc3e
|
||||
#global gh_date 20150924
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_vendor sebastianbergmann
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
%global ver_major 9
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{ver_major}
|
||||
Version: 9.2.7
|
||||
Version: 9.2.8
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP code coverage information
|
||||
|
||||
|
|
@ -42,7 +42,7 @@ 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.12.0 with php-composer(nikic/php-parser) < 5)
|
||||
BuildRequires: (php-composer(nikic/php-parser) >= 4.13.0 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)
|
||||
BuildRequires: (php-composer(sebastian/code-unit-reverse-lookup) >= 2.0.2 with php-composer(sebastian/code-unit-reverse-lookup) < 3)
|
||||
|
|
@ -62,7 +62,7 @@ BuildRequires: php-xdebug
|
|||
# "ext-dom": "*",
|
||||
# "ext-libxml": "*",
|
||||
# "ext-xmlwriter": "*",
|
||||
# "nikic/php-parser": "^4.12.0",
|
||||
# "nikic/php-parser": "^4.13.0",
|
||||
# "phpunit/php-file-iterator": "^3.0.3",
|
||||
# "phpunit/php-text-template": "^2.0.2",
|
||||
# "sebastian/code-unit-reverse-lookup": "^2.0.2",
|
||||
|
|
@ -75,7 +75,7 @@ Requires: php(language) >= 7.3
|
|||
Requires: php-dom
|
||||
Requires: php-libxml
|
||||
Requires: php-xmlwriter
|
||||
Requires: (php-composer(nikic/php-parser) >= 4.12.0 with php-composer(nikic/php-parser) < 5)
|
||||
Requires: (php-composer(nikic/php-parser) >= 4.13.0 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)
|
||||
Requires: (php-composer(sebastian/code-unit-reverse-lookup) >= 2.0.2 with php-composer(sebastian/code-unit-reverse-lookup) < 3)
|
||||
|
|
@ -183,6 +183,10 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Nov 2 2021 Remi Collet <remi@remirepo.net> - 9.2.8-1
|
||||
- update to 9.2.8
|
||||
- raise dependency on nikic/php-parser 4.13.0
|
||||
|
||||
* Tue Sep 21 2021 Remi Collet <remi@remirepo.net> - 9.2.7-1
|
||||
- update to 9.2.7
|
||||
- raise dependency on nikic/php-parser 4.12.0
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-phpunit-php-code-coverage9-9.2.7-d4c798e.tgz) = 0441cc49d79b8af881fa06d172f5819727dd78c7719b0b2c304dc074300b9d6776f79035805366995b62205eafc50d0a4d96f03ebc0b2b2e970ff93ee0cefa71
|
||||
SHA512 (php-phpunit-php-code-coverage9-9.2.8-cf04e88.tgz) = 6d65458203d7018b92ee2ec8d9687babc933fb0333377703ba895e6167003d21c38c053ea05b0e752ac8bb60f7dd9e9a1fa3560f872615dfefa6a5ebab7be599
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue