From cfd747fdd9c6194cc055ad33d4dbee4aa0076fb7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 25 Mar 2017 06:40:33 +0100 Subject: v3.1.2 --- REFLECTION | 2 +- php-pecl-redis.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/REFLECTION b/REFLECTION index 5d679fc..45f7d7b 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #170 redis version 3.1.1 ] { +Extension [ extension #173 redis version 3.1.2 ] { - Dependencies { Dependency [ igbinary (Required) ] diff --git a/php-pecl-redis.spec b/php-pecl-redis.spec index 37d1a37..1b0eeaf 100644 --- a/php-pecl-redis.spec +++ b/php-pecl-redis.spec @@ -31,7 +31,7 @@ Summary: Extension for communicating with the Redis key-value store Name: %{?sub_prefix}php-pecl-redis -Version: 3.1.1 +Version: 3.1.2 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz License: PHP @@ -308,6 +308,9 @@ rm -rf %{buildroot} %changelog +* Sat Mar 25 2017 Remi Collet - 3.1.2-1 +- Update to 3.1.2 (stable) + * Wed Feb 1 2017 Remi Collet - 3.1.1-1 - Update to 3.1.1 (stable) -- cgit