diff options
author | Remi Collet <remi@remirepo.net> | 2024-10-09 09:09:04 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-10-09 09:09:04 +0200 |
commit | 1890c7868214c2a6efadc2e119ca211df66f1848 (patch) | |
tree | 1faf8ab355e230964217f96d8951ad0ce3ec29c4 /phpunit10.spec | |
parent | 2bca7e4fcc909e7440fedc7ab5c6b540eeba34fe (diff) |
update to 10.5.36
Diffstat (limited to 'phpunit10.spec')
-rw-r--r-- | phpunit10.spec | 20 |
1 files changed, 12 insertions, 8 deletions
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 <remi@remirepo.net> - 10.5.36-1 +- update to 10.5.36 + * Thu Sep 19 2024 Remi Collet <remi@remirepo.net> - 10.5.35-1 - update to 10.5.35 |