diff options
| -rw-r--r-- | composer.json | 1 | ||||
| -rw-r--r-- | phpunit12.spec | 12 |
2 files changed, 10 insertions, 3 deletions
diff --git a/composer.json b/composer.json index cd01d96..4d44395 100644 --- a/composer.json +++ b/composer.json @@ -104,6 +104,7 @@ "tests/unit/Framework/Assert/assertNullTest.php", "tests/unit/Framework/Assert/assertSameSizeTest.php", "tests/unit/Framework/Assert/assertSameTest.php", + "tests/unit/TextUI/Output/Default/ResultPrinterTest.php", "tests/_files/CoveredFunction.php", "tests/_files/Generator.php", "tests/_files/NamespaceCoveredFunction.php", diff --git a/phpunit12.spec b/phpunit12.spec index 111966e..e20e1b6 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -19,8 +19,8 @@ %bcond_with defcmd %endif -%global gh_commit f62aab5794e36ccd26860db2d1bbf89ac19028d9 -%global gh_date 2025-10-03 +%global gh_commit a94ea4d26d865875803b23aaf78c3c2c670ea2ea +%global gh_date 2025-10-30 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -33,7 +33,7 @@ %global ver_major 12 %global ver_minor 4 -%global upstream_version 12.4.0 +%global upstream_version 12.4.2 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -287,6 +287,12 @@ exit $ret %changelog +* Thu Oct 30 2025 Remi Collet <remi@remirepo.net> - 12.4.2-1 +- update to 12.4.2 + +* Thu Oct 9 2025 Remi Collet <remi@remirepo.net> - 12.4.1-1 +- update to 12.4.1 + * Fri Oct 3 2025 Remi Collet <remi@remirepo.net> - 12.4.0-1 - update to 12.4.0 |
