diff options
author | Remi Collet <remi@remirepo.net> | 2021-12-20 08:03:34 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-12-20 08:03:34 +0100 |
commit | c156a7c4008ae083eb3964594e23a30d00fc7a59 (patch) | |
tree | c24f08962a3da0a91f744cdca4b6759d753f2446 | |
parent | 7e77fe6f9c0c2a4046463fc46939f2e27a18aef6 (diff) |
update to 5.3.5
-rw-r--r-- | REFLECTION | 6 | ||||
-rw-r--r-- | php-pecl-redis5.spec | 5 |
2 files changed, 7 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #117 redis version 5.3.5 ] { +Extension [ <persistent> extension #118 redis version 5.3.5 ] { - Dependencies { Dependency [ igbinary (Required) ] @@ -4093,7 +4093,7 @@ Extension [ <persistent> extension #117 redis version 5.3.5 ] { } } - Class [ <internal:redis> class RedisException extends Exception implements Stringable, Throwable ] { + Class [ <internal:redis> class RedisException extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -4184,7 +4184,7 @@ Extension [ <persistent> extension #117 redis version 5.3.5 ] { } } - Class [ <internal:redis> class RedisClusterException extends Exception implements Stringable, Throwable ] { + Class [ <internal:redis> 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 <remi@remirepo.net> - 5.3.5-1 +- update to 5.3.5 + * Wed Dec 8 2021 Remi Collet <remi@remirepo.net> - 5.3.5-0 - test build for upcoming 5.3.5 |