diff options
author | Remi Collet <remi@remirepo.net> | 2022-02-23 08:39:28 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-02-23 08:39:28 +0100 |
commit | c01fe5734c4f7db9cbabb0b1f964557e6ca1cfb7 (patch) | |
tree | 4fa32048cb25cc41f6c75b905e667e518a0b297a | |
parent | 3751a925785f04aec1d199567217d28b83c80ad5 (diff) |
update to 9.2.12
-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 0d8a55b..63ffa9b 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 665a1ac0a763c51afc30d6d130dac0813092b17f +%global gh_commit c011a0b6aaa4acd2f39b7f51fb4ad4442b6ec631 #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.2.11 +Version: 9.2.12 Release: 1%{?dist} Summary: PHP code coverage information @@ -213,6 +213,9 @@ exit $ret %changelog +* Wed Feb 23 2022 Remi Collet <remi@remirepo.net> - 9.2.12-1 +- update to 9.2.12 + * Fri Feb 18 2022 Remi Collet <remi@remirepo.net> - 9.2.11-1 - update to 9.2.11 |