summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-09-24 08:13:49 +0200
committerRemi Collet <remi@php.net>2024-09-24 08:13:49 +0200
commit2e230122a78e6781b401bf7850e394a67eae9adc (patch)
tree22e465778c6c0bc0da849bc1b07f56f56eb74e84
parent15d4185b94390810af1b5ad52160cd5dd6c03f58 (diff)
update to 6.1.0RC2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-redis6.spec7
2 files changed, 6 insertions, 3 deletions
diff --git a/REFLECTION b/REFLECTION
index 4f320ec..3755f36 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #113 redis version 6.1.0RC2 ] {
+Extension [ <persistent> extension #115 redis version 6.1.0RC2 ] {
- Dependencies {
Dependency [ igbinary (Required) ]
diff --git a/php-pecl-redis6.spec b/php-pecl-redis6.spec
index 142f068..3ba9493 100644
--- a/php-pecl-redis6.spec
+++ b/php-pecl-redis6.spec
@@ -38,7 +38,7 @@
Summary: Extension for communicating with the Redis key-value store
Name: %{?scl_prefix}php-pecl-redis6
Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
-Release: 0%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: PHP-3.01
URL: https://pecl.php.net/package/redis
Source0: https://pecl.php.net/get/%{sources}.tgz
@@ -109,7 +109,7 @@ The phpredis extension provides an API for communicating
with the Redis key-value store.
This Redis client implements most of the latest Redis API.
-As method only only works when also implemented on the server side,
+As method only works when also implemented on the server side,
some doesn't work with an old redis server version.
Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl} by %{?scl_vendor}%{!?scl_vendor:rh})}.
@@ -337,6 +337,9 @@ exit $ret
%changelog
+* Tue Sep 24 2024 Remi Collet <remi@remirepo.net> - 6.1.0~RC2-1
+- update to 6.1.0RC2
+
* Mon Sep 23 2024 Remi Collet <remi@remirepo.net> - 6.1.0~RC2-0
- test build for upcoming 6.1.0RC2