diff options
| -rw-r--r-- | redis-dev.spec | 11 | 
1 files changed, 7 insertions, 4 deletions
diff --git a/redis-dev.spec b/redis-dev.spec index cb3028c..7f7a425 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       rc2 -%global gh_commit    8a8fe56c3b0fbbd809aff045f60961d0e2d31bda +%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.2.%{prever}%{?dist} +Release:          0.3.%{prever}%{?dist}  Summary:          A persistent key-value database  Group:            Applications/Databases @@ -245,7 +245,10 @@ fi  %changelog -* Tue Jan 26 2016 Remi Collet <remi@fedoraproject.org> - 3.2-0.1.rc1 +* Thu Jan 28 2016 Remi Collet <remi@fedoraproject.org> - 3.2-0.3.rc3 +- update to 3.2-rc3 (version 3.1.103) + +* Tue Jan 26 2016 Remi Collet <remi@fedoraproject.org> - 3.2-0.2.rc2  - update to 3.2-rc2 (version 3.1.102)  * Fri Jan 15 2016 Remi Collet <remi@fedoraproject.org> - 3.2-0.1.rc1  | 
