summaryrefslogtreecommitdiffstats
path: root/redis.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-04-17 14:53:17 +0200
committerRemi Collet <remi@remirepo.net>2020-04-17 14:53:17 +0200
commit3bf8cbbeeea2ed563e6b2fd0632a41aed5cc6ced (patch)
treed59cc2514b170cb462f72e8c3cf001d8ce814528 /redis.spec
parentb68f3c0d859220b34d738750ecf8a7fc4b5fa4f2 (diff)
Redis 5.0.9 - Released Thu Apr 17 12:41:00 CET 2020
Upgrade urgency:CRITICAL if you use Streams with AOF or replicas
Diffstat (limited to 'redis.spec')
-rw-r--r--redis.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/redis.spec b/redis.spec
index b235405..55ae3fb 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.8
+%global upstream_ver 5.0.9
#global upstream_pre RC6
%global gh_commit a1e79fc9b2f42f04a8ab59c05c3228931adcd0a6
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
@@ -41,7 +41,7 @@
# 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 3a41bc371a894cf63af99046f61052614379f7b0
+%global doc_commit abfe8e0698564af7260b4c1a0ea4d21424d14a88
%global short_doc_commit %(c=%{doc_commit}; echo ${c:0:7})
# %%{_rpmmacrodir} not usable on EL-6 - EL-7 (without epel-rpm)s-macros)
@@ -406,6 +406,10 @@ fi
%changelog
+* Fri Apr 17 2020 Remi Collet <remi@remirepo.net> - 5.0.9-1
+- Redis 5.0.9 - Released Thu Apr 17 12:41:00 CET 2020
+- Upgrade urgency:CRITICAL if you use Streams with AOF or replicas.
+
* Fri Mar 13 2020 Remi Collet <remi@remirepo.net> - 5.0.8-1
- Redis 5.0.8 - Released Thu Mar 12 16:05:41 CET 2020
- Upgrade urgency HIGH: This release fixes security issues.