diff options
| author | Remi Collet <remi@remirepo.net> | 2020-03-05 17:43:25 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2020-03-05 17:43:25 +0100 | 
| commit | e5b48def6397936b21a55ec14400b8d857d13816 (patch) | |
| tree | 58c614299806ba4eb918f69ede81a0f6e85f6e78 | |
| parent | 739e76c1d5ea9d1fe43033f4b19bddbdbe4f0734 (diff) | |
update to 6.0-RC2 (5.9.102)
| -rw-r--r-- | 0003-Mark-extern-definition-of-SDS_NOINIT-in-sds.h.patch | 29 | ||||
| -rw-r--r-- | redis.spec | 14 | 
2 files changed, 7 insertions, 36 deletions
| diff --git a/0003-Mark-extern-definition-of-SDS_NOINIT-in-sds.h.patch b/0003-Mark-extern-definition-of-SDS_NOINIT-in-sds.h.patch deleted file mode 100644 index 8ca1161..0000000 --- a/0003-Mark-extern-definition-of-SDS_NOINIT-in-sds.h.patch +++ /dev/null @@ -1,29 +0,0 @@ -From df079a0b34f922b75ad388b16f8f7eace52a09b0 Mon Sep 17 00:00:00 2001 -From: Khem Raj <raj.khem@gmail.com> -Date: Wed, 12 Feb 2020 16:16:41 +1100 -Subject: [PATCH 3/3] Mark extern definition of SDS_NOINIT in sds.h - -This helps avoiding multiple definition of this variable, its also -defined globally in sds.c - -Signed-off-by: Khem Raj <raj.khem@gmail.com> ---- - src/sds.h | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/sds.h b/src/sds.h -index 1bdb60d..adcc12c 100644 ---- a/src/sds.h -+++ b/src/sds.h -@@ -34,7 +34,7 @@ - #define __SDS_H -  - #define SDS_MAX_PREALLOC (1024*1024) --const char *SDS_NOINIT; -+extern const char *SDS_NOINIT; -  - #include <sys/types.h> - #include <stdarg.h> ---  -2.24.1 - @@ -38,8 +38,8 @@  # Pre-version are only available in github  %global upstream_ver 6.0 -%global upstream_pre RC1 -%global gh_commit    baafd30ba6e64a3f796328a6f840e5e6fb7a9e62 +%global upstream_pre RC2 +%global gh_commit    e74e68c84f5eba8013769087c9a46cab811b8417  %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 418c5e4d169b637133a3d8d077973a38ae2a882a +%global doc_commit 233c4cdd96e48273bff51bf30d23b7ee75b39b53  %global short_doc_commit %(c=%{doc_commit}; echo ${c:0:7})  # %%{_rpmmacrodir} not usable on EL-6 - EL-7 (without epel-rpm)s-macros) @@ -55,7 +55,7 @@  Name:              redis  Version:           %{upstream_ver}%{?upstream_pre:~%{upstream_pre}} -Release:           3%{?dist} +Release:           1%{?dist}  Summary:           A persistent key-value database  Group:             Applications/Databases  License:           BSD @@ -86,8 +86,6 @@ Source10:          https://github.com/antirez/%{name}-doc/archive/%{doc_commit}/  Patch0001:         0001-1st-man-pageis-for-redis-cli-redis-benchmark-redis-c.patch  # https://github.com/antirez/redis/pull/3494 - symlink  Patch0002:         0002-install-redis-check-rdb-as-a-symlink-instead-of-dupl.patch -# https://github.com/antirez/redis/pull/6691 - gcc v10 -Patch0003:         0003-Mark-extern-definition-of-SDS_NOINIT-in-sds.h.patch  BuildRequires:     gcc  %if 0%{?rhel} == 6 @@ -207,7 +205,6 @@ and removal, status checks, resharding, rebalancing, and other operations.  mv ../%{name}-doc-%{doc_commit} doc  %patch0001 -p1  %patch0002 -p1 -%patch0003 -p1  %if %{?with_jemalloc}  rm -frv deps/jemalloc @@ -448,6 +445,9 @@ fi  %changelog +* Thu Mar  5 2020 Remi Collet <remi@remirepo.net> - 6.0.0~RC2-1 +- update to 6.0-RC2 (5.9.102) +  * Tue Mar  3 2020 Remi Collet <remi@remirepo.net> - 6.0.0~RC1-3  - ensure never daemonized with systemd    see https://github.com/remicollet/remirepo/issues/133 | 
