From 058d2b8a78bc48e9ce65766f643fb195e46eb7b2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 2 Dec 2023 07:57:50 +0100 Subject: update to 10.5.1 --- phpunit10.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/phpunit10.spec b/phpunit10.spec index 2b6517c..3d76a8b 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -20,7 +20,7 @@ %bcond_with defcmd %endif -%global gh_commit 80cab181aebc2efac422940443e28db556137637 +%global gh_commit d5d9dca6a902d05b34c4bcbc7c1636ce1dc25408 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -34,7 +34,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.0 +%global upstream_version 10.5.1 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -319,6 +319,9 @@ exit $ret %changelog +* Sat Dec 2 2023 Remi Collet - 10.5.1-1 +- update to 10.5.1 + * Fri Dec 1 2023 Remi Collet - 10.5.0-1 - update to 10.5.0 - provide phpunit command -- cgit