update to 9.2.7
raise dependency on nikic/php-parser 4.12.0
This commit is contained in:
parent
bc64c5f030
commit
8f69871bc5
3 changed files with 13 additions and 8 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -11,3 +11,4 @@
|
|||
/php-phpunit-php-code-coverage9-9.2.3-6b20e20.tgz
|
||||
/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
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
%bcond_without tests
|
||||
|
||||
# Github
|
||||
%global gh_commit f6293e1b30a2354e8428e004689671b83871edde
|
||||
%global gh_commit d4c798ed8d51506800b441f7a13ecb0f76f12218
|
||||
#global gh_date 20150924
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_vendor sebastianbergmann
|
||||
|
|
@ -25,8 +25,8 @@
|
|||
%global ver_major 9
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{ver_major}
|
||||
Version: 9.2.6
|
||||
Release: 2%{?dist}
|
||||
Version: 9.2.7
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP code coverage information
|
||||
|
||||
# Main license is BSD
|
||||
|
|
@ -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.10.2 with php-composer(nikic/php-parser) < 5)
|
||||
BuildRequires: (php-composer(nikic/php-parser) >= 4.12.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.7",
|
||||
# "nikic/php-parser": "^4.12.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.10.2 with php-composer(nikic/php-parser) < 5)
|
||||
Requires: (php-composer(nikic/php-parser) >= 4.12.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)
|
||||
|
|
@ -162,7 +162,7 @@ define('TEST_FILES_PATH', __DIR__ . '/_files/');
|
|||
EOF
|
||||
|
||||
ret=0
|
||||
for cmd in php php73 php74 php80; do
|
||||
for cmd in php php73 php74 php80 php81; do
|
||||
if which $cmd; then
|
||||
$cmd $EXT \
|
||||
-d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{ver_major}/autoload.php \
|
||||
|
|
@ -183,6 +183,10 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 9.2.6-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-phpunit-php-code-coverage9-9.2.6-f6293e1.tgz) = c6e3535c379dd2afdc3adebd12ab7fd1debc0df5ea7460ad7cddb453bb0c856580f961a881e0f9b61813bd85f4b1580b7be463416252729f5e059b01dd74bc22
|
||||
SHA512 (php-phpunit-php-code-coverage9-9.2.7-d4c798e.tgz) = 0441cc49d79b8af881fa06d172f5819727dd78c7719b0b2c304dc074300b9d6776f79035805366995b62205eafc50d0a4d96f03ebc0b2b2e970ff93ee0cefa71
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue