diff options
Diffstat (limited to 'php-pecl-pcov.spec')
-rw-r--r-- | php-pecl-pcov.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-pcov.spec b/php-pecl-pcov.spec index d5f4afa..39e5657 100644 --- a/php-pecl-pcov.spec +++ b/php-pecl-pcov.spec @@ -14,7 +14,7 @@ Summary: Code coverage driver Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.0.5 +Version: 1.0.6 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: http://pecl.php.net/package/%{pecl_name} @@ -227,6 +227,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Jun 13 2019 Remi Collet <remi@remirepo.net> - 1.0.6-1 +- update to 1.0.6 + * Tue Jun 11 2019 Remi Collet <remi@remirepo.net> - 1.0.5-1 - update to 1.0.5 |