From 2b443682e9a77771a47f2c1522915181926e3e01 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 5 Aug 2018 07:13:28 +0200 Subject: v4.1.1 --- php-pecl-redis4.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-pecl-redis4.spec') diff --git a/php-pecl-redis4.spec b/php-pecl-redis4.spec index 37537c7..85a93b6 100644 --- a/php-pecl-redis4.spec +++ b/php-pecl-redis4.spec @@ -28,13 +28,13 @@ # after 40-igbinary %global ini_name 50-%{pecl_name}.ini %endif -%global upstream_version 4.1.0 +%global upstream_version 4.1.1 #global upstream_prever RC3 Summary: Extension for communicating with the Redis key-value store Name: %{?sub_prefix}php-pecl-redis4 Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 2%{?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;')}} Source0: http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz License: PHP URL: http://pecl.php.net/package/redis @@ -330,6 +330,9 @@ fi %changelog +* Sun Aug 5 2018 Remi Collet - 4.1.1-1 +- update to 4.1.1 + * Tue Jul 17 2018 Remi Collet - 4.1.0-2 - rebuld for 7.3.0alpha4 new ABI -- cgit