From e36ee0e9829f6f8584cfb587b21b4eb07a84b33c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 4 Apr 2022 08:47:09 +0200 Subject: update to 8.5.26 --- phpunit8.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'phpunit8.spec') 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 - 8.5.26-1 +- update to 8.5.26 + * Thu Mar 17 2022 Remi Collet - 8.5.25-1 - update to 8.5.25 -- cgit