From b1f88aee7d2cd58204bd20177fc5b7c697273de2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 13 Dec 2022 08:05:02 +0100 Subject: Redis 7.0.6 - Released Mon Dec 12 12:00:00 IST 2022 Upgrade urgency: MODERATE, Contains fixes for a few non-critical or unlikely bugs, and some dramatic optimizations to Geo, EVAL, and Sorted sets commands. --- redis.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'redis.spec') diff --git a/redis.spec b/redis.spec index f6026be..607d7cd 100644 --- a/redis.spec +++ b/redis.spec @@ -25,9 +25,9 @@ %bcond_with tests # Pre-version are only available in github -%global upstream_ver 7.0.5 +%global upstream_ver 7.0.6 #global upstream_pre RC3 -%global gh_commit fb4e0d400ff82117104bde5296c477ad95f8dd41 +%global gh_commit bc8218eb481cc5d095ee7c274388a44dc09942e9 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner redis %global gh_project redis @@ -43,7 +43,7 @@ Name: redis Version: %{upstream_ver}%{?upstream_pre:~%{upstream_pre}} -Release: 2%{?dist} +Release: 1%{?dist} Summary: A persistent key-value database Group: Applications/Databases License: BSD @@ -411,6 +411,11 @@ fi %changelog +* Tue Dec 13 2022 Remi Collet - 7.0.6-1 +- Redis 7.0.6 - Released Mon Dec 12 12:00:00 IST 2022 +- Upgrade urgency: MODERATE, Contains fixes for a few non-critical or unlikely + bugs, and some dramatic optimizations to Geo, EVAL, and Sorted sets commands. + * Thu Sep 22 2022 Remi Collet - 7.0.5-2 - Redis 7.0.5 - Released Wed Sep 21 20:00:00 IST 2022 - Upgrade urgency: SECURITY, contains fixes to security issues. -- cgit