diff options
author | Remi Collet <remi@remirepo.net> | 2023-08-16 18:02:52 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-08-16 18:02:52 +0200 |
commit | 21787a2a7779430de09efd75dcd268531a7f6d07 (patch) | |
tree | 48fedf3b6bcf5e7e9c22266025e7f7b4e0f86f44 | |
parent | 356ccb30de1962f31ea06ddf8e32d0fd13e868dd (diff) |
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.
-rw-r--r-- | redis.spec | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -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 <remi@remirepo.net> - 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 <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 |