From f4a3817a48f1e0cd105b682555d773ac6417c452 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Mar 2024 14:37:09 +0100 Subject: update to 10.5.16 --- phpunit10.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'phpunit10.spec') diff --git a/phpunit10.spec b/phpunit10.spec index 09d4d89..93e7844 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -20,8 +20,8 @@ %bcond_with defcmd %endif -%global gh_commit 86376e05e8745ed81d88232ff92fee868247b07b -%global gh_date 2024-03-22 +%global gh_commit 18f8d4a5f52b61fdd9370aaae3167daa0eeb69cd +%global gh_date 2024-03-28 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -34,7 +34,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.15 +%global upstream_version 10.5.16 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -323,6 +323,9 @@ exit $ret %changelog +* Thu Mar 28 2024 Remi Collet - 10.5.16-1 +- update to 10.5.16 + * Fri Mar 22 2024 Remi Collet - 10.5.15-1 - update to 10.5.15 -- cgit