summaryrefslogtreecommitdiffstats
path: root/redis.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-04-17 08:22:45 +0200
committerRemi Collet <remi@remirepo.net>2020-04-17 08:22:45 +0200
commit157a7d2eb9b661400026fdc778aff07ae8e6de23 (patch)
treea42a684712ffbd7405411aef12e11d4ee175f4e1 /redis.spec
parent527981eec8815c61aafee1e25733a5c728fb17f2 (diff)
update to 6.0-RC4 (5.9.104)
Diffstat (limited to 'redis.spec')
-rw-r--r--redis.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/redis.spec b/redis.spec
index 3825581..db89b49 100644
--- a/redis.spec
+++ b/redis.spec
@@ -38,8 +38,8 @@
# Pre-version are only available in github
%global upstream_ver 6.0
-%global upstream_pre RC3
-%global gh_commit 957e917a84ac9979f18145a4d0b53386f5ce4fd9
+%global upstream_pre RC4
+%global gh_commit 7cf0a77d59840fe3b1cdc5a98c91ce99c61fd3e3
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner antirez
%global gh_project redis
@@ -47,7 +47,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 f25893246da213d3d4869fcc8a5316e39a96a6ad
+%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)
@@ -445,6 +445,9 @@ fi
%changelog
+* Fri Apr 17 2020 Remi Collet <remi@remirepo.net> - 6.0.0~RC4-1
+- update to 6.0-RC4 (5.9.104)
+
* Wed Apr 1 2020 Remi Collet <remi@remirepo.net> - 6.0.0~RC3-1
- update to 6.0-RC3 (5.9.103)