From bbe39c45c190ae1045b70da9f62350983dfcfc2e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 17 Feb 2026 07:27:35 +0100 Subject: update to 13.0.3 --- phpunit13.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/phpunit13.spec b/phpunit13.spec index 79b0dca..39ac2c6 100644 --- a/phpunit13.spec +++ b/phpunit13.spec @@ -19,8 +19,8 @@ %bcond_with defcmd %endif -%global gh_commit 87f0ca577a7056016741af70e7a7de9246c52e67 -%global gh_date 2026-02-10 +%global gh_commit a9c20642ffd2098c0f9e687c00849afbce2f23c7 +%global gh_date 2026-02-16 %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 13 %global ver_minor 0 -%global upstream_version 13.0.2 +%global upstream_version 13.0.3 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -298,6 +298,9 @@ exit $ret %changelog +* Tue Feb 17 2026 Remi Collet - 13.0.3-1 +- update to 13.0.3 + * Tue Feb 10 2026 Remi Collet - 13.0.2-1 - update to 13.0.2 -- cgit