From 3d5175b4cd4870c9510c68205b17b989320a63d1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 11 Sep 2020 08:38:39 +0200 Subject: update to 8.1.1 (no change) --- phpcov.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'phpcov.spec') diff --git a/phpcov.spec b/phpcov.spec index 16fa772..8f82b13 100644 --- a/phpcov.spec +++ b/phpcov.spec @@ -12,7 +12,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 9bd7e2d81500952551ea784ed73195afbaaa9dc7 +%global gh_commit c75b265c1e0e753424607369ca91437293b85fbe %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpcov @@ -26,7 +26,7 @@ Name: %{pk_project} -Version: 8.1.0 +Version: 8.1.1 Release: 1%{?dist} Summary: CLI frontend for PHP_CodeCoverage @@ -173,6 +173,9 @@ exit $ret; %changelog +* Fri Sep 11 2020 Remi Collet - 8.1.1-1 +- update to 8.1.1 (no change) + * Thu Aug 13 2020 Remi Collet - 8.1.0-1 - update to 8.1.0 - add dependency on phpunit/php-file-iterator -- cgit