From a00f6e7382d96b2c46cd467512dba852cf9d474a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 20 Feb 2023 09:35:06 +0100 Subject: update to 10.0.9 --- phpunit10.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'phpunit10.spec') diff --git a/phpunit10.spec b/phpunit10.spec index ca9ded2..ced918e 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit a6f61c5629dd95db79af72f1e94d56702187479a +%global gh_commit b027e0e266b2e51bb74d5050ff5b1304c40ea209 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -25,7 +25,7 @@ %global ver_major 10 %global ver_minor 0 -%global upstream_version 10.0.7 +%global upstream_version 10.0.9 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -291,6 +291,9 @@ exit $ret %changelog +* Mon Feb 20 2023 Remi Collet - 10.0.9-1 +- update to 10.0.9 + * Thu Feb 9 2023 Remi Collet - 10.0.7-1 - update to 10.0.7 -- cgit