Accepting request 1109429 from home:adrianSuSE:branches:devel:microos

- update to 20230802.0
  What's New:
  * Added the nullability library for designating the expected
    nullability of pointers. Currently these serve as annotations
    only, but it is expected that compilers will one day be able
    to use these annotations for diagnostic purposes.
  * Added the prefetch library as a portable layer for moving data
    into caches before it is read.
  * Abseil's hash tables now detect many more programming errors
    in debug and sanitizer builds.
  * Abseil's synchronization objects now differentiate absolute
    waits (when passed an absl::Time) from relative waits (when
    passed an absl::Duration) when the underlying platform supports
    differentiating these cases. This only makes a difference when
    system clocks are adjusted.
  * Abseil's flag parsing library includes additional methods that
    make it easier to use when another library also expects to be
    able to parse flags.
  * absl::string_view is now available as a smaller target,
    @com_google_absl//absl/strings:string_view, so that users may
    use this library without depending on the much larger
    @com_google_absl//absl/strings target.

OBS-URL: https://build.opensuse.org/request/show/1109429
OBS-URL: https://build.opensuse.org/package/show/devel:microos/abseil-cpp?expand=0&rev=20
This commit is contained in:
Fabian Vogt 2023-09-07 07:32:30 +00:00 committed by Git OBS Bridge
parent 5e78ed3795
commit 01bd6a7e6a
5 changed files with 32 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Thu Sep 7 06:49:51 UTC 2023 - Adrian Schröter <adrian@suse.de>
- update to 20230802.0
What's New:
* Added the nullability library for designating the expected
nullability of pointers. Currently these serve as annotations
only, but it is expected that compilers will one day be able
to use these annotations for diagnostic purposes.
* Added the prefetch library as a portable layer for moving data
into caches before it is read.
* Abseil's hash tables now detect many more programming errors
in debug and sanitizer builds.
* Abseil's synchronization objects now differentiate absolute
waits (when passed an absl::Time) from relative waits (when
passed an absl::Duration) when the underlying platform supports
differentiating these cases. This only makes a difference when
system clocks are adjusted.
* Abseil's flag parsing library includes additional methods that
make it easier to use when another library also expects to be
able to parse flags.
* absl::string_view is now available as a smaller target,
@com_google_absl//absl/strings:string_view, so that users may
use this library without depending on the much larger
@com_google_absl//absl/strings target.
-------------------------------------------------------------------
Wed Aug 9 15:18:16 UTC 2023 - Fridrich Strba <fstrba@suse.com>

View File

@ -16,9 +16,9 @@
#
%define lname libabsl2301_0_0
%define lname libabsl2308_0_0
Name: abseil-cpp
Version: 20230125.3
Version: 20230802.0
Release: 0
Summary: C++11 libraries which augment the C++ stdlib
License: Apache-2.0

View File

@ -1 +1 @@
libabsl2301_0_0
libabsl2308_0_0