summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-02-23 07:39:49 +0100
committerRemi Collet <remi@remirepo.net>2021-02-23 07:39:49 +0100
commit1da920bf6d8ee9e653578adf37c043358ab405d8 (patch)
treec5a3ba215e02475857a664080032407a87b14d03
parente3d978bc71e91106b8ba530035bf090292c5df25 (diff)
Redis 6.2.0 GA - Released Tue Feb 22 14:00:00 IST 2021
Upgrade urgency: SECURITY if you use 32bit build of redis, MODERATE if you used earlier versions of Redis 6.2, LOW otherwise
-rw-r--r--redis.spec11
1 files changed, 8 insertions, 3 deletions
diff --git a/redis.spec b/redis.spec
index 41ab480..9bcb76a 100644
--- a/redis.spec
+++ b/redis.spec
@@ -22,8 +22,8 @@
%bcond_with tests
# Pre-version are only available in github
-%global upstream_ver 6.2
-%global upstream_pre RC3
+%global upstream_ver 6.2.0
+#global upstream_pre RC3
%global gh_commit 2dba1e391d3772a8da182d95bde050ffa9d01e4d
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner redis
@@ -32,7 +32,7 @@
# Commit IDs for the (unversioned) redis-doc repository
# https://fedoraproject.org/wiki/Packaging:SourceURL "Commit Revision"
# https://github.com/redis/redis-doc/commits/master
-%global doc_commit 89970b3057b9f9a0754c7adbcc92a80e7f568da0
+%global doc_commit e0528232fdd0d2efc91d62b798b924d716f88813
%global short_doc_commit %(c=%{doc_commit}; echo ${c:0:7})
# %%{_rpmmacrodir} not usable on EL-6 - EL-7 (without epel-rpms-macros)
@@ -401,6 +401,11 @@ fi
%changelog
+* Tue Feb 23 2021 Remi Collet <remi@remirepo.net> - 6.2.0-1
+- Redis 6.2.0 GA - Released Tue Feb 22 14:00:00 IST 2021
+- Upgrade urgency: SECURITY if you use 32bit build of redis,
+ MODERATE if you used earlier versions of Redis 6.2, LOW otherwise
+
* Wed Feb 3 2021 Remi Collet <remi@remirepo.net> - 6.2~RC3-1
- update to 6.2-RC3 (6.1.242)