diff options
| -rw-r--r-- | redis.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
@@ -38,8 +38,8 @@  # Pre-version are only available in github  %global upstream_ver 6.0 -%global upstream_pre RC3 -%global gh_commit    957e917a84ac9979f18145a4d0b53386f5ce4fd9 +%global upstream_pre RC4 +%global gh_commit    7cf0a77d59840fe3b1cdc5a98c91ce99c61fd3e3  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     antirez  %global gh_project   redis @@ -47,7 +47,7 @@  # Commit IDs for the (unversioned) redis-doc repository  # https://fedoraproject.org/wiki/Packaging:SourceURL "Commit Revision"  # https://github.com/antirez/redis-doc/commits/master -%global doc_commit f25893246da213d3d4869fcc8a5316e39a96a6ad +%global doc_commit abfe8e0698564af7260b4c1a0ea4d21424d14a88  %global short_doc_commit %(c=%{doc_commit}; echo ${c:0:7})  # %%{_rpmmacrodir} not usable on EL-6 - EL-7 (without epel-rpm)s-macros) @@ -445,6 +445,9 @@ fi  %changelog +* Fri Apr 17 2020 Remi Collet <remi@remirepo.net> - 6.0.0~RC4-1 +- update to 6.0-RC4 (5.9.104) +  * Wed Apr  1 2020 Remi Collet <remi@remirepo.net> - 6.0.0~RC3-1  - update to 6.0-RC3 (5.9.103)  | 
