diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-05-10 21:17:53 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-05-10 21:17:53 +0200 |
commit | c569d801ed666df7315bedc082f28b5b311e3f74 (patch) | |
tree | 0a7722f28f1c693486b5b7723e7d582de2b54371 | |
parent | 239c078c9cf3653ac7c5d1e9fc54a9c8a5893cd2 (diff) |
redis: 3.2.0
-rw-r--r-- | redis.spec (renamed from redis-dev.spec) | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/redis-dev.spec b/redis.spec index 75884e5..176bf5d 100644 --- a/redis-dev.spec +++ b/redis.spec @@ -20,15 +20,15 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} # Pre-version are only available in github -%global prever rc3 +#global prever rc3 %global gh_commit d5dab73127a3f02cf5c4964c66a6c7c7147b9dc0 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner antirez %global gh_project redis Name: redis -Version: 3.2 -Release: 0.4.%{prever}%{?dist} +Version: 3.2.0 +Release: 1%{?dist} Summary: A persistent key-value database Group: Applications/Databases @@ -245,6 +245,9 @@ fi %changelog +* Tue May 10 2016 Remi Collet <remi@fedoraproject.org> - 3.2.0-1 +- update to 3.2.0 + * Mon Feb 8 2016 Haïkel Guémar <hguemar@fedoraproject.org> - 3.2-0.4.rc3 - Fix redis-shutdown to handle password-protected instances shutdown |