From 0a14bfa3816ae3d462ab4e0e8dab5c4886730e1a Mon Sep 17 00:00:00 2001 From: RBrownSUSE <> Date: Jan 05 2021 17:16:45 +0000 Subject: Update abseil-cpp to version 20200923.2 / rev 16 via SR 860444 https://build.opensuse.org/request/show/860444 by user RBrownSUSE + dimstar_suse --- diff --git a/.files b/.files index 3c80d92..69c051d 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 40db767..167cecc 100644 --- a/.rev +++ b/.rev @@ -137,4 +137,12 @@ 846408 + + 8a820041dde2c9bb4c95ba900f20de41 + 20200923.2 + + dimstar_suse + + 860444 + diff --git a/.servicemark b/.servicemark index cf91a14..a336035 100644 --- a/.servicemark +++ b/.servicemark @@ -1 +1 @@ -10b34b1d3e2c992dabbc03b556712588 +102158960fa2d0b10ef7aa2a1f6b1c64 diff --git a/abseil-cpp-20200225.2.tar.gz b/abseil-cpp-20200225.2.tar.gz deleted file mode 120000 index 71eb417..0000000 --- a/abseil-cpp-20200225.2.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeibauczwlrfztplqj3a43nd3gifn32bh3pg34ytlaejdrkgvtrdag4 \ No newline at end of file diff --git a/abseil-cpp-20200923.2.tar.gz b/abseil-cpp-20200923.2.tar.gz new file mode 120000 index 0000000..91f9ca8 --- /dev/null +++ b/abseil-cpp-20200923.2.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeietu2u762rpp5y3am7wzhixloikwmwu5ke27kxa5alhlr6j6ysog4 \ No newline at end of file diff --git a/abseil-cpp.changes b/abseil-cpp.changes index f061f83..3b11ef4 100644 --- a/abseil-cpp.changes +++ b/abseil-cpp.changes @@ -1,4 +1,29 @@ ------------------------------------------------------------------- +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 - Drop source package, was only used by grpc which was switched diff --git a/abseil-cpp.spec b/abseil-cpp.spec index 09214a0..aa8f832 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