From 885675bed8a11a1bf3815b6b2bf20642f2cd554e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Mar 2021 09:34:21 +0100 Subject: Redis 5.0.12 - Released Mon Mar 1 17:29:52 IST 2021 Upgrade urgency: LOW, fixes a compilation issue. --- redis.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/redis.spec b/redis.spec index 2e4bea0..5489209 100644 --- a/redis.spec +++ b/redis.spec @@ -31,7 +31,7 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} # Pre-version are only available in github -%global upstream_ver 5.0.11 +%global upstream_ver 5.0.12 #global upstream_pre RC6 %global gh_commit 8d4bf9bc476829a84a055c049be72634d6e938df %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) @@ -40,8 +40,8 @@ # 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 e0528232fdd0d2efc91d62b798b924d716f88813 +# https://github.com/redis/redis-doc/commits/master +%global doc_commit f1d54a69105cfddd6f83f1f44c5a873512a579e7 %global short_doc_commit %(c=%{doc_commit}; echo ${c:0:7}) # %%{_rpmmacrodir} not usable on EL-6 - EL-7 (without epel-rpm)s-macros) @@ -407,6 +407,10 @@ fi %changelog +* Tue Mar 2 2021 Remi Collet - 5.0.12-1 +- Redis 5.0.12 - Released Mon Mar 1 17:29:52 IST 2021 +- Upgrade urgency: LOW, fixes a compilation issue. + * Tue Feb 23 2021 Remi Collet - 5.0.11-1 - Redis 5.0.11 - Released Mon Feb 22 16:48:25 IST 2021 - Upgrade urgency: SECURITY if you use 32bit build of redis, LOW otherwise. -- cgit