v12.2.9
This commit is contained in:
parent
24c037b664
commit
a57beaf5bd
3 changed files with 9 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -19,3 +19,4 @@
|
|||
/phpunit12-12.2.6-638644c.tgz
|
||||
/phpunit12-12.2.7-8b1348b.tgz
|
||||
/phpunit12-12.2.8-49dc7c0.tgz
|
||||
/phpunit12-12.2.9-442c06d.tgz
|
||||
|
|
|
|||
|
|
@ -16,8 +16,8 @@
|
|||
%bcond_with defcmd
|
||||
%endif
|
||||
|
||||
%global gh_commit 49dc7c0669b97c7a36f63411635f48eedc140eb4
|
||||
%global gh_date 2025-07-30
|
||||
%global gh_commit 442c06d0a952a5dbffba181cff969b91fdc9bada
|
||||
%global gh_date 2025-07-31
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sebastianbergmann
|
||||
%global gh_project phpunit
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
%global ver_major 12
|
||||
%global ver_minor 2
|
||||
|
||||
%global upstream_version 12.2.8
|
||||
%global upstream_version 12.2.9
|
||||
#global upstream_prever dev
|
||||
|
||||
Name: %{pk_project}%{ver_major}
|
||||
|
|
@ -237,6 +237,7 @@ cat << 'EOF' | tee -a tests/autoload.php
|
|||
__DIR__ . '/_files/CoveredFunction.php',
|
||||
__DIR__ . '/_files/Generator.php',
|
||||
__DIR__ . '/_files/NamespaceCoveredFunction.php',
|
||||
__DIR__ . '/end-to-end/_files/listing-tests-and-groups/ExampleAbstractTestCase.php',
|
||||
]);
|
||||
EOF
|
||||
|
||||
|
|
@ -283,6 +284,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Jul 31 2025 Remi Collet <remi@remirepo.net> - 12.2.9-1
|
||||
- update to 12.2.9
|
||||
|
||||
* Wed Jul 30 2025 Remi Collet <remi@remirepo.net> - 12.2.8-1
|
||||
- update to 12.2.8
|
||||
- raise dependency on phpunit/php-code-coverage 12.3.2
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (phpunit12-12.2.8-49dc7c0.tgz) = a1e41581a793edd413ba9e989e3619b5a281a4fd6d012ecfec87c87b9c79fdae7441131c845052e39e065ba87a64003ee1a344cb88ec24e2772d9bac08974536
|
||||
SHA512 (phpunit12-12.2.9-442c06d.tgz) = 8dff8091eec89096d3bb44d63e89f847a8c5de791e53af6fb43da825276b701344767ff5c2e82cb45481c7eb7dd7477760919dd408b4e2dccd4315ded10ddc20
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue