From f054b45482597ebf363525a4b2ca86846c43d46a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 13 Aug 2025 07:00:46 +0200 Subject: update to 12.3.4 --- phpunit12.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'phpunit12.spec') diff --git a/phpunit12.spec b/phpunit12.spec index abdadca..db24517 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -19,8 +19,8 @@ %bcond_with defcmd %endif -%global gh_commit 0b18fea9cc38c59147b85c9eeaca9531969a8cee -%global gh_date 2025-08-11 +%global gh_commit 429095031bd38cb5070ca44166bd9dd5a9245dd6 +%global gh_date 2025-08-12 %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 3 -%global upstream_version 12.3.3 +%global upstream_version 12.3.4 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -287,6 +287,9 @@ exit $ret %changelog +* Wed Aug 13 2025 Remi Collet - 12.3.4-1 +- update to 12.3.4 + * Tue Aug 12 2025 Remi Collet - 12.3.3-1 - update to 12.3.3 - raise dependency on sebastian/comparator 7.1.2 -- cgit