diff options
Diffstat (limited to 'phpunit12.spec')
-rw-r--r-- | phpunit12.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/phpunit12.spec b/phpunit12.spec index be34b60..6f3134c 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -19,8 +19,8 @@ %bcond_with defcmd %endif -%global gh_commit 63f78466588d51e0f886c1d3b1ac22a7351cd026 -%global gh_date 2025-06-26 +%global gh_commit b71849b29f7a8d7574e4401873cb8b539896613f +%global gh_date 2025-06-27 %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.4 +%global upstream_version 12.2.5 #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.5-1 +- update to 12.2.5 + * Fri Jun 27 2025 Remi Collet <remi@remirepo.net> - 12.2.4-1 - update to 12.2.4 |