update to 9.2.5
raise dependency on sebastian/lines-of-code 1.0.3
This commit is contained in:
parent
c1457d15ca
commit
22eea258e8
3 changed files with 12 additions and 6 deletions
|
|
@ -10,7 +10,7 @@
|
|||
%bcond_without tests
|
||||
|
||||
# Github
|
||||
%global gh_commit 6b20e2055f7c29b56cb3870b3de7cc463d7add41
|
||||
%global gh_commit f3e026641cc91909d421802dd3ac7827ebfd97e1
|
||||
#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.3
|
||||
Version: 9.2.5
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP code coverage information
|
||||
|
||||
|
|
@ -48,7 +48,7 @@ BuildRequires: (php-composer(phpunit/php-text-template) >= 2.0.2 with
|
|||
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 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.1 with php-composer(sebastian/version) < 4)
|
||||
BuildRequires: (php-composer(theseer/tokenizer) >= 1.2.0 with php-composer(theseer/tokenizer) < 2)
|
||||
# From composer.json, "require-dev": {
|
||||
|
|
@ -68,7 +68,7 @@ BuildRequires: php-xdebug
|
|||
# "sebastian/code-unit-reverse-lookup": "^2.0.2",
|
||||
# "sebastian/complexity": "^2.0",
|
||||
# "sebastian/environment": "^5.1.2",
|
||||
# "sebastian/lines-of-code": "^1.0",
|
||||
# "sebastian/lines-of-code": "^1.0.3",
|
||||
# "sebastian/version": "^3.0.1",
|
||||
# "theseer/tokenizer": "^1.2.0"
|
||||
Requires: php(language) >= 7.3
|
||||
|
|
@ -81,7 +81,7 @@ Requires: (php-composer(phpunit/php-text-template) >= 2.0.2 with
|
|||
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 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.1 with php-composer(sebastian/version) < 4)
|
||||
Requires: (php-composer(theseer/tokenizer) >= 1.2.0 with php-composer(theseer/tokenizer) < 2)
|
||||
# From composer.json, suggest
|
||||
|
|
@ -152,6 +152,7 @@ cp -pr src %{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{ver_major}
|
|||
if ! php -v | grep Xdebug
|
||||
then EXT="-d zend_extension=xdebug.so -d xdebug.mode=coverage"
|
||||
fi
|
||||
export XDEBUG_MODE=coverage
|
||||
|
||||
cat << 'EOF' | tee tests/bootstrap.php
|
||||
<?php
|
||||
|
|
@ -182,6 +183,10 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Nov 30 2020 Remi Collet <remi@remirepo.net> - 9.2.5-1
|
||||
- update to 9.2.5
|
||||
- raise dependency on sebastian/lines-of-code 1.0.3
|
||||
|
||||
* Fri Oct 30 2020 Remi Collet <remi@remirepo.net> - 9.2.3-1
|
||||
- update to 9.2.3 (no change)
|
||||
- raise dependency on nikic/php-parser 4.10.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue