From e6364089c7028a6a9f540af9d3e70255f35befa6 Mon Sep 17 00:00:00 2001 From: wuzhaomin Date: Mon, 4 Mar 2024 16:38:02 +0800 Subject: [PATCH] Modify the wrong date in the spec file --- rocksdb.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rocksdb.spec b/rocksdb.spec index ca1e25e..5b240ce 100644 --- a/rocksdb.spec +++ b/rocksdb.spec @@ -1,6 +1,6 @@ Name: rocksdb Version: 8.5.4 -Release: 1 +Release: 2 Summary: A Persistent Key-Value Store for Flash and RAM Storage License: GPLv2 and Apache 2.0 License @@ -105,6 +105,9 @@ install -D -m 0644 java/target/%{name}jni-%{version}-linux$(getconf LONG_BIT).ja %{_javadir}/%{name}jni/%{name}jni.jar %changelog +* Mon Mar 04 2024 wuzhaomin - 8.5.4-2 +- Modify error date + * Sat Oct 07 2023 wulei - 8.5.4-1 - Update to 8.5.4 @@ -120,7 +123,7 @@ install -D -m 0644 java/target/%{name}jni-%{version}-linux$(getconf LONG_BIT).ja * 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