diff options
author | Remi Collet <remi@remirepo.net> | 2021-09-01 09:34:09 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-09-01 09:34:09 +0200 |
commit | 8757ad1fc0633f83f0e11fe67e52ba513654eb8e (patch) | |
tree | 8fb92360570f20b85998133f532d71fa81efcb08 /php-pecl-pcov.spec | |
parent | b7988f5369dd5f3b850d72f053f8c4cdb7125d31 (diff) |
rebuild for 8.1.0RC1
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 |