diff options
author | Remi Collet <remi@remirepo.net> | 2025-06-27 07:56:42 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-06-27 07:56:42 +0200 |
commit | 82f7e3b5c75bdd59e53ae7411f43a9c8a49453f1 (patch) | |
tree | b1807c7639051e863c45ab27dce00cb7b763b06a | |
parent | 05641ddad23a9ba61a3d2b57358a2110b58d4cb7 (diff) |
update to 12.2.4
-rw-r--r-- | phpunit12.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/phpunit12.spec b/phpunit12.spec index 120ab82..be34b60 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -19,8 +19,8 @@ %bcond_with defcmd %endif -%global gh_commit 60a8ea2d8b2f070000051b56778009e11576e7d1 -%global gh_date 2025-06-20 +%global gh_commit 63f78466588d51e0f886c1d3b1ac22a7351cd026 +%global gh_date 2025-06-26 %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 2 -%global upstream_version 12.2.3 +%global upstream_version 12.2.4 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -286,6 +286,9 @@ exit $ret %changelog +* Fri Jun 27 2025 Remi Collet <remi@remirepo.net> - 12.2.4-1 +- update to 12.2.4 + * Sat Jun 21 2025 Remi Collet <remi@remirepo.net> - 12.2.3-1 - update to 12.2.3 - raise dependency on phpunit/php-code-coverage 12.3.0 |