From c1ff96766a65304354bf58638971821fd6d2e2d2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 5 Mar 2020 07:46:27 +0100 Subject: v7.0.2 --- phpcov.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'phpcov.spec') diff --git a/phpcov.spec b/phpcov.spec index 77c45df..b68afda 100644 --- a/phpcov.spec +++ b/phpcov.spec @@ -10,7 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 23c15ce31681fd8310546f22fdbc42015ca54ab4 +%global gh_commit b91ef1640a7571f32e2eb58b107865f4c87a2eef %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpcov @@ -25,7 +25,7 @@ Name: %{pk_project} -Version: 7.0.1 +Version: 7.0.2 Release: 1%{?dist} Summary: CLI frontend for PHP_CodeCoverage @@ -170,6 +170,9 @@ exit $ret; %changelog +* Thu Mar 5 2020 Remi Collet - 7.0.2-1 +- update to 7.0.2 + * Mon Feb 10 2020 Remi Collet - 7.0.1-1 - update to 7.0.1 - raise dependency on PHP 7.3 -- cgit