summaryrefslogtreecommitdiffstats
path: root/redis.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-06-14 10:48:18 +0200
committerRemi Collet <remi@remirepo.net>2018-06-14 10:48:18 +0200
commitf0b29b8534eee02bfc91164460a304fc6a4d4586 (patch)
tree1720af62d5ec5df6dcb9323a68e6d10ba543eb05 /redis.spec
parent661d837b26fc7cab302ee2b6dfb54b7681558bf1 (diff)
Redis 5.0 RC3 (4.9.103) - Released Wed Jun 14 9:51:44 CEST 2018
Diffstat (limited to 'redis.spec')
-rw-r--r--redis.spec13
1 files changed, 5 insertions, 8 deletions
diff --git a/redis.spec b/redis.spec
index a807277..b19eb93 100644
--- a/redis.spec
+++ b/redis.spec
@@ -33,8 +33,8 @@
# Pre-version are only available in github
%global upstream_ver 5.0.0
-%global upstream_pre RC2
-%global gh_commit f7209749a632218e5a3fa3171f5711075573af8f
+%global upstream_pre RC3
+%global gh_commit 48dfd42d729ce8325b20cb084203b129b2759fb8
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner antirez
%global gh_project redis
@@ -71,10 +71,6 @@ Source8: %{name}-limit-init
Source9: macros.%{name}
Source10: https://github.com/antirez/%{name}-doc/archive/%{doc_commit}/%{name}-doc-%{short_doc_commit}.tar.gz
-# See https://github.com/antirez/redis/issues/5022
-Source11: https://raw.githubusercontent.com/antirez/redis/unstable/src/rax.c
-Source12: https://raw.githubusercontent.com/antirez/redis/unstable/src/rax.h
-
# To refresh patches:
# tar xf redis-xxx.tar.gz && cd redis-xxx && git init && git add . && git commit -m "%%{version} baseline"
# git am %%{patches}
@@ -192,8 +188,6 @@ rm -frv deps/jemalloc
%patch0001 -p1
%patch0002 -p1
-cp %{SOURCE11} %{SOURCE12} src/
-
# Use system jemalloc library
sed -i -e '/cd jemalloc && /d' deps/Makefile
sed -i -e 's|../deps/jemalloc/lib/libjemalloc.a|-ljemalloc -ldl|g' src/Makefile
@@ -410,6 +404,9 @@ fi
%changelog
+* Thu Jun 14 2018 Remi Collet <remi@remirepo.net> - 5.0.0~RC3-1
+- Redis 5.0 RC3 (4.9.103) - Released Wed Jun 14 9:51:44 CEST 2018
+
* Thu Jun 14 2018 Remi Collet <remi@remirepo.net> - 5.0.0~RC2-1
- Redis 5.0 RC2 (4.9.102) - Released Wed Jun 13 12:49:13 CEST 2018
- Upgrade urgency CRITICAL: This release fixes important security issues.