From 662359da67f309e66522fc7e88c33ba423bc81ac Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 7 Jun 2025 08:39:28 +0200 Subject: update to 12.2.1 --- phpunit12.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/phpunit12.spec b/phpunit12.spec index 74f215c..99d5557 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -19,8 +19,8 @@ %bcond_with defcmd %endif -%global gh_commit f3f6587947f9f53f009af8d18026776375d59145 -%global gh_date 2025-06-06 +%global gh_commit 5f09fda04e7caea93cff50b4e90319184f3e6ee3 +%global gh_date 2025-06-07 %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.0 +%global upstream_version 12.2.1 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -286,6 +286,9 @@ exit $ret %changelog +* Sat Jun 7 2025 Remi Collet - 12.2.1-1 +- update to 12.2.1 + * Fri Jun 6 2025 Remi Collet - 12.2.0-1 - update to 12.2.0 - raise dependency on phpunit/php-code-coverage 12.3.0 -- cgit