parent
93f91d05ad
commit
ebcbdddeaf
2 changed files with 10 additions and 6 deletions
|
|
@ -11,7 +11,7 @@
|
|||
# For compatibility with SCL
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
%global gh_commit 047f771e34dccacb6c432a1a70e9980e087eac92
|
||||
%global gh_commit f67ca36860ebca7224d4573f107f79bd8ed0ba03
|
||||
#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 8
|
||||
%global ver_minor 2
|
||||
%global ver_patch 1
|
||||
%global ver_patch 3
|
||||
%global specrel 1
|
||||
|
||||
Name: %{pk_project}%{ver_major}
|
||||
|
|
@ -45,7 +45,7 @@ BuildRequires: (php-composer(doctrine/instantiator) >= 1.2.0 with php-c
|
|||
BuildRequires: (php-composer(myclabs/deep-copy) >= 1.9.1 with php-composer(myclabs/deep-copy) < 2)
|
||||
BuildRequires: (php-composer(phar-io/manifest) >= 1.0.3 with php-composer(phar-io/manifest) < 2)
|
||||
BuildRequires: (php-composer(phar-io/version) >= 2.0.1 with php-composer(phar-io/version) < 3)
|
||||
BuildRequires: (php-composer(phpspec/prophecy) >= 1.8.0 with php-composer(phpspec/prophecy) < 2)
|
||||
BuildRequires: (php-composer(phpspec/prophecy) >= 1.8.1 with php-composer(phpspec/prophecy) < 2)
|
||||
BuildRequires: (php-composer(phpunit/php-code-coverage) >= 7.0.5 with php-composer(phpunit/php-code-coverage) < 8)
|
||||
BuildRequires: (php-composer(phpunit/php-file-iterator) >= 2.0.2 with php-composer(phpunit/php-file-iterator) < 3)
|
||||
BuildRequires: (php-composer(phpunit/php-text-template) >= 1.2.1 with php-composer(phpunit/php-text-template) < 2)
|
||||
|
|
@ -81,7 +81,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0
|
|||
# "myclabs/deep-copy": "^1.9.1",
|
||||
# "phar-io/manifest": "^1.0.3",
|
||||
# "phar-io/version": "^2.0.1",
|
||||
# "phpspec/prophecy": "^1.8.0",
|
||||
# "phpspec/prophecy": "^1.8.1",
|
||||
# "phpunit/php-code-coverage": "^7.0.5",
|
||||
# "phpunit/php-file-iterator": "^2.0.2",
|
||||
# "phpunit/php-text-template": "^1.2.1",
|
||||
|
|
@ -107,7 +107,7 @@ Requires: (php-composer(doctrine/instantiator) >= 1.2.0 with php-c
|
|||
Requires: (php-composer(myclabs/deep-copy) >= 1.9.1 with php-composer(myclabs/deep-copy) < 2)
|
||||
Requires: (php-composer(phar-io/manifest) >= 1.0.3 with php-composer(phar-io/manifest) < 2)
|
||||
Requires: (php-composer(phar-io/version) >= 2.0.1 with php-composer(phar-io/version) < 3)
|
||||
Requires: (php-composer(phpspec/prophecy) >= 1.8.0 with php-composer(phpspec/prophecy) < 2)
|
||||
Requires: (php-composer(phpspec/prophecy) >= 1.8.1 with php-composer(phpspec/prophecy) < 2)
|
||||
Requires: (php-composer(phpunit/php-code-coverage) >= 7.0.5 with php-composer(phpunit/php-code-coverage) < 8)
|
||||
Requires: (php-composer(phpunit/php-file-iterator) >= 2.0.2 with php-composer(phpunit/php-file-iterator) < 3)
|
||||
Requires: (php-composer(phpunit/php-text-template) >= 1.2.1 with php-composer(phpunit/php-text-template) < 2)
|
||||
|
|
@ -231,6 +231,10 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Jun 19 2019 Remi Collet <remi@remirepo.net> - 8.2.3-1
|
||||
- update to 8.2.3
|
||||
- raise dependency on phpspec/prophecy 1.8.1
|
||||
|
||||
* Sat Jun 8 2019 Remi Collet <remi@remirepo.net> - 8.2.1-1
|
||||
- update to 8.2.1
|
||||
- add dependency on sebastian/type
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (phpunit8-8.2.1-047f771.tar.gz) = 66620486cd8642051ac330298f533502ef80fe37fd0e88b11f38e9e1671e81d6462a42addcbad60c0c6f70baf4e6abc1c6e9cf88340bdf978815cb594fe76ed5
|
||||
SHA512 (phpunit8-8.2.3-f67ca36.tar.gz) = a243cb0218b688e6af7cb3e6b7ec9d812b330643ddd1f3f046f96fe573d5e9f94e68c104806a6554b272ab8c9f3fa561788065a33289cf351ee12914f35f5153
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue