update to 8.2.4
raise dependency on sebastian/type 1.1.3
This commit is contained in:
parent
2b7d2659f1
commit
e00a8247c9
2 changed files with 10 additions and 6 deletions
|
|
@ -11,7 +11,7 @@
|
|||
# For compatibility with SCL
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
%global gh_commit f67ca36860ebca7224d4573f107f79bd8ed0ba03
|
||||
%global gh_commit 25fe0b5031b24722f66a75ad479a074cccc1bb37
|
||||
#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 3
|
||||
%global ver_patch 4
|
||||
%global specrel 1
|
||||
|
||||
Name: %{pk_project}%{ver_major}
|
||||
|
|
@ -58,7 +58,7 @@ BuildRequires: (php-composer(sebastian/global-state) >= 3.0.0 with php-c
|
|||
BuildRequires: (php-composer(sebastian/object-enumerator) >= 3.0.3 with php-composer(sebastian/object-enumerator) < 4)
|
||||
BuildRequires: (php-composer(sebastian/resource-operations) >= 2.0.1 with php-composer(sebastian/resource-operations) < 3)
|
||||
BuildRequires: (php-composer(sebastian/version) >= 2.0.1 with php-composer(sebastian/version) < 3)
|
||||
BuildRequires: (php-composer(sebastian/type) >= 1.1.0 with php-composer(sebastian/type) < 2)
|
||||
BuildRequires: (php-composer(sebastian/type) >= 1.1.3 with php-composer(sebastian/type) < 2)
|
||||
BuildRequires: (php-composer(phpunit/php-invoker) >= 2.0.0 with php-composer(phpunit/php-invoker) < 3)
|
||||
BuildRequires: php-dom
|
||||
BuildRequires: php-json
|
||||
|
|
@ -93,7 +93,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0
|
|||
# "sebastian/global-state": "^3.0.0",
|
||||
# "sebastian/object-enumerator": "^3.0.3",
|
||||
# "sebastian/resource-operations": "^2.0.1",
|
||||
# "sebastian/type": "^1.1.0",
|
||||
# "sebastian/type": "^1.1.3",
|
||||
# "sebastian/version": "^2.0.1",
|
||||
Requires: php(language) >= 7.2
|
||||
Requires: php-cli
|
||||
|
|
@ -119,7 +119,7 @@ Requires: (php-composer(sebastian/exporter) >= 3.1 with php-c
|
|||
Requires: (php-composer(sebastian/global-state) >= 3.0.0 with php-composer(sebastian/global-state) < 4)
|
||||
Requires: (php-composer(sebastian/object-enumerator) >= 3.0.3 with php-composer(sebastian/object-enumerator) < 4)
|
||||
Requires: (php-composer(sebastian/resource-operations) >= 2.0.1 with php-composer(sebastian/resource-operations) < 3)
|
||||
Requires: (php-composer(sebastian/type) >= 1.1.0 with php-composer(sebastian/type) < 2)
|
||||
Requires: (php-composer(sebastian/type) >= 1.1.3 with php-composer(sebastian/type) < 2)
|
||||
Requires: (php-composer(sebastian/version) >= 2.0.1 with php-composer(sebastian/version) < 3)
|
||||
# From composer.json, "suggest": {
|
||||
# "phpunit/php-invoker": "^2.0.0",
|
||||
|
|
@ -231,6 +231,10 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Jul 3 2019 Remi Collet <remi@remirepo.net> - 8.2.4-1
|
||||
- update to 8.2.4
|
||||
- raise dependency on sebastian/type 1.1.3
|
||||
|
||||
* Wed Jun 19 2019 Remi Collet <remi@remirepo.net> - 8.2.3-1
|
||||
- update to 8.2.3
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (phpunit8-8.2.3-f67ca36.tar.gz) = a243cb0218b688e6af7cb3e6b7ec9d812b330643ddd1f3f046f96fe573d5e9f94e68c104806a6554b272ab8c9f3fa561788065a33289cf351ee12914f35f5153
|
||||
SHA512 (phpunit8-8.2.4-25fe0b5.tar.gz) = dbfb9c816127b93ab86149abcadccb5b4c019b8106b4de11ba7f6b3acb2636cebfee74a9171758781970e77a7f0a6d2b717df02d18a17ac0ee873e9ce8acbb5b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue