summaryrefslogtreecommitdiffstats
path: root/phpunit6.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-09-09 07:33:09 +0200
committerRemi Collet <remi@remirepo.net>2018-09-09 07:33:09 +0200
commitd5ea2f54d5834a059353fde4d43409f08908b151 (patch)
tree0d3fb845e66c4c796e74eac3065073c5489426e9 /phpunit6.spec
parenta145826fd3fc77b5ee02d8b71cea1f19c209b322 (diff)
v6.5.13
Diffstat (limited to 'phpunit6.spec')
-rw-r--r--phpunit6.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/phpunit6.spec b/phpunit6.spec
index 6775cfd..25d71b6 100644
--- a/phpunit6.spec
+++ b/phpunit6.spec
@@ -11,7 +11,7 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit 24da433d7384824d65ea93fbb462e2f31bbb494e
+%global gh_commit 0973426fb012359b2f18d3bd1e90ef1172839693
#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 6
%global ver_minor 5
-%global ver_patch 12
+%global ver_patch 13
%global specrel 1
Name: %{pk_project}%{ver_major}
@@ -231,7 +231,7 @@ cat src/autoload.php
%{_bindir}/phpab \
--output tests/autoload.php \
--exclude '*/BankAccountTest2.php' \
- --exclude '*/Regression/Trac/783/OneTest.php' \
+ --exclude 'tests/end-to-end/regression/Trac/783/OneTest.php' \
tests
@@ -243,7 +243,7 @@ install -D -p -m 755 phpunit %{buildroot}%{_bindir}/%{name}
%check
-OPT="--testsuite=small --no-coverage"
+OPT="--testsuite=unit --no-coverage"
sed -e 's:@PATH@:%{buildroot}%{php_home}/%{ns_vendor}:' -i tests/bootstrap.php
ret=0
@@ -265,6 +265,9 @@ exit $ret
%changelog
+* Sun Sep 9 2018 Remi Collet <remi@remirepo.net> - 6.5.13-1
+- update to 6.5.13
+
* Wed Aug 22 2018 Remi Collet <remi@remirepo.net> - 6.5.12-1
- update to 6.5.12