diff options
-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 |