summaryrefslogtreecommitdiffstats
path: root/phpunit7.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-09-09 07:36:12 +0200
committerRemi Collet <remi@remirepo.net>2018-09-09 07:36:12 +0200
commit1d76d9cda60be061c96938ad7569f39d4f303d3a (patch)
tree7d7598d0c14c37098eb9d9a5313e71d07f473baf /phpunit7.spec
parent449b95e00c166008a3f967803b862c50f7d96c74 (diff)
v7.3.5
Diffstat (limited to 'phpunit7.spec')
-rw-r--r--phpunit7.spec11
1 files changed, 7 insertions, 4 deletions
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 <remi@remirepo.net> - 7.3.5-1
+- update to 7.3.5
+
* Wed Sep 5 2018 Remi Collet <remi@remirepo.net> - 7.3.4-1
- update to 7.3.4