From bbed7c9db598fe4803b046c17611eff32f44a89a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 17 Jul 2017 17:43:48 +0200 Subject: v3.1.3 --- REFLECTION | 2 +- php-pecl-redis.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/REFLECTION b/REFLECTION index 0b1837e..796c0d7 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #176 redis version 3.1.3RC2 ] { +Extension [ extension #176 redis version 3.1.3 ] { - Dependencies { Dependency [ igbinary (Required) ] diff --git a/php-pecl-redis.spec b/php-pecl-redis.spec index 68ff6dc..728cf87 100644 --- a/php-pecl-redis.spec +++ b/php-pecl-redis.spec @@ -28,7 +28,7 @@ %global ini_name 50-%{pecl_name}.ini %endif %global upstream_version 3.1.3 -%global upstream_prever RC2 +#global upstream_prever RC2 Summary: Extension for communicating with the Redis key-value store Name: %{?sub_prefix}php-pecl-redis @@ -306,6 +306,9 @@ fi %changelog +* Mon Jul 17 2017 Remi Collet - 3.1.3-1 +- update to 3.1.3 (stable) + * Tue Jun 27 2017 Remi Collet - 3.1.3~RC2-1 - update to 3.1.3RC2 (beta) -- cgit