diff --git a/rocksdb.spec b/rocksdb.spec index 5b240ce78a7989dc04a27d44e80583d44542e06a..131e2e01cbcb44617023ee7135c9548340367b79 100644 --- a/rocksdb.spec +++ b/rocksdb.spec @@ -1,6 +1,6 @@ Name: rocksdb -Version: 8.5.4 -Release: 2 +Version: 8.9.1 +Release: 1 Summary: A Persistent Key-Value Store for Flash and RAM Storage License: GPLv2 and Apache 2.0 License @@ -89,9 +89,7 @@ install -D -m 0644 java/target/%{name}jni-%{version}-linux$(getconf LONG_BIT).ja %files -%{_libdir}/librocksdb.so.8 -%{_libdir}/librocksdb.so.8.5 -%{_libdir}/librocksdb.so.8.5.4 +%{_libdir}/librocksdb.so.8* %license COPYING LICENSE.Apache LICENSE.leveldb @@ -105,8 +103,8 @@ 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 +* Tue Mar 12 2024 wuzhaomin - 8.9.1-1 +- Update to 8.9.1 * Sat Oct 07 2023 wulei - 8.5.4-1 - Update to 8.5.4 diff --git a/v8.5.4.tar.gz b/v8.9.1.tar.gz similarity index 59% rename from v8.5.4.tar.gz rename to v8.9.1.tar.gz index 8e9a5984daa93cdba8703b9a667a920620441716..22ddc29b89e3c9daf7a143c67baef883bac68495 100644 Binary files a/v8.5.4.tar.gz and b/v8.9.1.tar.gz differ