From 9785bd5e7266874561b07a9ca8b4a1893e424cd0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 19 Mar 2025 11:20:23 +0100 Subject: test build for upcoming 6.2.0 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-redis6.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index 918358d..b8b85cb 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ redis Redis Support => enabled -Redis Version => 6.1.1 +Redis Version => 6.2.0 Redis Sentinel Version => 1.0 Available serializers => php, json, igbinary, msgpack Available compression => lzf, zstd, lz4 diff --git a/REFLECTION b/REFLECTION index ba740d7..b92a990 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #131 redis version 6.1.1 ] { +Extension [ extension #131 redis version 6.2.0 ] { - Dependencies { Dependency [ igbinary (Required) ] diff --git a/php-pecl-redis6.spec b/php-pecl-redis6.spec index 5f8a4c0..ecb6f9d 100644 --- a/php-pecl-redis6.spec +++ b/php-pecl-redis6.spec @@ -32,7 +32,7 @@ # after 20-json, 40-igbinary and 40-msgpack %global ini_name 50-%{pecl_name}.ini -%global upstream_version 6.1.1 +%global upstream_version 6.2.0 #global upstream_prever RC2 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} %global _configure ../%{sources}/configure @@ -341,6 +341,9 @@ exit $ret %changelog +* Wed Mar 19 2025 Remi Collet - 6.2.0-0 +- test build for upcoming 6.2.0 + * Tue Mar 18 2025 Remi Collet - 6.1.1-0 - test build for upcoming 6.1.1 - re-license spec file to CECILL-2.1 -- cgit