From 6ead7c6141df413493abc92f6def6cd6b337af25 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 26 Oct 2023 10:57:30 +0200 Subject: update to 10.4.2 --- phpunit10.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/phpunit10.spec b/phpunit10.spec index a35fb13..692357c 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -14,7 +14,7 @@ %bcond_without tests -%global gh_commit 62bd7af13d282deeb95650077d28ba3600ca321c +%global gh_commit cacd8b9dd224efa8eb28beb69004126c7ca1a1a1 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -28,7 +28,7 @@ %global ver_major 10 %global ver_minor 4 -%global upstream_version 10.4.1 +%global upstream_version 10.4.2 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -306,6 +306,9 @@ exit $ret %changelog +* Thu Oct 26 2023 Remi Collet - 10.4.2-1 +- update to 10.4.2 + * Sun Oct 8 2023 Remi Collet - 10.4.1-1 - update to 10.4.1 -- cgit