diff options
| -rw-r--r-- | phpunit12.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/phpunit12.spec b/phpunit12.spec index b1b6599..02e4201 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -19,8 +19,8 @@ %bcond_with defcmd %endif -%global gh_commit 418e06b3b46b0d54bad749ff4907fc7dfb530199 -%global gh_date 2026-02-16 +%global gh_commit 89d94361ae5bc3244e7e769ee65267b2e4976749 +%global gh_date 2026-02-18 %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 5 -%global upstream_version 12.5.12 +%global upstream_version 12.5.13 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -298,6 +298,9 @@ exit $ret %changelog +* Wed Feb 18 2026 Remi Collet <remi@remirepo.net> - 12.5.13-1 +- update to 12.5.13 + * Tue Feb 17 2026 Remi Collet <remi@remirepo.net> - 12.5.12-1 - update to 12.5.12 |
