summaryrefslogtreecommitdiffstats
path: root/phpunit8.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-04-04 08:47:09 +0200
committerRemi Collet <remi@php.net>2022-04-04 08:47:09 +0200
commite36ee0e9829f6f8584cfb587b21b4eb07a84b33c (patch)
treeb6c7ca5bc373c56c46f394e483bdc7dc9013ec50 /phpunit8.spec
parent64f974263e056dbe89473f853eb80151b3398a63 (diff)
update to 8.5.26
Diffstat (limited to 'phpunit8.spec')
-rw-r--r--phpunit8.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/phpunit8.spec b/phpunit8.spec
index aa26572..99aeb79 100644
--- a/phpunit8.spec
+++ b/phpunit8.spec
@@ -11,7 +11,7 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit 9ff23f4dfde040ccd3b8db876192d1184b934158
+%global gh_commit ef117c59fc4c54a979021b26d08a3373e386606d
#global gh_date 20150927
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
@@ -25,7 +25,7 @@
%global ver_major 8
%global ver_minor 5
-%global upstream_version 8.5.25
+%global upstream_version 8.5.26
#global upstream_prever dev
Name: %{pk_project}%{ver_major}
@@ -244,8 +244,8 @@ cat src/autoload.php
--output tests/autoload.php \
--exclude '*/BankAccountTest2.php' \
--exclude '*/regression/Trac/783/OneTest.php' \
- --exclude 'tests/end-to-end/regression/GitHub/3889/Issue3889Test.test.php' \
- --exclude 'tests/end-to-end/regression/GitHub/3904/Issue3904Test.php' \
+ --exclude 'tests/end-to-end/regression/3889/Issue3889Test.test.php' \
+ --exclude 'tests/end-to-end/regression/3904/Issue3904Test.php' \
tests
@@ -283,6 +283,9 @@ exit $ret
%changelog
+* Mon Apr 4 2022 Remi Collet <remi@remirepo.net> - 8.5.26-1
+- update to 8.5.26
+
* Thu Mar 17 2022 Remi Collet <remi@remirepo.net> - 8.5.25-1
- update to 8.5.25