From e6082c99333448e2a2636b881aa95a0827aca1fd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 24 Apr 2024 11:09:51 +0200 Subject: update to 11.1.3 --- phpunit11.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'phpunit11.spec') diff --git a/phpunit11.spec b/phpunit11.spec index 090d696..55bce21 100644 --- a/phpunit11.spec +++ b/phpunit11.spec @@ -20,8 +20,8 @@ %bcond_with defcmd %endif -%global gh_commit 51e342a0bc987e0ea8418105d0711f08ae116de3 -%global gh_date 2024-04-14 +%global gh_commit d475be032238173ca3b0a516f5cc291d174708ae +%global gh_date 2024-04-24 %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 1 -%global upstream_version 11.1.2 +%global upstream_version 11.1.3 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -314,6 +314,9 @@ exit $ret %changelog +* Wed Apr 24 2024 Remi Collet - 11.1.3-1 +- update to 11.1.3 + * Mon Apr 15 2024 Remi Collet - 11.1.2-1 - update to 11.1.2 -- cgit