From 39c9ddbb2a0e76c65956dcd32ce63dcf71ef9dbe Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 23 Apr 2025 08:26:37 +0200 Subject: update to 12.1.3 --- phpunit12.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'phpunit12.spec') diff --git a/phpunit12.spec b/phpunit12.spec index 9fb2226..32642f4 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -19,8 +19,8 @@ %bcond_with defcmd %endif -%global gh_commit 6f2775cc4b7b19ba5a411c188e855eb0cc78a711 -%global gh_date 2025-04-08 +%global gh_commit 72ca50e817dd7d65356c16772c30f06c01a6fae2 +%global gh_date 2025-04-22 %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.2 +%global upstream_version 12.1.3 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -286,6 +286,9 @@ exit $ret %changelog +* Wed Apr 23 2025 Remi Collet - 12.1.3-1 +- update to 12.1.3 + * Wed Apr 9 2025 Remi Collet - 12.1.2-1 - update to 12.1.2 -- cgit