From b0fb81655c50e4900e2d93ef128156905bf28035 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 28 Oct 2024 16:44:12 +0100 Subject: update to 11.4.3 --- phpunit11.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'phpunit11.spec') diff --git a/phpunit11.spec b/phpunit11.spec index d9f3465..1ca42a8 100644 --- a/phpunit11.spec +++ b/phpunit11.spec @@ -20,8 +20,8 @@ %bcond_with defcmd %endif -%global gh_commit 1863643c3f04ad03dcb9c6996c294784cdda4805 -%global gh_date 2024-10-21 +%global gh_commit e8e8ed1854de5d36c088ec1833beae40d2dedd76 +%global gh_date 2024-10-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 11 %global ver_minor 4 -%global upstream_version 11.4.2 +%global upstream_version 11.4.3 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -280,6 +280,9 @@ exit $ret %changelog +* Mon Oct 28 2024 Remi Collet - 11.4.3-1 +- update to 11.4.3 + * Mon Oct 21 2024 Remi Collet - 11.4.2-1 - update to 11.4.2 - raise dependency on phpunit/php-code-coverage 11.0.7 -- cgit