diff options
Diffstat (limited to 'phpunit11.spec')
-rw-r--r-- | phpunit11.spec | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/phpunit11.spec b/phpunit11.spec index e23fd26..105c82a 100644 --- a/phpunit11.spec +++ b/phpunit11.spec @@ -19,8 +19,8 @@ %bcond_with defcmd %endif -%global gh_commit 446d43867314781df7e9adf79c3ec7464956fd8f -%global gh_date 2025-07-11 +%global gh_commit 93f30aa3889e785ac63493d4976df0ae9fdecb60 +%global gh_date 2025-07-31 %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 11 %global ver_minor 5 -%global upstream_version 11.5.27 +%global upstream_version 11.5.28 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -253,6 +253,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 @@ -299,6 +300,9 @@ exit $ret %changelog +* Thu Jul 31 2025 Remi Collet <remi@remirepo.net> - 11.5.28-1 +- update to 11.5.28 + * Fri Jul 11 2025 Remi Collet <remi@remirepo.net> - 11.5.27-1 - update to 11.5.27 - raise dependency on myclabs/deep-copy 1.13.3 |