From 2453cc5709378e47c73e74fd5513a4949b38185b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 9 Apr 2025 06:14:33 +0200 Subject: update to 12.1.2 --- phpunit12.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'phpunit12.spec') diff --git a/phpunit12.spec b/phpunit12.spec index 970b506..9fb2226 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -19,8 +19,8 @@ %bcond_with defcmd %endif -%global gh_commit c433e7972440e1370a26879bb54c359f8898aa3a -%global gh_date 2025-04-04 +%global gh_commit 6f2775cc4b7b19ba5a411c188e855eb0cc78a711 +%global gh_date 2025-04-08 %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 1 -%global upstream_version 12.1.0 +%global upstream_version 12.1.2 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -286,6 +286,9 @@ exit $ret %changelog +* Wed Apr 9 2025 Remi Collet - 12.1.2-1 +- update to 12.1.2 + * Fri Apr 4 2025 Remi Collet - 12.1.0-1 - update to 12.1.0 - raise dependency on phpunit/php-code-coverage 12.1.2 -- cgit