Browse Source

redis-6.2.5-1

Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
2b12e4075f
1 changed files with 5 additions and 2 deletions
  1. 5 2
      r/redis/redis-vl.spec

+ 5 - 2
r/redis/redis-vl.spec

@@ -6,7 +6,7 @@
 # Commit IDs for the (unversioned) redis-doc repository
 # https://fedoraproject.org/wiki/Packaging:SourceURL "Commit Revision"
 #global doc_commit 4f1da37c03daa943f2cf3cd5fda8dbd1bf1f22d7
-%global doc_commit 9fe1f36dd716ea982b8917f2bdb70ec4bfc3219b
+%global doc_commit 228f8c6923f849854914b53fa43637d8f40d195e
 %global short_doc_commit %(c=%{doc_commit}; echo ${c:0:7})
 
 # %%{rpmmacrodir} not usable on EL-6
@@ -18,7 +18,7 @@
 %endif
 
 Name:             redis
-Version:          6.2.4
+Version:          6.2.5
 Release:          1%{?_dist_release}%{?with_systemd:.systemd}
 Summary:          A persistent in-memory key-value database
 Summary(ja):      永続化可能なキー・バリュー型インメモリデータベース
@@ -304,6 +304,9 @@ fi
 
 
 %changelog
+* Sat Jul 31 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.2.5-1
+- new upstream release.
+
 * Tue Jun 15 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.2.4-1
 - new upstream release.