From ed55952845e42ad6b4614f249017ccc3b04177f7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 8 Jan 2020 11:21:13 +0100 Subject: v8.5.2 --- phpunit8.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/phpunit8.spec b/phpunit8.spec index ea84149..3b444fb 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for phpunit8 # -# Copyright (c) 2010-2019 Remi Collet +# Copyright (c) 2010-2020 Remi Collet # # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 7870c78da3c5e4883eaef36ae47853ebb3cb86f2 +%global gh_commit 018b6ac3c8ab20916db85fa91bf6465acb64d1e0 #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 1 +%global ver_patch 2 %global specrel 1 Name: %{pk_project}%{ver_major} @@ -282,6 +282,9 @@ exit $ret %changelog +* Wed Jan 8 2020 Remi Collet - 8.5.2-1 +- update to 8.5.2 + * Thu Jan 2 2020 Remi Collet - 8.5.1-1 - update to 8.5.1 -- cgit