From ba260b4f5b5ff4c511fd8eadc69b0d0f9c92a02d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 Jan 2020 11:12:24 +0100 Subject: v8.5.1 --- phpunit8.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'phpunit8.spec') diff --git a/phpunit8.spec b/phpunit8.spec index 8775f13..ea84149 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 3ee1c1fd6fc264480c25b6fb8285edefe1702dab +%global gh_commit 7870c78da3c5e4883eaef36ae47853ebb3cb86f2 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -24,7 +24,7 @@ %global php_home %{_datadir}/php %global ver_major 8 %global ver_minor 5 -%global ver_patch 0 +%global ver_patch 1 %global specrel 1 Name: %{pk_project}%{ver_major} @@ -282,6 +282,9 @@ exit $ret %changelog +* Thu Jan 2 2020 Remi Collet - 8.5.1-1 +- update to 8.5.1 + * Fri Dec 6 2019 Remi Collet - 8.5.0-1 - update to 8.5.0 -- cgit