From 70c08a71848f740b80887e6418aa70a418025f8a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 11 Dec 2017 06:23:01 +0100 Subject: v3.1.5RC1 --- REFLECTION | 2 +- php-pecl-redis.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/REFLECTION b/REFLECTION index cbf66d9..4b9cdae 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #184 redis version 3.1.5RC1 ] { +Extension [ extension #184 redis version 3.1.5RC2 ] { - Dependencies { Dependency [ igbinary (Required) ] diff --git a/php-pecl-redis.spec b/php-pecl-redis.spec index 271433e..1ba3868 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.5 -%global upstream_prever RC1 +%global upstream_prever RC2 Summary: Extension for communicating with the Redis key-value store Name: %{?sub_prefix}php-pecl-redis @@ -305,6 +305,9 @@ fi %changelog +* Mon Dec 11 2017 Remi Collet - 3.1.5~RC2-1 +- update to 3.1.5RC2 (beta) + * Fri Dec 1 2017 Remi Collet - 3.1.5~RC1-1 - update to 3.1.5RC1 (beta) -- cgit