diff options
-rw-r--r-- | php-phpunit-php-code-coverage9.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpunit-php-code-coverage9.spec b/php-phpunit-php-code-coverage9.spec index 00accd9..ca377cc 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 d25b24b1cd14772bde4d75daeb393dc17db9f6e6 +%global gh_commit 2ef92bec3186a827faf7362ff92ae4e8ec2e49d2 #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.6 +Version: 9.1.7 Release: 1%{?dist} Summary: PHP code coverage information @@ -214,6 +214,9 @@ exit $ret %changelog +* Thu Sep 3 2020 Remi Collet <remi@remirepo.net> - 9.1.7-1 +- update to 9.1.7 + * Mon Aug 31 2020 Remi Collet <remi@remirepo.net> - 9.1.6-1 - update to 9.1.6 |