From 20fc167f2c53b94d067f76278575f908cc8c7f6f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 18 Feb 2026 10:50:37 +0100 Subject: update to 12.5.13 --- phpunit12.spec | 9 ++++++--- 1 file 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 - 12.5.13-1 +- update to 12.5.13 + * Tue Feb 17 2026 Remi Collet - 12.5.12-1 - update to 12.5.12 -- cgit