summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-12-06 11:14:24 +0100
committerRemi Collet <fedora@famillecollet.com>2016-12-06 11:14:24 +0100
commit1dc37632fea752e8dc2d9ae6af7a3d815fb31dd6 (patch)
tree8639a9a20837886f647b8b6e65e0d507ac053249
parenta07d92dece8546d59cf1cf9c6ec818885b839464 (diff)
redis: 4.0.0-rc2
-rw-r--r--redis-dev.spec9
1 files 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 <remi@fedoraproject.org> - 4.0.0-0.2.RC2
+- update to 4.0.0-RC2 (3.9.102)
+
* Mon Dec 5 2016 Remi Collet <remi@fedoraproject.org> - 4.0.0-0.1.RC1
- update to 4.0.0-RC1 (3.9.101)