From c156a7c4008ae083eb3964594e23a30d00fc7a59 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 20 Dec 2021 08:03:34 +0100 Subject: update to 5.3.5 --- php-pecl-redis5.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'php-pecl-redis5.spec') diff --git a/php-pecl-redis5.spec b/php-pecl-redis5.spec index 9858fe7..d2c2eeb 100644 --- a/php-pecl-redis5.spec +++ b/php-pecl-redis5.spec @@ -31,7 +31,7 @@ Summary: Extension for communicating with the Redis key-value store Name: %{?sub_prefix}php-pecl-redis5 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 URL: https://pecl.php.net/package/redis Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz @@ -354,6 +354,9 @@ fi %changelog +* Mon Dec 20 2021 Remi Collet - 5.3.5-1 +- update to 5.3.5 + * Wed Dec 8 2021 Remi Collet - 5.3.5-0 - test build for upcoming 5.3.5 -- cgit