summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-07-10 16:22:04 +0200
committerRemi Collet <remi@php.net>2023-07-10 16:22:04 +0200
commit356ccb30de1962f31ea06ddf8e32d0fd13e868dd (patch)
treec1fd9a5acb6809c8554537e6f1fd23c61a03b63b
parent76dba66566adbeb6dc27e3adfdeb240673d4e62a (diff)
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 Upgrade urgency SECURITY: If you're using a previous release candidate of 7.2
-rw-r--r--redis.spec11
1 files changed, 8 insertions, 3 deletions
diff --git a/redis.spec b/redis.spec
index 01265bc..6dce9f8 100644
--- a/redis.spec
+++ b/redis.spec
@@ -25,14 +25,14 @@
%bcond_with tests
%global upstream_ver 7.2
-%global upstream_pre rc2
+%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 d1cde3472ea50fb22a0b7b9eb74691b4aefb8dcf
+%global doc_commit ab025f62797f2622ddad7bad938e747bebb6ab09
%global short_doc_commit %(c=%{doc_commit}; echo ${c:0:7})
# %%{_rpmmacrodir} not usable on EL-6 - EL-7 (without epel-rpms-macros)
@@ -400,8 +400,13 @@ fi
%changelog
+* Mon Jul 10 2023 Remi Collet <remi@remirepo.net> - 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
+- Upgrade urgency SECURITY: If you're using a previous release candidate of 7.2
+
* Tue May 16 2023 Remi Collet <remi@remirepo.net> - 7.2~rc2-1
-- Redis 7.2 RC1 (7.1.241) Released Mon May 15 12:00:00 IST 2023
+- Redis 7.2 RC2 (7.1.241) Released Mon May 15 12:00:00 IST 2023
* Thu Mar 30 2023 Remi Collet <remi@remirepo.net> - 7.2~rc1-3
- fix modules directory ownership and permissions #2176173