diff options
| -rw-r--r-- | redis.spec | 8 | 
1 files changed, 6 insertions, 2 deletions
@@ -31,7 +31,7 @@  %global with_tests %{?_with_tests:1}%{!?_with_tests:0}  # Pre-version are only available in github -%global upstream_ver 5.0.13 +%global upstream_ver 5.0.14  #global upstream_pre RC6  %global gh_commit    8d4bf9bc476829a84a055c049be72634d6e938df  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7}) @@ -41,7 +41,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 6a9c6310b7291d802cf2fbc45b742e97e2804413 +%global doc_commit 3fdb6df44ecd5c4d99ea52a0133177f5ebc24805  %global short_doc_commit %(c=%{doc_commit}; echo ${c:0:7})  # %%{_rpmmacrodir} not usable on EL-6 - EL-7 (without epel-rpm)s-macros) @@ -408,6 +408,10 @@ fi  %changelog +* Mon Oct  4 2021 Remi Collet <remi@remirepo.net> - 5.0.14-1 +- Redis 5.0.14 - Released Mon Oct 4 12:00:00 IDT 2021 +- Upgrade urgency: SECURITY, contains fixes to security issues. +  * Thu Jul 22 2021 Remi Collet <remi@remirepo.net> - 5.0.13-1  - Redis 5.0.13 - Released Wed Jul 21 16:32:19 IDT 2021  - Upgrade urgency: SECURITY, contains fixes to security issues that affect  | 
