summaryrefslogtreecommitdiffstats
path: root/redis.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-09-20 11:52:20 +0200
committerRemi Collet <fedora@famillecollet.com>2014-09-20 11:52:20 +0200
commitd132734cbd05cba6d0c04348f931dfad41b929e3 (patch)
treeb32507c2f0566ff6f4a7df64f28c3322069cd923 /redis.spec
parent47d8a18132d50584b1777f50b907024814da31f3 (diff)
redis: 2.8.17
Diffstat (limited to 'redis.spec')
-rw-r--r--redis.spec9
1 files changed, 8 insertions, 1 deletions
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 <remi@fedoraproject.org> - 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 <remi@fedoraproject.org> - 2.8.16-1
- Redis 2.8.16 - Release date: 16 Sep 2014
upgrade urgency: HIGH for Redis, LOW for Sentinel.