From 1d76d9cda60be061c96938ad7569f39d4f303d3a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 9 Sep 2018 07:36:12 +0200 Subject: v7.3.5 --- phpunit7.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'phpunit7.spec') diff --git a/phpunit7.spec b/phpunit7.spec index 7d24644..26b976e 100644 --- a/phpunit7.spec +++ b/phpunit7.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 0356331bf62896dc56e3a15030b23b73f38b2935 +%global gh_commit 7b331efabbb628c518c408fdfcaf571156775de2 #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 7 %global ver_minor 3 -%global ver_patch 4 +%global ver_patch 5 %global specrel 1 Name: %{pk_project}%{ver_major} @@ -237,7 +237,7 @@ cat src/autoload.php %{_bindir}/phpab \ --output tests/autoload.php \ --exclude '*/BankAccountTest2.php' \ - --exclude '*/Regression/Trac/783/OneTest.php' \ + --exclude '*/regression/Trac/783/OneTest.php' \ tests @@ -250,7 +250,7 @@ install -p -m 644 phpunit.xsd %{buildroot}%{php_home}/%{ns_vendor}/phpunit.xsd %check -OPT="--testsuite=small --no-coverage" +OPT="--testsuite=unit --no-coverage" 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 @@ -273,6 +273,9 @@ exit $ret %changelog +* Sun Sep 9 2018 Remi Collet - 7.3.5-1 +- update to 7.3.5 + * Wed Sep 5 2018 Remi Collet - 7.3.4-1 - update to 7.3.4 -- cgit