diff options
| author | Remi Collet <remi@remirepo.net> | 2024-10-05 08:38:15 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2024-10-05 08:38:15 +0200 | 
| commit | 9715321f3f4fb7b8f31e2b92ab1df77f7184d405 (patch) | |
| tree | 157751d1f92aab22d82c859c7583a6a8da9c422b | |
| parent | 84cd75cd26ca8e39333659e9ed00280a8a2c00d5 (diff) | |
update to 6.1.0fedora
| -rw-r--r-- | php-pecl-redis6.spec | 16 | 
1 files changed, 9 insertions, 7 deletions
| diff --git a/php-pecl-redis6.spec b/php-pecl-redis6.spec index 49df56f..2a7df85 100644 --- a/php-pecl-redis6.spec +++ b/php-pecl-redis6.spec @@ -29,10 +29,10 @@  %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} -Summary:       Extension for communicating with the Redis key-value store +Summary:       PHP extension for interfacing with key-value stores  Name:          php-pecl-redis6  Version:       %{upstream_version}%{?upstream_prever:~%{upstream_prever}}  Release:       1%{?dist} @@ -103,12 +103,12 @@ Conflicts:     php-pecl-%{pecl_name}5 < 6  %description -The phpredis extension provides an API for communicating -with the Redis key-value store. +This extension provides an API for communicating with RESP-based key-value +stores, such as Redis, Valkey, and KeyDB. -This Redis client implements most of the latest Redis API. +This client implements most of the latest API.  As method only works when also implemented on the server side, -some doesn't work with an old redis server version. +some doesn't work with an old server version.  %prep @@ -184,7 +184,6 @@ extension = %{pecl_name}.so  ;redis.session.early_refresh = 0  ;redis.session.compression = none  ;redis.session.compression_level = 3 -  EOF @@ -302,6 +301,9 @@ exit $ret  %changelog +* Sat Oct  5 2024 Remi Collet <remi@remirepo.net> - 6.1.0-1 +- update to 6.1.0 +  * Tue Sep 24 2024 Remi Collet <remi@remirepo.net> - 6.1.0~RC2-1  - update to 6.1.0RC2  - fix test suite with redis 6.2 using patch from | 
