Browse Source

redis-7.0.6-1

Tomohiro "Tomo-p" KATO 1 year ago
parent
commit
84f6388b8d
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 906833551c5631f9ad1d3ed145d313905cbc7d36
+%global doc_commit bc8218eb481cc5d095ee7c274388a44dc09942e9
 %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:          7.0.5
+Version:          7.0.6
 Release:          1%{?_dist_release}%{?with_systemd:.systemd}
 Summary:          A persistent in-memory key-value database
 Summary(ja):      永続化可能なキー・バリュー型インメモリデータベース
@@ -308,6 +308,9 @@ fi
 
 
 %changelog
+* Tue Dec 13 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.0.6-1
+- new upstream release.
+
 * Thu Sep 22 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.0.5-1
 - new upstream release.