Hello community, here is the log from the commit of package abseil-cpp for openSUSE:Factory checked in at 2020-01-14 21:09:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/abseil-cpp (Old) and /work/SRC/openSUSE:Factory/.abseil-cpp.new.6675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "abseil-cpp" Tue Jan 14 21:09:32 2020 rev:10 rq:764267 version:20190808 Changes: -------- --- /work/SRC/openSUSE:Factory/abseil-cpp/abseil-cpp.changes 2019-12-21 12:30:35.643340772 +0100 +++ /work/SRC/openSUSE:Factory/.abseil-cpp.new.6675/abseil-cpp.changes 2020-01-14 21:13:19.402930257 +0100 @@ -1,0 +2,6 @@ +Tue Jan 14 11:54:55 UTC 2020 - Dominique Leuenberger <dims...@opensuse.org> + +- Set ExcludeArch: %ix86: bazel is required to build which in turn + is not supported on ix86. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ abseil-cpp.spec ++++++ --- /var/tmp/diff_new_pack.XPZszP/_old 2020-01-14 21:13:21.238931093 +0100 +++ /var/tmp/diff_new_pack.XPZszP/_new 2020-01-14 21:13:21.254931100 +0100 @@ -1,7 +1,7 @@ # # spec file for package abseil-cpp # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ Release: 0 Summary: C++11 libraries which augment the C++ stdlib License: Apache-2.0 -Url: https://abseil.io/ +URL: https://abseil.io/ Source0: %{name}-%{version}.tar.gz Source1: %{name}-rpmlintrc BuildRequires: bazel-rules-cc-source @@ -38,6 +38,7 @@ BuildRequires: gmock BuildRequires: gtest BuildRequires: patchelf +ExcludeArch: %ix86 %description Abseil is a collection of C++11 libraries which augment the C++