From 01bd6a7e6a37bf2844fa00c4c39150e34625e22ecd9c5d5e6646dd72e2b1e38d Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Thu, 7 Sep 2023 07:32:30 +0000 Subject: [PATCH] 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 --- abseil-cpp-20230125.3.tar.gz | 3 --- abseil-cpp-20230802.0.tar.gz | 3 +++ abseil-cpp.changes | 26 ++++++++++++++++++++++++++ abseil-cpp.spec | 4 ++-- baselibs.conf | 2 +- 5 files changed, 32 insertions(+), 6 deletions(-) delete mode 100644 abseil-cpp-20230125.3.tar.gz create mode 100644 abseil-cpp-20230802.0.tar.gz diff --git a/abseil-cpp-20230125.3.tar.gz b/abseil-cpp-20230125.3.tar.gz deleted file mode 100644 index d7fe16d..0000000 --- a/abseil-cpp-20230125.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5366d7e7fa7ba0d915014d387b66d0d002c03236448e1ba9ef98122c13b35c36 -size 2119655 diff --git a/abseil-cpp-20230802.0.tar.gz b/abseil-cpp-20230802.0.tar.gz new file mode 100644 index 0000000..d119fd8 --- /dev/null +++ b/abseil-cpp-20230802.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59d2976af9d6ecf001a81a35749a6e551a335b949d34918cfade07737b9d93c5 +size 2156669 diff --git a/abseil-cpp.changes b/abseil-cpp.changes index 15cf87b..63e1477 100644 --- a/abseil-cpp.changes +++ b/abseil-cpp.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Thu Sep 7 06:49:51 UTC 2023 - Adrian Schröter + +- 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 diff --git a/abseil-cpp.spec b/abseil-cpp.spec index efc0630..cce99da 100644 --- a/abseil-cpp.spec +++ b/abseil-cpp.spec @@ -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 diff --git a/baselibs.conf b/baselibs.conf index 3793353..fb582b6 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1 +1 @@ -libabsl2301_0_0 +libabsl2308_0_0