From 8757ad1fc0633f83f0e11fe67e52ba513654eb8e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Sep 2021 09:34:09 +0200 Subject: rebuild for 8.1.0RC1 --- php-pecl-pcov.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'php-pecl-pcov.spec') 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 - 1.0.9-2 +- rebuild for 8.1.0RC1 + * Mon Jun 7 2021 Remi Collet - 1.0.9-1 - update to 1.0.9 -- cgit