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