From 3e0398020af358c6e21de204ada97739e9c83471 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 8 Jan 2020 11:19:34 +0100 Subject: v7.5.20 --- phpunit7.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'phpunit7.spec') diff --git a/phpunit7.spec b/phpunit7.spec index c11a8fc..bb1f009 100644 --- a/phpunit7.spec +++ b/phpunit7.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 4263f76a3fc65385e242ef7357b99f3bed36707e +%global gh_commit 9467db479d1b0487c99733bb1e7944d32deded2c #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 7 %global ver_minor 5 -%global ver_patch 19 +%global ver_patch 20 %global specrel 1 Name: %{pk_project}%{ver_major} @@ -279,6 +279,9 @@ exit $ret %changelog +* Wed Jan 8 2020 Remi Collet - 7.5.20-1 +- update to 7.5.20 + * Tue Jan 7 2020 Remi Collet - 7.5.19-1 - update to 7.5.19 -- cgit