From b4f982ead6db84be22e450da42ecaa62657411fc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 30 Jul 2024 15:18:33 +0200 Subject: update to 11.2.9 --- phpunit11.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'phpunit11.spec') diff --git a/phpunit11.spec b/phpunit11.spec index 0124738..8f6a49d 100644 --- a/phpunit11.spec +++ b/phpunit11.spec @@ -20,8 +20,8 @@ %bcond_with defcmd %endif -%global gh_commit a7a29e8d3113806f18f99d670f580a30e8ffff39 -%global gh_date 2024-07-18 +%global gh_commit c197bbaaca360efda351369bf1fd9cc1ca6bcbf7 +%global gh_date 2024-07-30 %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 2 -%global upstream_version 11.2.8 +%global upstream_version 11.2.9 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -266,6 +266,9 @@ exit $ret %changelog +* Tue Jul 30 2024 Remi Collet - 11.2.9-1 +- update to 11.2.9 + * Fri Jul 19 2024 Remi Collet - 11.2.8-1 - update to 11.2.8 -- cgit