From 0f75f7c74f1f3df8b850433b20d3f641070ec918 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 22 Mar 2024 07:30:50 +0100 Subject: update to 11.0.8 --- phpunit11.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'phpunit11.spec') diff --git a/phpunit11.spec b/phpunit11.spec index 1dcdd35..d126bc1 100644 --- a/phpunit11.spec +++ b/phpunit11.spec @@ -20,8 +20,8 @@ %bcond_with defcmd %endif -%global gh_commit afa8d61ba7ae78da739938c999140eb767a1ad7f -%global gh_date 2024-03-21 +%global gh_commit 48ea58408879a9aad630022186398364051482fc +%global gh_date 2024-03-22 %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 11 %global ver_minor 0 -%global upstream_version 11.0.7 +%global upstream_version 11.0.8 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -313,6 +313,9 @@ exit $ret %changelog +* Fri Mar 22 2024 Remi Collet - 11.0.8-1 +- update to 11.0.8 + * Thu Mar 21 2024 Remi Collet - 11.0.7-1 - update to 11.0.7 -- cgit