diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-03-25 06:40:33 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-03-25 06:40:33 +0100 |
commit | cfd747fdd9c6194cc055ad33d4dbee4aa0076fb7 (patch) | |
tree | 61f36219fe59784c94a23496ee7b83c84dc9722d /php-pecl-redis.spec | |
parent | 8d4d513d553d4a3ab5344bdcdad183779c0aa577 (diff) |
v3.1.2
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) |