From 0b83945d3d447595017faa35a06b3d907a07839d75b8b33b50c9b6e6b626d474 Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Fri, 21 Apr 2023 13:24:49 +0000 Subject: [PATCH] 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 --- rocksdb.changes | 3 ++- rocksdb.spec | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/rocksdb.changes b/rocksdb.changes index 0a696b4..cc431d7 100644 --- a/rocksdb.changes +++ b/rocksdb.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Fri Apr 21 09:27:26 UTC 2023 - Andreas Stieger +Fri Apr 21 12:55:27 UTC 2023 - Andreas Stieger - RocksDB 8.1.1 * Compaction output file cutting logic now considers range @@ -13,6 +13,7 @@ Fri Apr 21 09:27:26 UTC 2023 - Andreas Stieger * bug fixes * API changes: Changed various functions and features in Cache that are mostly relevant to custom implementations or wrappers +- build with shared gflags libs ------------------------------------------------------------------- Sat Apr 15 13:57:16 UTC 2023 - Andreas Stieger diff --git a/rocksdb.spec b/rocksdb.spec index eb13876..7c7d7dc 100644 --- a/rocksdb.spec +++ b/rocksdb.spec @@ -31,11 +31,11 @@ Patch1: rocksdb-8.0.0-shared-liburing.patch Patch2: rocksdb-8.0.0-rpath.patch BuildRequires: c++_compiler BuildRequires: cmake -BuildRequires: gflags-devel-static BuildRequires: pkgconfig BuildRequires: cmake(Snappy) -BuildRequires: cmake(gflags) BuildRequires: pkgconfig(bzip2) +# needs gflags with SR#1075555 +BuildRequires: pkgconfig(gflags) BuildRequires: pkgconfig(liblz4) BuildRequires: pkgconfig(liburing) BuildRequires: pkgconfig(libzstd)