From a292ebaee59c7d0344576fbde1e03588749a3822 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 15 Sep 2025 06:54:16 +0200 Subject: update to 9.6.27 --- phpunit9.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/phpunit9.spec b/phpunit9.spec index 08c2bbc..10aa346 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,8 +11,8 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit a0139ea157533454f611038326f3020b3051f129 -%global gh_date 2025-09-11 +%global gh_commit 0a9aa4440b6a9528cf360071502628d717af3e0a +%global gh_date 2025-09-14 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -25,7 +25,7 @@ %global ver_major 9 %global ver_minor 6 -%global upstream_version 9.6.26 +%global upstream_version 9.6.27 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -268,6 +268,9 @@ exit $ret %changelog +* Mon Sep 15 2025 Remi Collet - 9.6.27-1 +- update to 9.6.27 + * Thu Sep 11 2025 Remi Collet - 9.6.26-1 - update to 9.6.26 -- cgit