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
This commit is contained in:
Dominique Leuenberger 2020-07-31 13:51:36 +00:00 committed by Git OBS Bridge
parent a95fcb057a
commit bf76bff610
4 changed files with 15 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8100085dada279bf3ee00cd064d43b5f55e5d913be0dfe2906f06f8f28d5b37e
size 1480217

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f41868f7a938605c92936230081175d1eae87f6ea2c248f41077c8f88316f111
size 1679650

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Jul 24 21:15:12 UTC 2020 - Matthias Eliasson <elimat@opensuse.org>
- 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 <mrostecki@opensuse.org>

View File

@ -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++