v8.3.4
(cherry picked from commit741298bbaa) (cherry picked from commit7924c303b3)
This commit is contained in:
parent
ab7c734d17
commit
6d562b11e2
2 changed files with 10 additions and 7 deletions
|
|
@ -11,7 +11,7 @@
|
|||
# For compatibility with SCL
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
%global gh_commit c1b8534b3730f20f58600124129197bf1183dc92
|
||||
%global gh_commit e31cce0cf4499c0ccdbbb211a3280d36ab341e36
|
||||
#global gh_date 20150927
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_vendor sebastianbergmann
|
||||
|
|
@ -23,8 +23,8 @@
|
|||
%global ns_vendor PHPUnit8
|
||||
%global php_home %{_datadir}/php
|
||||
%global ver_major 8
|
||||
%global ver_minor 2
|
||||
%global ver_patch 5
|
||||
%global ver_minor 3
|
||||
%global ver_patch 4
|
||||
%global specrel 1
|
||||
|
||||
Name: %{pk_project}%{ver_major}
|
||||
|
|
@ -46,7 +46,7 @@ BuildRequires: (php-composer(myclabs/deep-copy) >= 1.9.1 with php-c
|
|||
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.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-code-coverage) >= 7.0.7 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)
|
||||
BuildRequires: (php-composer(phpunit/php-timer) >= 2.1.2 with php-composer(phpunit/php-timer) < 3)
|
||||
|
|
@ -82,7 +82,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0
|
|||
# "phar-io/manifest": "^1.0.3",
|
||||
# "phar-io/version": "^2.0.1",
|
||||
# "phpspec/prophecy": "^1.8.1",
|
||||
# "phpunit/php-code-coverage": "^7.0.5",
|
||||
# "phpunit/php-code-coverage": "^7.0.7",
|
||||
# "phpunit/php-file-iterator": "^2.0.2",
|
||||
# "phpunit/php-text-template": "^1.2.1",
|
||||
# "phpunit/php-timer": "^2.1.2",
|
||||
|
|
@ -108,7 +108,7 @@ Requires: (php-composer(myclabs/deep-copy) >= 1.9.1 with php-c
|
|||
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.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-code-coverage) >= 7.0.7 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)
|
||||
Requires: (php-composer(phpunit/php-timer) >= 2.1.2 with php-composer(phpunit/php-timer) < 3)
|
||||
|
|
@ -230,6 +230,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 12 2019 Remi Collet <remi@remirepo.net> - 8.3.4-1
|
||||
- update to 8.3.4
|
||||
|
||||
* Mon Jul 15 2019 Remi Collet <remi@remirepo.net> - 8.2.5-1
|
||||
- update to 8.2.5
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (phpunit8-8.2.5-c1b8534.tar.gz) = 1b469c6a636f08037807a4c9c3e139b8096a339f0a79afe7126751e5eaba6df65768de16f30f036b8605d96687169ecb8d47402053f99eba75d3ff94dbfe1e10
|
||||
SHA512 (phpunit8-8.3.4-e31cce0.tar.gz) = 8817b3efb6ea3f5a90a59994a8aacdd4c57601872524defd63b6af65e6de82d5d709d179fde66819d84a500e93e39a7e54285ffaff180e6a81b3f94ec07a206b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue