From 09f405fe4f15f9519b4ebd7efac4b3645d066ba9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 10 Feb 2026 13:51:39 +0100 Subject: update to 12.5.11 --- phpunit12.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/phpunit12.spec b/phpunit12.spec index cf4f0b1..57ff682 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -19,8 +19,8 @@ %bcond_with defcmd %endif -%global gh_commit 1686e30f6b32d35592f878a7f56fd0421d7d56c5 -%global gh_date 2026-02-08 +%global gh_commit 9b518cb40f9474572c9f0178e96ff3dc1cf02bf1 +%global gh_date 2026-02-10 %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.10 +%global upstream_version 12.5.11 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -298,6 +298,9 @@ exit $ret %changelog +* Tue Feb 10 2026 Remi Collet - 12.5.11-1 +- update to 12.5.11 + * Mon Feb 9 2026 Remi Collet - 12.5.10-1 - update to 12.5.10 - raise dependency on phpunit/php-code-coverage 12.5.3 -- cgit