update to 7.0.8
raise dependency on phpunit/php-token-stream 3.1.1
This commit is contained in:
parent
525ff83a8e
commit
1ba9c554c4
3 changed files with 12 additions and 7 deletions
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
%global bootstrap 0
|
||||
# Github
|
||||
%global gh_commit 7743bbcfff2a907e9ee4a25be13d0f8ec5e73800
|
||||
%global gh_commit aa0d179a13284c7420fc281fc32750e6cc7c9e2f
|
||||
#global gh_date 20150924
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_vendor sebastianbergmann
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
%endif
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{ver_major}
|
||||
Version: 7.0.7
|
||||
Version: 7.0.8
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP code coverage information
|
||||
|
||||
|
|
@ -46,7 +46,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0
|
|||
%if %{with_tests}
|
||||
BuildRequires: php(language) >= 7.2
|
||||
BuildRequires: (php-composer(phpunit/php-file-iterator) >= 2.0.2 with php-composer(phpunit/php-file-iterator) < 3)
|
||||
BuildRequires: (php-composer(phpunit/php-token-stream) >= 3.0.2 with php-composer(phpunit/php-token-stream) < 4)
|
||||
BuildRequires: (php-composer(phpunit/php-token-stream) >= 3.1.0 with php-composer(phpunit/php-token-stream) < 4)
|
||||
BuildRequires: (php-composer(phpunit/php-text-template) >= 1.2.1 with php-composer(phpunit/php-text-template) < 2)
|
||||
BuildRequires: (php-composer(sebastian/code-unit-reverse-lookup) >= 1.0.1 with php-composer(sebastian/code-unit-reverse-lookup) < 2)
|
||||
BuildRequires: (php-composer(sebastian/environment) >= 4.2.2 with php-composer(sebastian/environment) < 5)
|
||||
|
|
@ -74,7 +74,7 @@ Requires: php(language) >= 7.1
|
|||
Requires: php-dom
|
||||
Requires: php-xmlwriter
|
||||
Requires: (php-composer(phpunit/php-file-iterator) >= 2.0.2 with php-composer(phpunit/php-file-iterator) < 3)
|
||||
Requires: (php-composer(phpunit/php-token-stream) >= 3.1.0 with php-composer(phpunit/php-token-stream) < 4)
|
||||
Requires: (php-composer(phpunit/php-token-stream) >= 3.1.1 with php-composer(phpunit/php-token-stream) < 4)
|
||||
Requires: (php-composer(phpunit/php-text-template) >= 1.2.1 with php-composer(phpunit/php-text-template) < 2)
|
||||
Requires: (php-composer(sebastian/code-unit-reverse-lookup) >= 1.0.1 with php-composer(sebastian/code-unit-reverse-lookup) < 2)
|
||||
Requires: (php-composer(sebastian/environment) >= 4.2.2 with php-composer(sebastian/environment) < 5)
|
||||
|
|
@ -96,11 +96,11 @@ Requires: php-composer(fedora/autoloader)
|
|||
# Composer
|
||||
Provides: php-composer(%{pk_vendor}/%{pk_project}) = %{version}
|
||||
# Bundled assets in HTML template
|
||||
Provides: bundled(js-bootstrap) = 4.3.0
|
||||
Provides: bundled(js-bootstrap) = 4.3.1
|
||||
Provides: bundled(js-d3) = 3.5.17
|
||||
Provides: bundled(js-holder) = 2.7.1
|
||||
Provides: bundled(js-html5shiv) = 3.7.3
|
||||
Provides: bundled(js-jquery) = 3.1.1
|
||||
Provides: bundled(js-jquery) = 3.4.1
|
||||
Provides: bundled(js-nvd3) = 1.8.1
|
||||
Provides: bundled(js-respond) = 1.1.2
|
||||
|
||||
|
|
@ -176,6 +176,10 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Sep 17 2019 Remi Collet <remi@remirepo.net> - 7.0.8-1
|
||||
- update to 7.0.8
|
||||
- raise dependency on phpunit/php-token-stream 3.1.1
|
||||
|
||||
* Thu Jul 25 2019 Remi Collet <remi@remirepo.net> - 7.0.7-1
|
||||
- update to 7.0.7 (no change)
|
||||
- raise dependency on phpunit/php-token-stream 3.1.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue