From b742c105d32723860ffc36b0f3b953fcd150d289 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 23 Oct 2023 07:03:58 +0200 Subject: update to 6.0.2 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-redis6.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index a5d3189..7f67616 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ redis Redis Support => enabled -Redis Version => 6.0.1 +Redis Version => 6.0.2 Redis Sentinel Version => 1.0 Available serializers => php, json, igbinary, msgpack Available compression => lzf, zstd, lz4 diff --git a/REFLECTION b/REFLECTION index 8c2706b..a69a648 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #121 redis version 6.0.1 ] { +Extension [ extension #122 redis version 6.0.2 ] { - Dependencies { Dependency [ igbinary (Required) ] diff --git a/php-pecl-redis6.spec b/php-pecl-redis6.spec index 2d842a3..4ae543c 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.1 +%global upstream_version 6.0.2 #global upstream_prever RC2 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} %global _configure ../%{sources}/configure @@ -344,6 +344,9 @@ fi %changelog +* Mon Oct 23 2023 Remi Collet - 6.0.2-1 +- update to 6.0.2 + * Mon Sep 25 2023 Remi Collet - 6.0.1-1 - update to 6.0.1 -- cgit