From 02c52d8f093ef87015f1d7056076a2d5b910d5c6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Aug 2023 08:03:13 +0200 Subject: rebuild for PHP 8.3.0RC1 --- php-pecl-raphf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-pecl-raphf.spec b/php-pecl-raphf.spec index 7ec06e2..ca2cfeb 100644 --- a/php-pecl-raphf.spec +++ b/php-pecl-raphf.spec @@ -26,7 +26,7 @@ Summary: Resource and persistent handles factory Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 2.0.1 -Release: 7%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 8%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz License: BSD-2-Clause URL: https://pecl.php.net/package/%{pecl_name} @@ -232,6 +232,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Aug 30 2023 Remi Collet - 2.0.1-8 +- rebuild for PHP 8.3.0RC1 + * Fri Jul 7 2023 Remi Collet - 2.0.1-7 - build out of sources tree -- cgit