From 822b9df0c7a55ba5319970935eead1533502bbb7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 26 Feb 2019 10:22:26 +0100 Subject: v7.0.3 --- php-phpunit-php-code-coverage7.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-phpunit-php-code-coverage7.spec') diff --git a/php-phpunit-php-code-coverage7.spec b/php-phpunit-php-code-coverage7.spec index 4b801d3..4c1c80b 100644 --- a/php-phpunit-php-code-coverage7.spec +++ b/php-phpunit-php-code-coverage7.spec @@ -9,7 +9,7 @@ %global bootstrap 0 # Github -%global gh_commit cfca9c5f7f2694ca0c7749ffb142927d9f05250f +%global gh_commit 0317a769a81845c390e19684d9ba25d7f6aa4707 #global gh_date 20150924 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -29,7 +29,7 @@ %endif Name: php-%{pk_vendor}-%{pk_project}%{ver_major} -Version: 7.0.2 +Version: 7.0.3 Release: 1%{?dist} Summary: PHP code coverage information @@ -202,6 +202,9 @@ exit $ret %changelog +* Tue Feb 26 2019 Remi Collet - 7.0.3-1 +- update to 7.0.3 + * Sat Feb 16 2019 Remi Collet - 7.0.2-1 - update to 7.0.2 -- cgit