From 7c540e0490d88135a0c3ec57fe2d3f508ddb0fe1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 25 Sep 2023 07:25:57 +0200 Subject: update to 6.0.1 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-redis6.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index 727b3a1..a5d3189 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ redis Redis Support => enabled -Redis Version => 6.0.0 +Redis Version => 6.0.1 Redis Sentinel Version => 1.0 Available serializers => php, json, igbinary, msgpack Available compression => lzf, zstd, lz4 diff --git a/REFLECTION b/REFLECTION index f00250a..8c2706b 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #121 redis version 6.0.0 ] { +Extension [ extension #121 redis version 6.0.1 ] { - Dependencies { Dependency [ igbinary (Required) ] diff --git a/php-pecl-redis6.spec b/php-pecl-redis6.spec index 039367a..2d842a3 100644 --- a/php-pecl-redis6.spec +++ b/php-pecl-redis6.spec @@ -22,7 +22,7 @@ # after 20-json, 40-igbinary and 40-msgpack %global ini_name 50-%{pecl_name}.ini -%global upstream_version 6.0.0 +%global upstream_version 6.0.1 #global upstream_prever RC2 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} %global _configure ../%{sources}/configure @@ -344,6 +344,9 @@ fi %changelog +* Mon Sep 25 2023 Remi Collet - 6.0.1-1 +- update to 6.0.1 + * Mon Sep 11 2023 Remi Collet - 6.0.0-1 - update to 6.0.0 -- cgit