diff options
| -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 #170 redis version 3.1.1 ] { +Extension [ <persistent> 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 <remi@remirepo.net> - 3.1.2-1 +- Update to 3.1.2 (stable) +  * Wed Feb  1 2017 Remi Collet <remi@fedoraproject.org> - 3.1.1-1  - Update to 3.1.1 (stable)  | 
