From fec14699c4201bf8a736d561dc258e66eb619191 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 5 Apr 2022 14:36:39 +0200 Subject: update to 7.0-RC3 (6.9.242) - Released Tue Apr 5 12:00:00 IST 2022 --- redis.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/redis.spec b/redis.spec index 4a56962..7c66179 100644 --- a/redis.spec +++ b/redis.spec @@ -26,8 +26,8 @@ # Pre-version are only available in github %global upstream_ver 7.0 -%global upstream_pre RC2 -%global gh_commit d2b5a579dd8b785690aa7714df8776ffc452d242 +%global upstream_pre RC3 +%global gh_commit fb4e0d400ff82117104bde5296c477ad95f8dd41 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner redis %global gh_project redis @@ -35,7 +35,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 a2e7f91f7e5dc3fd96487cfe39781dc3e4e70c32 +%global doc_commit 469ddd979ccb5dbd78342067c848c450497b7f9b %global short_doc_commit %(c=%{doc_commit}; echo ${c:0:7}) # %%{_rpmmacrodir} not usable on EL-6 - EL-7 (without epel-rpms-macros) @@ -411,6 +411,9 @@ fi %changelog +* Tue Apr 5 2022 Remi Collet - 7.0~RC3-1 +- update to 7.0-RC3 (6.9.242) - Released Tue Apr 5 12:00:00 IST 2022 + * Tue Mar 1 2022 Remi Collet - 7.0~RC2-1 - update to 7.0-RC2 (6.9.241) - Released Mon Feb 28 12:00:00 IST 2022 -- cgit