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