From ed764b7e70187796744b098341bc73c8dee0bd5c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 Jan 2018 14:03:44 +0100 Subject: v3.1.6 --- REFLECTION | 2 +- php-pecl-redis.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/REFLECTION b/REFLECTION index 16d847a..106c353 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #185 redis version 3.1.5 ] { +Extension [ extension #185 redis version 3.1.6 ] { - Dependencies { Dependency [ igbinary (Required) ] diff --git a/php-pecl-redis.spec b/php-pecl-redis.spec index a5bcc91..9ed3dbb 100644 --- a/php-pecl-redis.spec +++ b/php-pecl-redis.spec @@ -27,7 +27,7 @@ # after 40-igbinary %global ini_name 50-%{pecl_name}.ini %endif -%global upstream_version 3.1.5 +%global upstream_version 3.1.6 #global upstream_prever RC2 Summary: Extension for communicating with the Redis key-value store @@ -305,6 +305,9 @@ fi %changelog +* Wed Jan 3 2018 Remi Collet - 3.1.6-1 +- Update to 3.1.6 + * Thu Dec 21 2017 Remi Collet - 3.1.5-1 - update to 3.1.5 (stable) -- cgit