parent
775ce744aa
commit
bd0cbed5f4
2 changed files with 7 additions and 4 deletions
|
|
@ -11,7 +11,7 @@
|
|||
# For compatibility with SCL
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
%global gh_commit 67750516bc02f300e2742fed2f50177f8f37bedf
|
||||
%global gh_commit 8474e22d7d642f665084ba5ec780626cbd1efd23
|
||||
#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 5
|
||||
%global ver_patch 3
|
||||
%global ver_patch 4
|
||||
%global specrel 1
|
||||
|
||||
Name: %{pk_project}%{ver_major}
|
||||
|
|
@ -220,7 +220,7 @@ sed -e 's:@PATH@:%{buildroot}%{php_home}/%{ns_vendor}:' -i tests/bootstrap.php
|
|||
sed -e 's:%{php_home}/%{ns_vendor}:%{buildroot}%{php_home}/%{ns_vendor}:' -i phpunit
|
||||
|
||||
ret=0
|
||||
for cmd in php php72 php73 php74; do
|
||||
for cmd in php php72 php73 php74 php80; do
|
||||
if which $cmd; then
|
||||
$cmd ./phpunit $OPT --verbose || ret=1
|
||||
fi
|
||||
|
|
@ -237,6 +237,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Apr 23 2020 Remi Collet <remi@remirepo.net> - 8.5.4-1
|
||||
- update to 8.5.4
|
||||
|
||||
* Tue Mar 31 2020 Remi Collet <remi@remirepo.net> - 8.5.3-1
|
||||
- update to 8.5.3
|
||||
- own /usr/share/php/PHPUnit8/Extensions
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (phpunit8-8.5.3-6775051.tar.gz) = bbdc197fe455bcf9731d1e0d1bc539a242b35ff9fe40a73701cda8ea005616c4f47afcb64f0a228f9668a543071fc3f54b9fd34aa757dfb1e8da2a4652d244b8
|
||||
SHA512 (phpunit8-8.5.4-8474e22.tar.gz) = ef95d618af84220fac4dfc1ae56c7e1be3bd153fe7afef8baa68547049f2a1d44ba097696cbdf85c55c2675d60a0b30a20f9513a906123e7ab20c934f7360bf5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue