From 1dc37632fea752e8dc2d9ae6af7a3d815fb31dd6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 6 Dec 2016 11:14:24 +0100 Subject: redis: 4.0.0-rc2 --- redis-dev.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/redis-dev.spec b/redis-dev.spec index 5e4155d..5a6ca3e 100644 --- a/redis-dev.spec +++ b/redis-dev.spec @@ -20,15 +20,15 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} # Pre-version are only available in github -%global prever RC1 -%global gh_commit 2dd344d2e1f0bf8c29cc83ec2fbf55d44b66d5e7 +%global prever RC2 +%global gh_commit 8226f2c3a717649788dc5f06c4d9ebdfbe8bb9c9 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner antirez %global gh_project redis Name: redis Version: 4.0.0 -Release: 0.1.%{prever}%{?dist} +Release: 0.2.%{prever}%{?dist} Summary: A persistent key-value database Group: Applications/Databases @@ -269,6 +269,9 @@ fi %changelog +* Tue Dec 6 2016 Remi Collet - 4.0.0-0.2.RC2 +- update to 4.0.0-RC2 (3.9.102) + * Mon Dec 5 2016 Remi Collet - 4.0.0-0.1.RC1 - update to 4.0.0-RC1 (3.9.101) -- cgit