From 7086341a1105775273af9682fdc0e3e94d0d00bb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 5 Oct 2024 08:02:09 +0200 Subject: update to 6.1.0 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-redis6.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index dc83670..0597691 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ redis Redis Support => enabled -Redis Version => 6.1.0RC2 +Redis Version => 6.1.0 Redis Sentinel Version => 1.0 Available serializers => php, json, igbinary, msgpack Available compression => lzf, zstd, lz4 diff --git a/REFLECTION b/REFLECTION index 3755f36..bae8635 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #115 redis version 6.1.0RC2 ] { +Extension [ extension #116 redis version 6.1.0 ] { - Dependencies { Dependency [ igbinary (Required) ] diff --git a/php-pecl-redis6.spec b/php-pecl-redis6.spec index 3ba9493..038161b 100644 --- a/php-pecl-redis6.spec +++ b/php-pecl-redis6.spec @@ -31,7 +31,7 @@ %global ini_name 50-%{pecl_name}.ini %global upstream_version 6.1.0 -%global upstream_prever RC2 +#global upstream_prever RC2 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} %global _configure ../%{sources}/configure @@ -337,6 +337,9 @@ exit $ret %changelog +* Sat Oct 5 2024 Remi Collet - 6.1.0-1 +- update to 6.1.0 + * Tue Sep 24 2024 Remi Collet - 6.1.0~RC2-1 - update to 6.1.0RC2 -- cgit