From 9ca9990e20f0ac52dd9eff56a4655c40aadefe92 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 31 Aug 2020 10:58:37 +0200 Subject: update to 9.1.6 --- php-phpunit-php-code-coverage9.spec | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'php-phpunit-php-code-coverage9.spec') diff --git a/php-phpunit-php-code-coverage9.spec b/php-phpunit-php-code-coverage9.spec index 319e62a..00accd9 100644 --- a/php-phpunit-php-code-coverage9.spec +++ b/php-phpunit-php-code-coverage9.spec @@ -7,14 +7,10 @@ # Please, preserve the changelog entries # -%bcond_with bootstrap -%if %{with bootstrap} -%bcond_with tests -%else %bcond_without tests -%endif + # Github -%global gh_commit adea70610c070869261d2d0a62fa968611447b56 +%global gh_commit d25b24b1cd14772bde4d75daeb393dc17db9f6e6 #global gh_date 20150924 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -29,7 +25,7 @@ %global ver_major 9 Name: php-%{pk_vendor}-%{pk_project}%{ver_major} -Version: 9.1.5 +Version: 9.1.6 Release: 1%{?dist} Summary: PHP code coverage information @@ -218,6 +214,9 @@ exit $ret %changelog +* Mon Aug 31 2020 Remi Collet - 9.1.6-1 +- update to 9.1.6 + * Thu Aug 27 2020 Remi Collet - 9.1.5-1 - update to 9.1.5 -- cgit