From 2d9ee342c8e2eced7dbc219f9003b51c73959488 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 7 Feb 2023 08:50:15 +0100 Subject: update to 10.0.5 --- phpunit10.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'phpunit10.spec') diff --git a/phpunit10.spec b/phpunit10.spec index 6534b30..32fe731 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 6be2d07cce2c7f812db007825a57da3b08972eaf +%global gh_commit 5f4a775285c6401693cee39876f3ba764d42cb24 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -25,7 +25,7 @@ %global ver_major 10 %global ver_minor 0 -%global upstream_version 10.0.4 +%global upstream_version 10.0.5 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -291,6 +291,9 @@ exit $ret %changelog +* Tue Feb 7 2023 Remi Collet - 10.0.5-1 +- update to 10.0.5 + * Mon Feb 6 2023 Remi Collet - 10.0.4-1 - update to 10.0.4 -- cgit