Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package leveldb for openSUSE:Factory checked in at 2023-03-09 17:44:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/leveldb (Old) and /work/SRC/openSUSE:Factory/.leveldb.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "leveldb" Thu Mar 9 17:44:55 2023 rev:14 rq:1070187 version:1.23 Changes: -------- --- /work/SRC/openSUSE:Factory/leveldb/leveldb.changes 2021-06-14 23:10:33.440693245 +0200 +++ /work/SRC/openSUSE:Factory/.leveldb.new.31432/leveldb.changes 2023-03-09 17:45:04.450695272 +0100 @@ -1,0 +2,5 @@ +Wed Mar 8 12:47:35 UTC 2023 - Martin Pluskal <mplus...@suse.com> + +- Build AVX2 enabled hwcaps library for x86_64-v3 + +------------------------------------------------------------------- New: ---- baselibs.conf ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ leveldb.spec ++++++ --- /var/tmp/diff_new_pack.9eaN7v/_old 2023-03-09 17:45:06.022703640 +0100 +++ /var/tmp/diff_new_pack.9eaN7v/_new 2023-03-09 17:45:06.026703661 +0100 @@ -1,7 +1,7 @@ # # spec file for package leveldb # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,16 +24,19 @@ Group: Development/Libraries/C and C++ URL: https://github.com/google/leveldb Source0: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source99: baselibs.conf # PATCH-FEATURE-OPENSUSE detect-system-gtest.patch -- https://github.com/google/leveldb/pull/912 Patch0: detect-system-gtest.patch # PATCH-FIX-OPENSUSE enable-rtti.patch -- Enable rtti support again, needed for ceph Patch1: enable-rtti.patch BuildRequires: cmake BuildRequires: gcc-c++ +BuildRequires: pkgconfig BuildRequires: snappy-devel BuildRequires: cmake(GTest) BuildRequires: cmake(benchmark) BuildRequires: pkgconfig(sqlite3) +%{?suse_build_hwcaps_libs} %description leveldb implements a system for maintaining a persistent key/value store. ++++++ baselibs.conf ++++++ libleveldb1