From 53991f93b45059315ef5b7be8fdf6c08d56e5802 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 16 Jun 2025 08:18:41 +0200 Subject: update to 12.2.2 --- phpunit12.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/phpunit12.spec b/phpunit12.spec index 99d5557..564bb15 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -19,8 +19,8 @@ %bcond_with defcmd %endif -%global gh_commit 5f09fda04e7caea93cff50b4e90319184f3e6ee3 -%global gh_date 2025-06-07 +%global gh_commit 19e25c2da3f8071a683ee1e445b0e24bba25de61 +%global gh_date 2025-06-13 %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.1 +%global upstream_version 12.2.2 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -286,6 +286,9 @@ exit $ret %changelog +* Mon Jun 16 2025 Remi Collet - 12.2.2-1 +- update to 12.2.2 + * Sat Jun 7 2025 Remi Collet - 12.2.1-1 - update to 12.2.1 -- cgit