From 1ef7bf8fd1be976256a42ed68309e1d0b1cac9ac Mon Sep 17 00:00:00 2001 From: zhangxingrong Date: Thu, 23 Nov 2023 16:35:45 +0800 Subject: [PATCH] spec: modify error date --- rocksdb.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rocksdb.spec b/rocksdb.spec index 0e30fc6..4618997 100644 --- a/rocksdb.spec +++ b/rocksdb.spec @@ -1,6 +1,6 @@ Name: rocksdb Version: 6.8.1 -Release: 4 +Release: 5 Summary: A Persistent Key-Value Store for Flash and RAM Storage License: GPLv2 and Apache 2.0 License @@ -99,10 +99,13 @@ install -D -m 0644 java/target/%{name}jni-%{version}-linux$(getconf LONG_BIT).ja %{_javadir}/%{name}jni/%{name}jni.jar %changelog +* Thu Nov 23 2023 zhangxingrong - 6.8.1-5 +- Modify error date + * Tue Aug 23 2022 wulei - 6.8.1-4 - Fix binary not striped problem -* Thu 01 Jul 2021 sunguoshuai - 6.8.1-3 +* Thu Jul 01 2021 sunguoshuai - 6.8.1-3 - Some jar packs should provides local in case of build error * Thu May 06 2021 herengui - 6.8.1-2 -- Gitee