From d6ecabb6882536d71b20ea3227855a7576bc242f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Aug 2023 09:01:23 +0200 Subject: rebuild for PHP 8.3.0RC1 --- php-pecl-redis5.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/php-pecl-redis5.spec b/php-pecl-redis5.spec index e04413e..eacd9ba 100644 --- a/php-pecl-redis5.spec +++ b/php-pecl-redis5.spec @@ -32,7 +32,7 @@ Summary: Extension for communicating with the Redis key-value store Name: %{?scl_prefix}php-pecl-redis5 Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP-3.01 URL: https://pecl.php.net/package/redis Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz @@ -67,7 +67,6 @@ Requires: %{?scl_prefix}php-igbinary%{?_isa} %if %{with msgpack} Requires: %{?scl_prefix}php-msgpack%{?_isa} %endif -%{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}} Obsoletes: %{?scl_prefix}php-%{pecl_name} < 3 Provides: %{?scl_prefix}php-%{pecl_name} = %{version} @@ -352,6 +351,9 @@ fi %changelog +* Wed Aug 30 2023 Remi Collet - 5.3.7-5 +- rebuild for PHP 8.3.0RC1 + * Wed Jul 12 2023 Remi Collet - 5.3.7-4 - build out of sources tree -- cgit