From 2e230122a78e6781b401bf7850e394a67eae9adc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 24 Sep 2024 08:13:49 +0200 Subject: update to 6.1.0RC2 --- php-pecl-redis6.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-pecl-redis6.spec') 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 - 6.1.0~RC2-1 +- update to 6.1.0RC2 + * Mon Sep 23 2024 Remi Collet - 6.1.0~RC2-0 - test build for upcoming 6.1.0RC2 -- cgit