From 8b2c298d6d37d134938328d44ee3a978413b1574 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 13 Mar 2024 08:43:22 +0100 Subject: update to 10.5.13 --- phpunit10.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/phpunit10.spec b/phpunit10.spec index a24f049..a309166 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -20,8 +20,8 @@ %bcond_with defcmd %endif -%global gh_commit 41a9886b85ac7bf3929853baf96b95361cd69d2b -%global gh_date 2024-03-09 +%global gh_commit 20a63fc1c6db29b15da3bd02d4b6cf59900088a7 +%global gh_date 2024-03-12 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -34,7 +34,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.12 +%global upstream_version 10.5.13 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -323,6 +323,9 @@ exit $ret %changelog +* Wed Mar 13 2024 Remi Collet - 10.5.13-1 +- update to 10.5.13 + * Sat Mar 9 2024 Remi Collet - 10.5.12-1 - update to 10.5.12 -- cgit