summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-05-28 17:28:00 +0200
committerRemi Collet <remi@remirepo.net>2019-05-28 17:28:00 +0200
commit4dfc3823af96109d55fa36d37d9de5bd41fe9bb3 (patch)
tree7d3f71343106ab07513877ca368de1338ec2334a
parent16e43fb99c20f3eb73bd3c35ead8326325e74baa (diff)
v8.1.6
-rw-r--r--phpunit8.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/phpunit8.spec b/phpunit8.spec
index cb739c4..b619a39 100644
--- a/phpunit8.spec
+++ b/phpunit8.spec
@@ -11,7 +11,7 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit 01392d4b5878aa617e8d9bc7a529e5febc8fe956
+%global gh_commit e3c9da6e645492c461e0a11eca117f83f4f4c840
#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 1
-%global ver_patch 5
+%global ver_patch 6
%global specrel 1
Name: %{pk_project}%{ver_major}
@@ -253,7 +253,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; do
+for cmd in php php72 php73 php74; do
if which $cmd; then
$cmd ./phpunit $OPT --verbose || ret=1
fi
@@ -271,6 +271,9 @@ exit $ret
%changelog
+* Tue May 28 2019 Remi Collet <remi@remirepo.net> - 8.1.6-1
+- update to 8.1.6
+
* Tue May 14 2019 Remi Collet <remi@remirepo.net> - 8.1.5-1
- update to 8.1.5