From cb37f9296bb77a8600c2c0652b3b4fde8c56d4c8413f453af1151118dd9b3b91 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 5 Jan 2021 17:16:24 +0000 Subject: [PATCH] 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 --- abseil-cpp-20200225.2.tar.gz | 3 --- abseil-cpp-20200923.2.tar.gz | 3 +++ abseil-cpp.changes | 25 +++++++++++++++++++++++++ abseil-cpp.spec | 2 +- 4 files changed, 29 insertions(+), 4 deletions(-) delete mode 100644 abseil-cpp-20200225.2.tar.gz create mode 100644 abseil-cpp-20200923.2.tar.gz diff --git a/abseil-cpp-20200225.2.tar.gz b/abseil-cpp-20200225.2.tar.gz deleted file mode 100644 index 1aa1153..0000000 --- a/abseil-cpp-20200225.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f41868f7a938605c92936230081175d1eae87f6ea2c248f41077c8f88316f111 -size 1679650 diff --git a/abseil-cpp-20200923.2.tar.gz b/abseil-cpp-20200923.2.tar.gz new file mode 100644 index 0000000..ffb4e9f --- /dev/null +++ b/abseil-cpp-20200923.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf3f13b13a0095d926b25640e060f7e13881bd8a792705dd9e161f3c2b9aa976 +size 1783972 diff --git a/abseil-cpp.changes b/abseil-cpp.changes index 3429bbe..ba98fcd 100644 --- a/abseil-cpp.changes +++ b/abseil-cpp.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Tue Dec 29 12:18:55 UTC 2020 - Matthias Eliasson + +- Update to version 20200923.2 + What's New: + * absl::StatusOr 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 diff --git a/abseil-cpp.spec b/abseil-cpp.spec index 69271b2..0eaafed 100644 --- a/abseil-cpp.spec +++ b/abseil-cpp.spec @@ -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