summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-03-02 09:34:21 +0100
committerRemi Collet <remi@remirepo.net>2021-03-02 09:34:21 +0100
commit885675bed8a11a1bf3815b6b2bf20642f2cd554e (patch)
tree374173ff390124b621ae5ade8ad357618fefee26
parentb5e30e4390e536ae8e5a35c49a161fc2a1eb93c0 (diff)
Redis 5.0.12 - Released Mon Mar 1 17:29:52 IST 2021
Upgrade urgency: LOW, fixes a compilation issue.
-rw-r--r--redis.spec10
1 files 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 <remi@remirepo.net> - 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 <remi@remirepo.net> - 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.