summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-04-23 08:47:26 +0200
committerRemi Collet <remi@remirepo.net>2020-04-23 08:47:26 +0200
commitc62167e9a423ad303e3d8a73c9dc29ba3ab47869 (patch)
tree1f341eb1c83d19bc526907b9af152855d9dabdb4
parent089bf79d2200a858d3cb6de7fb16d344d4898c7e (diff)
v8.5.4
-rw-r--r--phpunit8.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/phpunit8.spec b/phpunit8.spec
index e1a30af..614cc5e 100644
--- a/phpunit8.spec
+++ b/phpunit8.spec
@@ -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}
@@ -268,7 +268,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
@@ -287,6 +287,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