diff options
author | Remi Collet <remi@remirepo.net> | 2020-09-20 09:32:46 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-09-20 09:32:46 +0200 |
commit | 864cdd2d4aa6abad339d4221eddd424da3b20da4 (patch) | |
tree | baaff154544d88af93d520415e1d6b89a88598bb | |
parent | 6239952af86ce136468fc050973ad5fe7afc649b (diff) |
update to 9.1.11
-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 e3ec376..285d658 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 5134e2a65ec48e2f7126d12f1503a9889c660bdf +%global gh_commit c9394cb9d07ecfa9351b96f2e296bad473195f4d #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.10 +Version: 9.1.11 Release: 1%{?dist} Summary: PHP code coverage information @@ -213,6 +213,9 @@ exit $ret %changelog +* Sun Sep 20 2020 Remi Collet <remi@remirepo.net> - 9.1.11-1 +- update to 9.1.11 + * Fri Sep 18 2020 Remi Collet <remi@remirepo.net> - 9.1.10-1 - update to 9.1.10 |