From 82f7e3b5c75bdd59e53ae7411f43a9c8a49453f1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 27 Jun 2025 07:56:42 +0200 Subject: update to 12.2.4 --- phpunit12.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/phpunit12.spec b/phpunit12.spec index 120ab82..be34b60 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -19,8 +19,8 @@ %bcond_with defcmd %endif -%global gh_commit 60a8ea2d8b2f070000051b56778009e11576e7d1 -%global gh_date 2025-06-20 +%global gh_commit 63f78466588d51e0f886c1d3b1ac22a7351cd026 +%global gh_date 2025-06-26 %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 2 -%global upstream_version 12.2.3 +%global upstream_version 12.2.4 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -286,6 +286,9 @@ exit $ret %changelog +* Fri Jun 27 2025 Remi Collet - 12.2.4-1 +- update to 12.2.4 + * Sat Jun 21 2025 Remi Collet - 12.2.3-1 - update to 12.2.3 - raise dependency on phpunit/php-code-coverage 12.3.0 -- cgit