From bf76bff610b28d0a595021f3fe011979dd438747e4c03847717789fb164cf190 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 31 Jul 2020 13:51:36 +0000 Subject: [PATCH] Accepting request 823021 from devel:kubic - 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 OBS-URL: https://build.opensuse.org/request/show/823021 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/abseil-cpp?expand=0&rev=12 --- abseil-cpp-20190808.tar.gz | 3 --- abseil-cpp-20200225.2.tar.gz | 3 +++ abseil-cpp.changes | 7 +++++++ abseil-cpp.spec | 11 +++++------ 4 files changed, 15 insertions(+), 9 deletions(-) delete mode 100644 abseil-cpp-20190808.tar.gz create mode 100644 abseil-cpp-20200225.2.tar.gz diff --git a/abseil-cpp-20190808.tar.gz b/abseil-cpp-20190808.tar.gz deleted file mode 100644 index 79c5d87..0000000 --- a/abseil-cpp-20190808.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8100085dada279bf3ee00cd064d43b5f55e5d913be0dfe2906f06f8f28d5b37e -size 1480217 diff --git a/abseil-cpp-20200225.2.tar.gz b/abseil-cpp-20200225.2.tar.gz new file mode 100644 index 0000000..1aa1153 --- /dev/null +++ b/abseil-cpp-20200225.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f41868f7a938605c92936230081175d1eae87f6ea2c248f41077c8f88316f111 +size 1679650 diff --git a/abseil-cpp.changes b/abseil-cpp.changes index ccadf6a..603ef2f 100644 --- a/abseil-cpp.changes +++ b/abseil-cpp.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +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 diff --git a/abseil-cpp.spec b/abseil-cpp.spec index a0b9100..a9071cf 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++