From 1890c7868214c2a6efadc2e119ca211df66f1848 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 9 Oct 2024 09:09:04 +0200 Subject: update to 10.5.36 --- phpunit10.spec | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'phpunit10.spec') diff --git a/phpunit10.spec b/phpunit10.spec index 0727d80..5a1658c 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -20,8 +20,8 @@ %bcond_with defcmd %endif -%global gh_commit 7ac8b4e63f456046dcb4c9787da9382831a1874b -%global gh_date 2024-09-19 +%global gh_commit aa0a8ce701ea7ee314b0dfaa8970dc94f3f8c870 +%global gh_date 2024-10-08 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -34,7 +34,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.35 +%global upstream_version 10.5.36 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -215,18 +215,19 @@ cat src/autoload.php %{_bindir}/phpab \ --output tests/autoload.php \ - --exclude 'tests/end-to-end/regression/4376/tests/Test.php' \ - --exclude 'tests/end-to-end/regression/2448/Test.php' \ - --exclude 'tests/*/_files/*.php' \ - tests + tests/_files cat << 'EOF' | tee -a tests/autoload.php // Dependencies \Fedora\Autoloader\Dependencies::required([ + __DIR__ . '/unit/Event/AbstractEventTestCase.php', + __DIR__ . '/unit/Framework/MockObject/TestDoubleTestCase.php', + __DIR__ . '/unit/Metadata/Parser/AnnotationParserTestCase.php', + __DIR__ . '/unit/Metadata/Parser/AttributeParserTestCase.php', __DIR__ . '/_files/CoverageNamespacedFunctionTest.php', __DIR__ . '/_files/CoveredFunction.php', + __DIR__ . '/_files/Generator.php', __DIR__ . '/_files/NamespaceCoveredFunction.php', __DIR__ . '/end-to-end/code-coverage/ignore-function-using-attribute/src/CoveredFunction.php', - __DIR__ . '/end-to-end/execution-order/_files/MultiDependencyTest.php', ]); EOF @@ -273,6 +274,9 @@ exit $ret %changelog +* Wed Oct 9 2024 Remi Collet - 10.5.36-1 +- update to 10.5.36 + * Thu Sep 19 2024 Remi Collet - 10.5.35-1 - update to 10.5.35 -- cgit