From fe32a70d0b8ef4a0c6a5a2c34d29b5df28ffc2dc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 16 Jan 2014 08:05:32 +0100 Subject: redis: 2.8.4 --- redis.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'redis.spec') diff --git a/redis.spec b/redis.spec index d57ee4b..ddd2c9d 100644 --- a/redis.spec +++ b/redis.spec @@ -24,8 +24,8 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} Name: redis -Version: 2.8.3 -Release: %{?prever:0.}2%{?prever:.%{prever}}%{?dist} +Version: 2.8.4 +Release: 1%{?dist} Summary: A persistent key-value database Group: Applications/Databases @@ -39,7 +39,7 @@ Source4: %{name}.tmpfiles Source5: sentinel.init Source6: sentinel.service # Update configuration for Fedora -Patch0: %{name}-2.8.3-conf.patch +Patch0: %{name}-2.8.4-conf.patch Patch1: %{name}-deps-PIC.patch Patch2: %{name}-deps-unbundle-jemalloc.patch @@ -236,6 +236,10 @@ fi %changelog +* Thu Jan 16 2014 Remi Collet - 2.8.4-1 +- Redis 2.8.4 + upgrade urgency: MODERATE for Redis and Sentinel. + * Mon Jan 6 2014 Remi Collet - 2.8.3-2 - add redis-sentinel command (link to redis-server) - don't rely on config for daemonize and pidfile -- cgit