diff options
author | Remi Collet <remi@remirepo.net> | 2020-08-27 09:13:38 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-08-27 09:13:38 +0200 |
commit | c68bea8f7a855958f4a403cc34f8e090acbc5c46 (patch) | |
tree | beb389adb65657e895705c0a2a839d9c523c45c3 /php-phpunit-php-code-coverage9.spec | |
parent | b522c31112e9bf45a078c00a6b0b50d309488b66 (diff) |
update to 9.1.5
Diffstat (limited to 'php-phpunit-php-code-coverage9.spec')
-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 da4a90b..319e62a 100644 --- a/php-phpunit-php-code-coverage9.spec +++ b/php-phpunit-php-code-coverage9.spec @@ -14,7 +14,7 @@ %bcond_without tests %endif # Github -%global gh_commit 4422fca28c3634e2de8c7c373af97a104dd1a45f +%global gh_commit adea70610c070869261d2d0a62fa968611447b56 #global gh_date 20150924 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -29,7 +29,7 @@ %global ver_major 9 Name: php-%{pk_vendor}-%{pk_project}%{ver_major} -Version: 9.1.4 +Version: 9.1.5 Release: 1%{?dist} Summary: PHP code coverage information @@ -218,6 +218,9 @@ exit $ret %changelog +* Thu Aug 27 2020 Remi Collet <remi@remirepo.net> - 9.1.5-1 +- update to 9.1.5 + * Fri Aug 14 2020 Remi Collet <remi@remirepo.net> - 9.1.4-1 - update to 9.1.4 |