From 21787a2a7779430de09efd75dcd268531a7f6d07 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 16 Aug 2023 18:02:52 +0200 Subject: Redis 7.2.0 GA Released Mon Aug 15 12:00:00 IDT 2023 Upgrade urgency LOW: This is the first stable Release for Redis 7.2. --- redis.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/redis.spec b/redis.spec index 6dce9f8..b8f0074 100644 --- a/redis.spec +++ b/redis.spec @@ -24,15 +24,15 @@ # Tests fail in mock, not in local build. %bcond_with tests -%global upstream_ver 7.2 -%global upstream_pre rc3 +%global upstream_ver 7.2.0 +#global upstream_pre rc3 # 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 gh_owner redis %global gh_project redis -%global doc_commit ab025f62797f2622ddad7bad938e747bebb6ab09 +%global doc_commit 47e506c203cb876141d195429b45c01a52f62650 %global short_doc_commit %(c=%{doc_commit}; echo ${c:0:7}) # %%{_rpmmacrodir} not usable on EL-6 - EL-7 (without epel-rpms-macros) @@ -400,6 +400,10 @@ fi %changelog +* Wed Aug 16 2023 Remi Collet - 7.2.0-1 +- Redis 7.2.0 GA Released Mon Aug 15 12:00:00 IDT 2023 +- Upgrade urgency LOW: This is the first stable Release for Redis 7.2. + * Mon Jul 10 2023 Remi Collet - 7.2~rc3-1 - Redis 7.2 RC3 (7.1.242) Released Mon July 10 12:00:00 IDT 2023 - Upgrade urgency LOW: This is the third Release Candidate for Redis 7.2 -- cgit