From c667c50245259190141998185b8ba8ddf33ee07a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 25 Feb 2025 07:54:05 +0100 Subject: update to 12.0.5 --- phpunit12.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/phpunit12.spec b/phpunit12.spec index 9c428fc..cc18fa8 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -19,8 +19,8 @@ %bcond_with defcmd %endif -%global gh_commit e469daf4e173c4b7f2d6154d364f468f3713f632 -%global gh_date 2025-02-21 +%global gh_commit 0f177d7316ba155d36337c3811b11993b54dae32 +%global gh_date 2025-02-25 %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 0 -%global upstream_version 12.0.4 +%global upstream_version 12.0.5 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -285,6 +285,9 @@ exit $ret %changelog +* Tue Feb 25 2025 Remi Collet - 12.0.5-1 +- update to 12.0.5 + * Fri Feb 21 2025 Remi Collet - 12.0.4-1 - update to 12.0.4 - raise dependency on myclabs/deep-copy 1.12.1 -- cgit