From d5ea2f54d5834a059353fde4d43409f08908b151 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 9 Sep 2018 07:33:09 +0200 Subject: v6.5.13 --- phpunit6.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'phpunit6.spec') 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 - 6.5.13-1 +- update to 6.5.13 + * Wed Aug 22 2018 Remi Collet - 6.5.12-1 - update to 6.5.12 -- cgit