From 9aa122a4db329612e86b17f46261770ee3caeded Mon Sep 17 00:00:00 2001 From: Haikel Guemar Date: Dec 19 2015 01:35:56 +0000 Subject: Upstream 3.0.6 (RHBZ#1272281) --- diff --git a/.gitignore b/.gitignore index be975c0..eb5c034 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ /redis-3.0.3.tar.gz /redis-3.0.4.tar.gz /redis-3.0.5.tar.gz +/redis-3.0.6.tar.gz diff --git a/redis.spec b/redis.spec index 3ae83d1..3729192 100644 --- a/redis.spec +++ b/redis.spec @@ -11,7 +11,7 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} Name: redis -Version: 3.0.5 +Version: 3.0.6 Release: 1%{?dist} Summary: A persistent key-value database License: BSD @@ -243,6 +243,9 @@ fi %changelog +* Sat Dec 19 2015 Haïkel Guémar - 3.0.6-1 +- Upstream 3.0.6 (RHBZ#1272281) + * Fri Oct 16 2015 Haïkel Guémar - 3.0.5-1 - Upstream 3.0.5 - Fix slave/master replication hanging forever in certain case diff --git a/sources b/sources index 8761630..b13b85a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c7ba233e5f92ad2f48860c815bb05480 redis-3.0.5.tar.gz +9a44ea6bff987d2113caea7761730376 redis-3.0.6.tar.gz