From 7b98895966d93213d9aba2bb0bfef9a6844a91b2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 18 Aug 2023 08:39:59 +0200 Subject: update to 10.3.2 --- phpunit10.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'phpunit10.spec') diff --git a/phpunit10.spec b/phpunit10.spec index d4926d6..2f21281 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -14,7 +14,7 @@ %bcond_without tests -%global gh_commit d442ce7c4104d5683c12e67e4dcb5058159e9804 +%global gh_commit 0dafb1175c366dd274eaa9a625e914451506bcd1 #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 3 -%global upstream_version 10.3.1 +%global upstream_version 10.3.2 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -302,6 +302,9 @@ exit $ret %changelog +* Fri Aug 18 2023 Remi Collet - 10.3.2-1 +- update to 10.3.2 + * Fri Aug 4 2023 Remi Collet - 10.3.1-1 - update to 10.3.1 -- cgit