Accepting request 860444 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/860444 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/abseil-cpp?expand=0&rev=16
This commit is contained in:
parent
10ab398085
commit
cb37f9296b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f41868f7a938605c92936230081175d1eae87f6ea2c248f41077c8f88316f111
|
||||
size 1679650
|
3
abseil-cpp-20200923.2.tar.gz
Normal file
3
abseil-cpp-20200923.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bf3f13b13a0095d926b25640e060f7e13881bd8a792705dd9e161f3c2b9aa976
|
||||
size 1783972
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 29 12:18:55 UTC 2020 - Matthias Eliasson <elimat@opensuse.org>
|
||||
|
||||
- Update to version 20200923.2
|
||||
What's New:
|
||||
* absl::StatusOr<T> has been released. See our blog
|
||||
post for more information.
|
||||
* Abseil Flags reflection interfaces have been released.
|
||||
* Abseil Flags memory usage has been significantly optimized.
|
||||
* Abseil now supports a "hardened" build mode. This build mode enables
|
||||
runtime checks that guard against programming errors that may lead
|
||||
to security vulnerabilities.
|
||||
Notable Fixes:
|
||||
* Sanitizer dynamic annotations like AnnotateRWLockCreate that are
|
||||
also defined by the compiler sanitizer implementation are no longer
|
||||
also defined by Abseil.
|
||||
* Sanitizer macros are now prefixed with ABSL_ to avoid naming collisions.
|
||||
* Sanitizer usage is now automatically detected and no longer requires
|
||||
macros like ADDRESS_SANITIZER to be defined on the command line.
|
||||
Breaking Changes:
|
||||
* Abseil no longer contains a dynamic_annotations library. Users
|
||||
using a supported build system (Bazel or CMake) are unaffected by
|
||||
this, but users manually specifying link libraries may get an error
|
||||
about a missing linker input.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 6 08:31:58 UTC 2020 - Fabian Vogt <fvogt@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: abseil-cpp
|
||||
Version: 20200225.2
|
||||
Version: 20200923.2
|
||||
Release: 0
|
||||
Summary: C++11 libraries which augment the C++ stdlib
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user