From dd2acc83562ea5e8e35a93a0c6f37147e067d565 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 10 Jun 2020 07:30:04 +0200 Subject: Redis 6.0.5 - Released Tue Jun 09 11:56:08 CEST 2020 Upgrade urgency MODERATE: several bugs with moderate impact are fixed here. --- redis.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'redis.spec') diff --git a/redis.spec b/redis.spec index c370c34..3d07cc9 100644 --- a/redis.spec +++ b/redis.spec @@ -37,7 +37,7 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} # Pre-version are only available in github -%global upstream_ver 6.0.4 +%global upstream_ver 6.0.5 #global upstream_pre RC4 %global gh_commit f092dd3227cc74978853e379c0a7731bdaa324af %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) @@ -47,15 +47,15 @@ # Commit IDs for the (unversioned) redis-doc repository # https://fedoraproject.org/wiki/Packaging:SourceURL "Commit Revision" # https://github.com/antirez/redis-doc/commits/master -%global doc_commit c0853c162defc400e3fba311dbde2622a29653a4 +%global doc_commit 7f8699f39ba751ada570f0c3d50df09677667d21 %global short_doc_commit %(c=%{doc_commit}; echo ${c:0:7}) -# %%{_rpmmacrodir} not usable on EL-6 - EL-7 (without epel-rpm)s-macros) +# %%{_rpmmacrodir} not usable on EL-6 - EL-7 (without epel-rpms-macros) %global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d) 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 @@ -455,6 +455,10 @@ fi %changelog +* Wed Jun 10 2020 Remi Collet - 6.0.5-1 +- Redis 6.0.5 - Released Tue Jun 09 11:56:08 CEST 2020 +- Upgrade urgency MODERATE: several bugs with moderate impact are fixed here. + * Thu May 28 2020 Remi Collet - 6.0.4-2 - Redis 6.0.4 - Released Thu May 28 11:36:45 CEST 2020 - Upgrade urgency CRITICAL: this release fixes a severe replication bug. -- cgit