From 14670d11945bb18df829363393fc9d41d9927e77 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Aug 2023 08:56:56 +0200 Subject: rebuild for PHP 8.3.0RC1 --- php-pecl-pcov.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-pecl-pcov.spec b/php-pecl-pcov.spec index d647447..3e6d84e 100644 --- a/php-pecl-pcov.spec +++ b/php-pecl-pcov.spec @@ -17,7 +17,7 @@ Summary: Code coverage driver Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 1.0.11 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP-3.01 URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -194,6 +194,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Aug 30 2023 Remi Collet - 1.0.11-3 +- rebuild for PHP 8.3.0RC1 + * Tue Jul 18 2023 Remi Collet - 1.0.11-2 - build out of sources tree -- cgit