Accepting request 1148859 from server:database

OBS-URL: https://build.opensuse.org/request/show/1148859
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rocksdb?expand=0&rev=12
This commit is contained in:
Ana Guerrero 2024-02-22 19:57:37 +00:00 committed by Git OBS Bridge
commit 9baf2fc4cf
4 changed files with 12 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2dc107551cc864dbcf7908fdee96f2318cbb680df2b3fe1f85b0d545c2b5673b
size 13316582

3
rocksdb-8.10.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:44b6ec2f4723a0d495762da245d4a59d38704e0d9d3d31c45af4014bee853256
size 13316670

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Feb 21 18:53:31 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 8.10.2:
* Fix bug in auto_readahead_size that combined with
IndexType::kBinarySearchWithFirstKey + fails or iterator lands
at a wrong key
-------------------------------------------------------------------
Thu Jan 11 19:45:23 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -20,7 +20,7 @@
%define lib_name librocksdb8
%bcond_with jemalloc
Name: rocksdb
Version: 8.10.0
Version: 8.10.2
Release: 0
Summary: Library for embeddable, persistent and fast key-value store
License: (Apache-2.0 OR GPL-2.0-only) AND BSD-2-Clause