summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-07-10 16:01:38 +0200
committerRemi Collet <remi@php.net>2023-07-10 16:01:38 +0200
commit4fcb7cec5f4be1e94eca403afa1c237d661b9450 (patch)
tree5da76d040e32da3ca2376b1dd267db5121ce7e1c
parent610fbdcfceddde51d603a80160b6224dd7a62724 (diff)
Redis 6.2.13 Released Mon July 10 12:00:00 IDT 2023
Upgrade urgency SECURITY
-rw-r--r--redis.spec10
1 files changed, 7 insertions, 3 deletions
diff --git a/redis.spec b/redis.spec
index 3cfd604..be63f85 100644
--- a/redis.spec
+++ b/redis.spec
@@ -25,7 +25,7 @@
%bcond_with tests
# Pre-version are only available in github
-%global upstream_ver 6.2.12
+%global upstream_ver 6.2.13
#global upstream_pre RC3
%global gh_commit 2dba1e391d3772a8da182d95bde050ffa9d01e4d
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
@@ -35,7 +35,7 @@
# Commit IDs for the (unversioned) redis-doc repository
# https://fedoraproject.org/wiki/Packaging:SourceURL "Commit Revision"
# https://github.com/redis/redis-doc/commits/master
-%global doc_commit c7880ba85fd67cb09110a4be790da47d4a6cec80
+%global doc_commit ab025f62797f2622ddad7bad938e747bebb6ab09
%global short_doc_commit %(c=%{doc_commit}; echo ${c:0:7})
# %%{_rpmmacrodir} not usable on EL-6 - EL-7 (without epel-rpms-macros)
@@ -181,7 +181,7 @@ and removal, status checks, resharding, rebalancing, and other operations.
%setup -q -b 10
%endif
mv ../%{name}-doc-%{doc_commit} doc
-%patch0001 -p1
+%patch -P0001 -p1
%if %{with jemalloc}
rm -frv deps/jemalloc
@@ -408,6 +408,10 @@ fi
%changelog
+* Mon Jul 10 2023 Remi Collet <remi@remirepo.net> - 6.2.13-1
+- Redis 6.2.13 Released Mon July 10 12:00:00 IDT 2023
+- Upgrade urgency SECURITY
+
* Tue Apr 18 2023 Remi Collet <remi@remirepo.net> - 6.2.12-1
- Redis 6.2.12 Released Mon Apr 17 16:00:00 IST 2023
- Upgrade urgency: SECURITY, contains fixes to security issues.