From c55c91764697593148392baa93d9860cd4453e96 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Aug 2023 08:01:08 +0200 Subject: rebuild for PHP 8.3.0RC1 --- php-phpiredis.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-phpiredis.spec b/php-phpiredis.spec index 4b463cb..c038451 100644 --- a/php-phpiredis.spec +++ b/php-phpiredis.spec @@ -38,9 +38,9 @@ Name: %{?scl_prefix}php-%{pecl_name} Version: 1.0.1 %if 0%{?gh_date} -Release: 3%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else -Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif Summary: Client extension for Redis @@ -207,6 +207,9 @@ exit $ret %changelog +* Wed Aug 30 2023 Remi Collet - 1.0.1-6 +- rebuild for PHP 8.3.0RC1 + * Fri Jul 7 2023 Remi Collet - 1.0.1-5 - build out of sources tree -- cgit