From c156a7c4008ae083eb3964594e23a30d00fc7a59 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 20 Dec 2021 08:03:34 +0100 Subject: update to 5.3.5 --- REFLECTION | 6 +++--- php-pecl-redis5.spec | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/REFLECTION b/REFLECTION index ed2f6da..520dcc4 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #117 redis version 5.3.5 ] { +Extension [ extension #118 redis version 5.3.5 ] { - Dependencies { Dependency [ igbinary (Required) ] @@ -4093,7 +4093,7 @@ Extension [ extension #117 redis version 5.3.5 ] { } } - Class [ class RedisException extends Exception implements Stringable, Throwable ] { + Class [ class RedisException extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -4184,7 +4184,7 @@ Extension [ extension #117 redis version 5.3.5 ] { } } - Class [ class RedisClusterException extends Exception implements Stringable, Throwable ] { + Class [ class RedisClusterException extends Exception implements Throwable, Stringable ] { - Constants [0] { } diff --git a/php-pecl-redis5.spec b/php-pecl-redis5.spec index 9858fe7..d2c2eeb 100644 --- a/php-pecl-redis5.spec +++ b/php-pecl-redis5.spec @@ -31,7 +31,7 @@ Summary: Extension for communicating with the Redis key-value store Name: %{?sub_prefix}php-pecl-redis5 Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 0%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: https://pecl.php.net/package/redis Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz @@ -354,6 +354,9 @@ fi %changelog +* Mon Dec 20 2021 Remi Collet - 5.3.5-1 +- update to 5.3.5 + * Wed Dec 8 2021 Remi Collet - 5.3.5-0 - test build for upcoming 5.3.5 -- cgit