diff options
author | Remi Collet <remi@remirepo.net> | 2025-06-27 08:06:55 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-06-27 08:06:55 +0200 |
commit | 71865d1e94732a402ce0cafb03222cf41e8a26f9 (patch) | |
tree | 456095e8df323586ec7dea2033a6afe90642938f | |
parent | 82f7e3b5c75bdd59e53ae7411f43a9c8a49453f1 (diff) |
update to 12.2.5
-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 |