From 3b56852a994d3c17a2a9d369e38b93c8f4d5283d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 12 Jun 2023 08:16:10 +0200 Subject: update to 10.2.2 --- phpunit10.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/phpunit10.spec b/phpunit10.spec index bce1889..6031254 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 599b33294350e8f51163119d5670512f98b0490d +%global gh_commit 1ab521b24b88b88310c40c26c0cc4a94ba40ff95 #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 2 -%global upstream_version 10.2.1 +%global upstream_version 10.2.2 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -297,6 +297,9 @@ exit $ret %changelog +* Mon Jun 12 2023 Remi Collet - 10.2.2-1 +- update to 10.2.2 + * Mon Jun 5 2023 Remi Collet - 10.2.1-1 - update to 10.2.1 -- cgit