From 76cc3d53af316fc389d02b5352956ff8c2295bfe Mon Sep 17 00:00:00 2001 From: Bernhard M. Wiedemann Date: Jul 31 2020 13:52:04 +0000 Subject: Update abseil-cpp to rev 12 via SR 823021 https://build.opensuse.org/request/show/823021 by user RBrownSUSE + dimstar_suse - Update to version 20200225.2 * This release fixes the list of dependencies of absl::Cord in the CMake build. * bug fix for absl::Status::ErasePayload --- diff --git a/.files b/.files index 720db31..346058f 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 86095e9..16290ca 100644 --- a/.rev +++ b/.rev @@ -103,4 +103,14 @@ - Remove all packages except source. (forwarded request 765214 from mrostecki) 765215 + + e191f35faa561349f568a68e11119f1e + 20200225.2 + + dimstar_suse + - Update to version 20200225.2 + * This release fixes the list of dependencies of absl::Cord in the CMake build. + * bug fix for absl::Status::ErasePayload + 823021 + diff --git a/.servicemark b/.servicemark index 314e4d0..f8c0a09 100644 --- a/.servicemark +++ b/.servicemark @@ -1 +1 @@ -93520ef2b47a5ac7d1f508a2d502fed6 +058bb7ef9fa3c73909e5d68ffed6b8f7 diff --git a/abseil-cpp-20190808.tar.gz b/abseil-cpp-20190808.tar.gz deleted file mode 120000 index bd5653a..0000000 --- a/abseil-cpp-20190808.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeicttdbes5cumljctm3yel6kuqtqf5og4sap5osbuhryhjaso264ki \ No newline at end of file diff --git a/abseil-cpp-20200225.2.tar.gz b/abseil-cpp-20200225.2.tar.gz new file mode 120000 index 0000000..71eb417 --- /dev/null +++ b/abseil-cpp-20200225.2.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeibauczwlrfztplqj3a43nd3gifn32bh3pg34ytlaejdrkgvtrdag4 \ No newline at end of file diff --git a/abseil-cpp.changes b/abseil-cpp.changes index a282f24..0440e01 100644 --- a/abseil-cpp.changes +++ b/abseil-cpp.changes @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Fri Jul 24 21:15:12 UTC 2020 - Matthias Eliasson + +- Update to version 20200225.2 + * This release fixes the list of dependencies of absl::Cord in the CMake build. + * bug fix for absl::Status::ErasePayload + +------------------------------------------------------------------- Thu Jan 16 14:50:51 UTC 2020 - MichaƂ Rostecki - Remove all packages except source. diff --git a/abseil-cpp.spec b/abseil-cpp.spec index 01fadda..f328c43 100644 --- a/abseil-cpp.spec +++ b/abseil-cpp.spec @@ -1,7 +1,7 @@ # # spec file for package abseil-cpp # -# Copyright (c) 2020 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 @@ -16,18 +16,17 @@ # -%define src_install_dir /usr/src/%{name} - +%define src_install_dir %{_prefix}/src/%{name} Name: abseil-cpp -Version: 20190808 +Version: 20200225.2 Release: 0 Summary: C++11 libraries which augment the C++ stdlib License: Apache-2.0 URL: https://abseil.io/ -Source0: %{name}-%{version}.tar.gz +Source0: https://github.com/abseil/abseil-cpp/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: %{name}-rpmlintrc BuildRequires: fdupes -ExcludeArch: %ix86 +ExcludeArch: %{ix86} %description Abseil is a collection of C++11 libraries which augment the C++