diff --git a/.files b/.files index 01ef1cd..1f7f98c 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 9acc6a1..fb363c3 100644 --- a/.rev +++ b/.rev @@ -87,4 +87,12 @@ 758140 + + c64305a42e82f1096f9aad39b5f6c616 + 20190808 + + dimstar_suse + + 764267 + diff --git a/.servicemark b/.servicemark index d13a2ef..1bad648 100644 --- a/.servicemark +++ b/.servicemark @@ -1 +1 @@ -ef14a6443e2fb25d7b82830d732d5f5e +023fa2fe19282f284fa114937ce439e3 diff --git a/abseil-cpp.changes b/abseil-cpp.changes index c71c73f..60f5180 100644 --- a/abseil-cpp.changes +++ b/abseil-cpp.changes @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Tue Jan 14 11:54:55 UTC 2020 - Dominique Leuenberger + +- Set ExcludeArch: %ix86: bazel is required to build which in turn + is not supported on ix86. + +------------------------------------------------------------------- Wed Dec 18 23:12:35 UTC 2019 - Swaminathan Vasudevan - Update to version 20190808 diff --git a/abseil-cpp.spec b/abseil-cpp.spec index 3a5a898..34f4dee 100644 --- a/abseil-cpp.spec +++ b/abseil-cpp.spec @@ -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 @@ Version: 20190808 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: gcc-c++ BuildRequires: gmock BuildRequires: gtest BuildRequires: patchelf +ExcludeArch: %ix86 %description Abseil is a collection of C++11 libraries which augment the C++