From d132734cbd05cba6d0c04348f931dfad41b929e3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 20 Sep 2014 11:52:20 +0200 Subject: redis: 2.8.17 --- redis.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/redis.spec b/redis.spec index 434206e..65b67db 100644 --- a/redis.spec +++ b/redis.spec @@ -10,7 +10,7 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} Name: redis -Version: 2.8.16 +Version: 2.8.17 Release: 1%{?dist} Summary: A persistent key-value database @@ -61,6 +61,9 @@ atomic operations to push/pop elements, add/remove elements, perform server side union, intersection, difference between sets, and so forth. Redis supports different kind of sorting abilities. +Documentation: http://redis.io/documentation + + %prep %setup -q -n %{name}-%{version}%{?prever:-%{prever}} %patch0 -p1 -b .rpmconf @@ -215,6 +218,10 @@ fi %changelog +* Sat Sep 20 2014 Remi Collet - 2.8.17-1 +- Redis 2.8.17 - Release date: 19 Sep 2014 + upgrade urgency: HIGH for Redis Sentinel, LOW for Redis Server. + * Wed Sep 17 2014 Remi Collet - 2.8.16-1 - Redis 2.8.16 - Release date: 16 Sep 2014 upgrade urgency: HIGH for Redis, LOW for Sentinel. -- cgit