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 9aef4e7..0dfd74a 100644 --- a/php-pecl-pcov.spec +++ b/php-pecl-pcov.spec @@ -15,7 +15,7 @@ Summary: Code coverage driver Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 1.0.9 -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -220,6 +220,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Sep 01 2021 Remi Collet <remi@remirepo.net> - 1.0.9-2 +- rebuild for 8.1.0RC1 + * Mon Jun 7 2021 Remi Collet <remi@remirepo.net> - 1.0.9-1 - update to 1.0.9 |