From 6239952af86ce136468fc050973ad5fe7afc649b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 18 Sep 2020 08:19:55 +0200 Subject: update to 9.1.10 --- php-phpunit-php-code-coverage9.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 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 44c9ec2..e3ec376 100644 --- a/php-phpunit-php-code-coverage9.spec +++ b/php-phpunit-php-code-coverage9.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit cf6582906d4b2502c5f4c6be6a3d0b4cd5b3ef7f +%global gh_commit 5134e2a65ec48e2f7126d12f1503a9889c660bdf #global gh_date 20150924 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -25,7 +25,7 @@ %global ver_major 9 Name: php-%{pk_vendor}-%{pk_project}%{ver_major} -Version: 9.1.9 +Version: 9.1.10 Release: 1%{?dist} Summary: PHP code coverage information @@ -213,6 +213,9 @@ exit $ret %changelog +* Fri Sep 18 2020 Remi Collet - 9.1.10-1 +- update to 9.1.10 + * Tue Sep 15 2020 Remi Collet - 9.1.9-1 - update to 9.1.9 -- cgit