From 869c583afd7078667fd0381e1b4024ca493a5192 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 4 Apr 2022 08:50:55 +0200 Subject: update to 9.5.20 --- phpunit9.spec | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/phpunit9.spec b/phpunit9.spec index 1976a7d..c8b5a10 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 35ea4b7f3acabb26f4bb640f8c30866c401da807 +%global gh_commit 12bc8879fb65aef2138b26fc633cb1e3620cffba #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 9 %global ver_minor 5 -%global upstream_version 9.5.19 +%global upstream_version 9.5.20 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -257,14 +257,10 @@ 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/GitHub/3889/Issue3889Test.test.php' \ - --exclude 'tests/end-to-end/regression/GitHub/3904/Issue3904Test.php' \ - --exclude 'tests/end-to-end/force-covers-annotation/tests/Test.php' \ - --exclude 'tests/end-to-end/regression/GitHub/2448/Test.php' \ - --exclude 'tests/end-to-end/migration/possibility-to-migrate-from-85-is-detected/src/Greeter.php' \ - --exclude 'tests/end-to-end/migration/possibility-to-migrate-from-85-is-detected/tests/GreeterTest.php' \ + --exclude 'tests/end-to-end/regression/4376/tests/Test.php' \ + --exclude 'tests/end-to-end/regression/2448/Test.php' \ + --exclude 'tests/end-to-end/migration/_files/possibility-to-migrate-from-85-is-detected/src/Greeter.php' \ + --exclude 'tests/end-to-end/migration/_files/possibility-to-migrate-from-85-is-detected/tests/GreeterTest.php' \ tests @@ -303,6 +299,9 @@ exit $ret %changelog +* Mon Apr 4 2022 Remi Collet - 9.5.20-1 +- update to 9.5.20 + * Tue Mar 15 2022 Remi Collet - 9.5.19-1 - update to 9.5.19 - raise dependency on sebastian/type 3.0 -- cgit