From dae11cf0fca74f5d2b9073e7cbdd482a0cae38d0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 8 Oct 2023 08:56:08 +0200 Subject: update to 10.4.1 --- phpunit10.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'phpunit10.spec') diff --git a/phpunit10.spec b/phpunit10.spec index 559657f..a35fb13 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -14,7 +14,7 @@ %bcond_without tests -%global gh_commit 9784e877e3700de37475545bdbdce8383ff53d25 +%global gh_commit 62bd7af13d282deeb95650077d28ba3600ca321c #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.0 +%global upstream_version 10.4.1 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -306,6 +306,9 @@ exit $ret %changelog +* Sun Oct 8 2023 Remi Collet - 10.4.1-1 +- update to 10.4.1 + * Fri Oct 6 2023 Remi Collet - 10.4.0-1 - update to 10.4.0 -- cgit