update to 9.1.4
raise dependency on sebastian/code-unit 1.0.2
(cherry picked from commit 06a1b75dc5)
This commit is contained in:
parent
9909cb9e08
commit
a798ab894d
3 changed files with 11 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
/phpunit9-9.0.1-68d7e5b.tar.gz
|
||||
/phpunit9-9.0.2-c0ecbfb.tar.gz
|
||||
/phpunit9-9.1.3-a747804.tar.gz
|
||||
/phpunit9-9.1.4-2d7080c.tar.gz
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
# For compatibility with SCL
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
%global gh_commit a74780472172957a65cb5999a597e8c0878cf39c
|
||||
%global gh_commit 2d7080c622cf7884992e7c3cf87853877bae8ff4
|
||||
#global gh_date 20150927
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_vendor sebastianbergmann
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
%global php_home %{_datadir}/php
|
||||
%global ver_major 9
|
||||
%global ver_minor 1
|
||||
%global ver_patch 3
|
||||
%global ver_patch 4
|
||||
%global specrel 1
|
||||
|
||||
Name: %{pk_project}%{ver_major}
|
||||
|
|
@ -51,7 +51,7 @@ BuildRequires: (php-composer(phpunit/php-file-iterator) >= 3.0 with php-c
|
|||
BuildRequires: (php-composer(phpunit/php-invoker) >= 3.0 with php-composer(phpunit/php-invoker) < 4)
|
||||
BuildRequires: (php-composer(phpunit/php-text-template) >= 2.0 with php-composer(phpunit/php-text-template) < 3)
|
||||
BuildRequires: (php-composer(phpunit/php-timer) >= 3.1.4 with php-composer(phpunit/php-timer) < 4)
|
||||
BuildRequires: (php-composer(sebastian/code-unit) >= 1.0 with php-composer(sebastian/code-unit) < 2)
|
||||
BuildRequires: (php-composer(sebastian/code-unit) >= 1.0.2 with php-composer(sebastian/code-unit) < 2)
|
||||
BuildRequires: (php-composer(sebastian/comparator) >= 4.0 with php-composer(sebastian/comparator) < 5)
|
||||
BuildRequires: (php-composer(sebastian/diff) >= 4.0 with php-composer(sebastian/diff) < 5)
|
||||
BuildRequires: (php-composer(sebastian/environment) >= 5.0.1 with php-composer(sebastian/environment) < 6)
|
||||
|
|
@ -88,7 +88,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0
|
|||
# "phpunit/php-invoker": "^3.0",
|
||||
# "phpunit/php-text-template": "^2.0",
|
||||
# "phpunit/php-timer": "^3.1.4",
|
||||
# "sebastian/code-unit": "^1.0",
|
||||
# "sebastian/code-unit": "^1.0.2",
|
||||
# "sebastian/comparator": "^4.0",
|
||||
# "sebastian/diff": "^4.0",
|
||||
# "sebastian/environment": "^5.0.1",
|
||||
|
|
@ -116,7 +116,7 @@ Requires: (php-composer(phpunit/php-file-iterator) >= 3.0 with php-c
|
|||
Requires: (php-composer(phpunit/php-invoker) >= 3.0 with php-composer(phpunit/php-invoker) < 4)
|
||||
Requires: (php-composer(phpunit/php-text-template) >= 2.0 with php-composer(phpunit/php-text-template) < 3)
|
||||
Requires: (php-composer(phpunit/php-timer) >= 3.1.4 with php-composer(phpunit/php-timer) < 4)
|
||||
Requires: (php-composer(sebastian/code-unit) >= 1.0 with php-composer(sebastian/code-unit) < 2)
|
||||
Requires: (php-composer(sebastian/code-unit) >= 1.0.2 with php-composer(sebastian/code-unit) < 2)
|
||||
Requires: (php-composer(sebastian/comparator) >= 4.0 with php-composer(sebastian/comparator) < 5)
|
||||
Requires: (php-composer(sebastian/diff) >= 4.0 with php-composer(sebastian/diff) < 5)
|
||||
Requires: (php-composer(sebastian/environment) >= 5.0.1 with php-composer(sebastian/environment) < 6)
|
||||
|
|
@ -244,6 +244,10 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Apr 30 2020 Remi Collet <remi@remirepo.net> - 9.1.4-1
|
||||
- update to 9.1.4
|
||||
- raise dependency on sebastian/code-unit 1.0.2
|
||||
|
||||
* Thu Apr 23 2020 Remi Collet <remi@remirepo.net> - 9.1.3-1
|
||||
- update to 9.1.3
|
||||
- raise dependency on phpunit/php-timer 3.1.4
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (phpunit9-9.1.3-a747804.tar.gz) = 5285ec86f8755b737f863fd833b9cb2b603e7f06499866c136f92407c4fe3c38567e275dcc6ce8c13a522b5eec6a0857ac8d4933f6b6a1f03551db75ff5d7f1d
|
||||
SHA512 (phpunit9-9.1.4-2d7080c.tar.gz) = 82466806e42639318db1b93b71eceb4185d5f9570df8bf984635abf618c558b77a02d18f75fca41b624e3a547e0d3abcf63c115dcccb1c2d000f7608f22531ba
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue