summaryrefslogtreecommitdiffstats
path: root/php-pecl-redis6.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-redis6.spec')
-rw-r--r--php-pecl-redis6.spec16
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