From 26da0e3e46f1b5811e99912598ce2499c46a965d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 15 Jan 2024 07:35:16 +0100 Subject: update to 10.5.7 --- phpunit10.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'phpunit10.spec') diff --git a/phpunit10.spec b/phpunit10.spec index f257d53..61d74b5 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -20,8 +20,8 @@ %bcond_with defcmd %endif -%global gh_commit ab9a20b623b235165d24faa9d1da925cb54939c0 -%global gh_date 2024-01-13 +%global gh_commit e5c5b397a95cb0db013270a985726fcae93e61b8 +%global gh_date 2024-01-14 %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.6 +%global upstream_version 10.5.7 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -319,6 +319,9 @@ exit $ret %changelog +* Mon Jan 15 2024 Remi Collet - 10.5.7-1 +- update to 10.5.7 + * Sun Jan 14 2024 Remi Collet - 10.5.6-1 - update to 10.5.6 -- cgit