update to 8.3.5
raise dependency on sebastian/exporter 3.1.1
(cherry picked from commit 1f82071fb8)
This commit is contained in:
parent
6d562b11e2
commit
e0dcfb0dc3
2 changed files with 10 additions and 6 deletions
|
|
@ -11,7 +11,7 @@
|
|||
# For compatibility with SCL
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
%global gh_commit e31cce0cf4499c0ccdbbb211a3280d36ab341e36
|
||||
%global gh_commit 302faed7059fde575cf3403a78c730c5e3a62750
|
||||
#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 3
|
||||
%global ver_patch 4
|
||||
%global ver_patch 5
|
||||
%global specrel 1
|
||||
|
||||
Name: %{pk_project}%{ver_major}
|
||||
|
|
@ -53,7 +53,7 @@ BuildRequires: (php-composer(phpunit/php-timer) >= 2.1.2 with php-c
|
|||
BuildRequires: (php-composer(sebastian/comparator) >= 3.0.2 with php-composer(sebastian/comparator) < 4)
|
||||
BuildRequires: (php-composer(sebastian/diff) >= 3.0.2 with php-composer(sebastian/diff) < 4)
|
||||
BuildRequires: (php-composer(sebastian/environment) >= 4.2.2 with php-composer(sebastian/environment) < 5)
|
||||
BuildRequires: (php-composer(sebastian/exporter) >= 3.1 with php-composer(sebastian/exporter) < 4)
|
||||
BuildRequires: (php-composer(sebastian/exporter) >= 3.1.1 with php-composer(sebastian/exporter) < 4)
|
||||
BuildRequires: (php-composer(sebastian/global-state) >= 3.0.0 with php-composer(sebastian/global-state) < 4)
|
||||
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)
|
||||
|
|
@ -89,7 +89,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0
|
|||
# "sebastian/comparator": "^3.0.2",
|
||||
# "sebastian/diff": "^3.0.2",
|
||||
# "sebastian/environment": "^4.2.2",
|
||||
# "sebastian/exporter": "^3.1",
|
||||
# "sebastian/exporter": "^3.1.1",
|
||||
# "sebastian/global-state": "^3.0.0",
|
||||
# "sebastian/object-enumerator": "^3.0.3",
|
||||
# "sebastian/resource-operations": "^2.0.1",
|
||||
|
|
@ -115,7 +115,7 @@ Requires: (php-composer(phpunit/php-timer) >= 2.1.2 with php-c
|
|||
Requires: (php-composer(sebastian/comparator) >= 3.0.2 with php-composer(sebastian/comparator) < 4)
|
||||
Requires: (php-composer(sebastian/diff) >= 3.0.2 with php-composer(sebastian/diff) < 4)
|
||||
Requires: (php-composer(sebastian/environment) >= 4.2.2 with php-composer(sebastian/environment) < 5)
|
||||
Requires: (php-composer(sebastian/exporter) >= 3.1 with php-composer(sebastian/exporter) < 4)
|
||||
Requires: (php-composer(sebastian/exporter) >= 3.1.1 with php-composer(sebastian/exporter) < 4)
|
||||
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)
|
||||
|
|
@ -230,6 +230,10 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Sun Sep 15 2019 Remi Collet <remi@remirepo.net> - 8.3.5-1
|
||||
- update to 8.3.5
|
||||
- raise dependency on sebastian/exporter 3.1.1
|
||||
|
||||
* Mon Aug 12 2019 Remi Collet <remi@remirepo.net> - 8.3.4-1
|
||||
- update to 8.3.4
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (phpunit8-8.3.4-e31cce0.tar.gz) = 8817b3efb6ea3f5a90a59994a8aacdd4c57601872524defd63b6af65e6de82d5d709d179fde66819d84a500e93e39a7e54285ffaff180e6a81b3f94ec07a206b
|
||||
SHA512 (phpunit8-8.3.5-302faed.tar.gz) = 5a3f310892730e42663362a16b3cb0492bc19984349779813a78fec0cafe803074a79045b557e74e2cd79d3fe60d953a565fd1ff59ac9b926243c797ae24f64c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue