diff options
| author | Remi Collet <remi@remirepo.net> | 2019-11-20 08:58:35 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2019-11-20 08:58:35 +0100 | 
| commit | 88800b4da65d4aae06759fd15cfc8779c87e9368 (patch) | |
| tree | 7b2d528c275110d6bee9e21c0f61730577d01354 | |
| parent | 6b861576514f20dd6c8613aa808d042448250685 (diff) | |
v5.0.7
| -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.6 +%global upstream_ver 5.0.7  #global upstream_pre RC6  %global gh_commit    a1e79fc9b2f42f04a8ab59c05c3228931adcd0a6  %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/antirez/redis-doc/commits/master -%global doc_commit 685cc5a4d323203d8e1eb85de3adc47830687207 +%global doc_commit 4cd19bb1c3e3e00a8ff62a1dec5c2c6bcf9bc4bf  %global short_doc_commit %(c=%{doc_commit}; echo ${c:0:7})  # %%{_rpmmacrodir} not usable on EL-6 - EL-7 (without epel-rpm)s-macros) @@ -406,6 +406,10 @@ fi  %changelog +* Wed Nov 20 2019 Remi Collet <remi@remirepo.net> - 5.0.7-1 +- Redis 5.0.7 - Released Tue Nov 19 17:52:44 CET 2019 +- Upgrade urgency HIGH: many issues fixed, some may have an impact. +  * Wed Sep 25 2019 Remi Collet <remi@remirepo.net> - 5.0.6-1  - Redis 5.0.6 - Released Wed Sep 25 12:33:56 CEST 2019  - Upgrade urgency CRITICAL: Only in case of exposed instances  | 
