From a10336d779c10282cc5195c5d1554b9d3956b1cb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 19 Sep 2023 09:32:55 +0200 Subject: update to 9.6.13 --- phpunit9.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/phpunit9.spec b/phpunit9.spec index 310f225..0dc7c79 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -12,7 +12,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit a122c2ebd469b751d774aa0f613dc0d67697653f +%global gh_commit f3d767f7f9e191eab4189abe41ab37797e30b1be #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -26,7 +26,7 @@ %global ver_major 9 %global ver_minor 6 -%global upstream_version 9.6.12 +%global upstream_version 9.6.13 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -309,6 +309,9 @@ exit $ret %changelog +* Tue Sep 19 2023 Remi Collet - 9.6.13-1 +- update to 9.6.13 + * Wed Sep 13 2023 Remi Collet - 9.6.12-1 - update to 9.6.12 - raise dependency on phpunit/php-code-coverage 9.2.28 -- cgit