Accepting request 1081656 from home:AndreasStieger:branches:server:database
fix build OBS-URL: https://build.opensuse.org/request/show/1081656 OBS-URL: https://build.opensuse.org/package/show/server:database/rocksdb?expand=0&rev=15
This commit is contained in:
parent
d335658486
commit
0b83945d3d
@ -1,5 +1,5 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 21 09:27:26 UTC 2023 - Andreas Stieger <Andreas.Stieger@gmx.de>
|
Fri Apr 21 12:55:27 UTC 2023 - Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||||
|
|
||||||
- RocksDB 8.1.1
|
- RocksDB 8.1.1
|
||||||
* Compaction output file cutting logic now considers range
|
* Compaction output file cutting logic now considers range
|
||||||
@ -13,6 +13,7 @@ Fri Apr 21 09:27:26 UTC 2023 - Andreas Stieger <Andreas.Stieger@gmx.de>
|
|||||||
* bug fixes
|
* bug fixes
|
||||||
* API changes: Changed various functions and features in Cache
|
* API changes: Changed various functions and features in Cache
|
||||||
that are mostly relevant to custom implementations or wrappers
|
that are mostly relevant to custom implementations or wrappers
|
||||||
|
- build with shared gflags libs
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Apr 15 13:57:16 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
Sat Apr 15 13:57:16 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
@ -31,11 +31,11 @@ Patch1: rocksdb-8.0.0-shared-liburing.patch
|
|||||||
Patch2: rocksdb-8.0.0-rpath.patch
|
Patch2: rocksdb-8.0.0-rpath.patch
|
||||||
BuildRequires: c++_compiler
|
BuildRequires: c++_compiler
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: gflags-devel-static
|
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: cmake(Snappy)
|
BuildRequires: cmake(Snappy)
|
||||||
BuildRequires: cmake(gflags)
|
|
||||||
BuildRequires: pkgconfig(bzip2)
|
BuildRequires: pkgconfig(bzip2)
|
||||||
|
# needs gflags with SR#1075555
|
||||||
|
BuildRequires: pkgconfig(gflags)
|
||||||
BuildRequires: pkgconfig(liblz4)
|
BuildRequires: pkgconfig(liblz4)
|
||||||
BuildRequires: pkgconfig(liburing)
|
BuildRequires: pkgconfig(liburing)
|
||||||
BuildRequires: pkgconfig(libzstd)
|
BuildRequires: pkgconfig(libzstd)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user