diff options
-rw-r--r-- | redis.spec | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -31,9 +31,9 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} # Pre-version are only available in github -%global upstream_ver 5.0.9 +%global upstream_ver 5.0.10 #global upstream_pre RC6 -%global gh_commit a1e79fc9b2f42f04a8ab59c05c3228931adcd0a6 +%global gh_commit 8d4bf9bc476829a84a055c049be72634d6e938df %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner antirez %global gh_project redis @@ -406,6 +406,10 @@ fi %changelog +* Tue Oct 27 2020 Remi Collet <remi@remirepo.net> - 5.0.10-1 +- Redis 5.0.10 - Released Mon Oct 26 09:21:49 IST 2020 +- Upgrade urgency: MODERATE. + * Fri Apr 17 2020 Remi Collet <remi@remirepo.net> - 5.0.9-1 - Redis 5.0.9 - Released Thu Apr 17 12:41:00 CET 2020 - Upgrade urgency:CRITICAL if you use Streams with AOF or replicas. |