diff options
author | Remi Collet <remi@remirepo.net> | 2017-12-11 06:23:01 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-12-11 06:23:01 +0100 |
commit | 70c08a71848f740b80887e6418aa70a418025f8a (patch) | |
tree | 937ba4cce813834191c7c99bf79032e38fcc1cab | |
parent | 55e405df81e50f99597a921bc82d7ce5ef099dae (diff) |
v3.1.5RC1
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-redis.spec | 5 |
2 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #184 redis version 3.1.5RC1 ] { +Extension [ <persistent> 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 <remi@remirepo.net> - 3.1.5~RC2-1 +- update to 3.1.5RC2 (beta) + * Fri Dec 1 2017 Remi Collet <remi@remirepo.net> - 3.1.5~RC1-1 - update to 3.1.5RC1 (beta) |