From 157a7d2eb9b661400026fdc778aff07ae8e6de23 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 17 Apr 2020 08:22:45 +0200 Subject: update to 6.0-RC4 (5.9.104) --- redis.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'redis.spec') 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 - 6.0.0~RC4-1 +- update to 6.0-RC4 (5.9.104) + * Wed Apr 1 2020 Remi Collet - 6.0.0~RC3-1 - update to 6.0-RC3 (5.9.103) -- cgit