From 4c8d58aa76dd47706041c3ca8fac5bd40c3f4c47 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 10 Jul 2023 07:15:16 +0200 Subject: update to 10.2.4 --- phpunit10.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/phpunit10.spec b/phpunit10.spec index 6e598b0..12dc750 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 35c8cac1734ede2ae354a6644f7088356ff5b08e +%global gh_commit 68484779b5a2ed711fbdeba6ca01910d87acdff2 #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.3 +%global upstream_version 10.2.4 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -297,6 +297,9 @@ exit $ret %changelog +* Mon Jul 10 2023 Remi Collet - 10.2.4-1 +- update to 10.2.4 + * Fri Jun 30 2023 Remi Collet - 10.2.3-1 - update to 10.2.3 -- cgit