update to 8.2.4

raise dependency on sebastian/type 1.1.3
This commit is contained in:
Remi Collet 2019-07-03 13:48:32 +02:00
commit e00a8247c9
2 changed files with 10 additions and 6 deletions

View file

@ -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