Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rocksdb for openSUSE:Factory checked 
in at 2023-04-21 20:17:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rocksdb (Old)
 and      /work/SRC/openSUSE:Factory/.rocksdb.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rocksdb"

Fri Apr 21 20:17:12 2023 rev:3 rq:1081792 version:8.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/rocksdb/rocksdb.changes  2023-03-25 
18:56:27.951011903 +0100
+++ /work/SRC/openSUSE:Factory/.rocksdb.new.1533/rocksdb.changes        
2023-04-21 20:17:13.874387236 +0200
@@ -1,0 +2,22 @@
+Fri Apr 21 12:55:27 UTC 2023 - Andreas Stieger <andreas.stie...@gmx.de>
+
+- RocksDB 8.1.1
+  * Compaction output file cutting logic now considers range
+    tombstone start keys. For example, SST partitioner now may
+    receive ParitionRequest for range tombstone start keys.
+  * If the async_io ReadOption is specified for MultiGet or
+    NewIterator on a platform that doesn't support IO uring, the
+    option is ignored and synchronous IO is used.
+  * Add support for SecondaryCache with HyperClockCache
+  * New statistics and performance counters
+  * 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 <andreas.stie...@gmx.de>
+
+- add hardware constraints for reliable builds
+
+-------------------------------------------------------------------

Old:
----
  rocksdb-8.0.0.tar.gz

New:
----
  _constraints
  rocksdb-8.1.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rocksdb.spec ++++++
--- /var/tmp/diff_new_pack.DgBPaH/_old  2023-04-21 20:17:14.450390467 +0200
+++ /var/tmp/diff_new_pack.DgBPaH/_new  2023-04-21 20:17:14.454390490 +0200
@@ -20,7 +20,7 @@
 %define lib_name librocksdb8
 %bcond_with jemalloc
 Name:           rocksdb
-Version:        8.0.0
+Version:        8.1.1
 Release:        0
 Summary:        A library that provides an embeddable, persistent key-value 
store for fast storage
 License:        (Apache-2.0 OR GPL-2.0-only) AND BSD-2-Clause
@@ -31,10 +31,8 @@
 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)
 BuildRequires:  pkgconfig(liblz4)
 BuildRequires:  pkgconfig(liburing)
@@ -43,6 +41,12 @@
 %if %{with jemalloc}
 BuildRequires:  pkgconfig(jemalloc)
 %endif
+# see SR#1075555 for gflags linking failure
+%if 0%{?suse_version} > 1500
+BuildRequires:  pkgconfig(gflags)
+%else
+BuildRequires:  gflags-devel-static
+%endif
 
 %description
 RocksDB is a high performance embedded database for key-value data.

++++++ _constraints ++++++
<constraints>
  <hardware>
    <memory>
      <size unit="G">4</size>
    </memory>
    <disk>
      <size unit="M">3400</size>
    </disk>
  </hardware>
</constraints>

++++++ rocksdb-8.0.0.tar.gz -> rocksdb-8.1.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/rocksdb/rocksdb-8.0.0.tar.gz 
/work/SRC/openSUSE:Factory/.rocksdb.new.1533/rocksdb-8.1.1.tar.gz differ: char 
13, line 1

Reply via email to