diff options
| author | Remi Collet <remi@remirepo.net> | 2025-03-19 11:20:23 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-03-19 11:20:23 +0100 | 
| commit | 9785bd5e7266874561b07a9ca8b4a1893e424cd0 (patch) | |
| tree | 4d52cbb20d43b45674839cae0a54ebec2caa9a63 | |
| parent | bc7a1b53f98a2863b807d6a6f7bbfd3137eb7318 (diff) | |
test build for upcoming 6.2.0
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-pecl-redis6.spec | 5 | 
3 files changed, 6 insertions, 3 deletions
@@ -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 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #131 redis version 6.1.1 ] { +Extension [ <persistent> 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 <remi@remirepo.net> - 6.2.0-0 +- test build for upcoming 6.2.0 +  * Tue Mar 18 2025 Remi Collet <remi@remirepo.net> - 6.1.1-0  - test build for upcoming 6.1.1  - re-license spec file to CECILL-2.1  | 
