From 82c02fc9877bcdcbdb2636fc20bc0663078171de Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 18 Apr 2024 07:25:03 +0200 Subject: update to 10.5.19 --- phpunit10.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'phpunit10.spec') diff --git a/phpunit10.spec b/phpunit10.spec index d3bd4de..f81da32 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -20,8 +20,8 @@ %bcond_with defcmd %endif -%global gh_commit 835df1709ac6c968ba34bf23f3c30e5d5a266de8 -%global gh_date 2024-04-14 +%global gh_commit c726f0de022368f6ed103e452a765d3304a996a4 +%global gh_date 2024-04-17 %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.18 +%global upstream_version 10.5.19 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -323,6 +323,9 @@ exit $ret %changelog +* Thu Apr 18 2024 Remi Collet - 10.5.19-1 +- update to 10.5.19 + * Mon Apr 15 2024 Remi Collet - 10.5.18-1 - update to 10.5.18 -- cgit