diff options
Diffstat (limited to 'php-pecl-redis.spec')
-rw-r--r-- | php-pecl-redis.spec | 5 |
1 files changed, 4 insertions, 1 deletions
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) |