#15 Update to 20230802.1 (Abseil LTS branch, Aug 2023, Patch 1): close RHBZ#2239814
Merged 9 months ago by music. Opened 9 months ago by music.
rpms/ music/abseil-cpp v20230802.1  into  rawhide

file modified
+1
@@ -9,3 +9,4 @@ 

  /abseil-cpp-20230125.2.tar.gz

  /abseil-cpp-20230125.3.tar.gz

  /abseil-cpp-20230802.0.tar.gz

+ /abseil-cpp-20230802.1.tar.gz

file modified
+4 -1
@@ -2,7 +2,7 @@ 

  %global lib_version 2308.0.0

  

  Name:           abseil-cpp

- Version:        20230802.0

+ Version:        20230802.1

  Release:        1%{?dist}

  Summary:        C++ Common Libraries

  
@@ -233,6 +233,9 @@ 

  %{_libdir}/pkgconfig/absl_*.pc

  

  %changelog

+ * Wed Sep 20 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 20230802.1-1

+ - Update to 20230802.1 (close RHBZ#2239814)

+ 

  * Thu Aug 10 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 20230802.0-1

  - Update to 20230802.0 (Abseil LTS branch, Aug 2023): close RHBZ#2229015

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (abseil-cpp-20230802.0.tar.gz) = 320295fa687ded05b774741eb4c5285291d44cc14402ec5d997057cb4f53fb3ba54cd162c7a7b1003312b677603a1c25e14bfdbd1fc22ccf4b4443e8a6e3ec02

+ SHA512 (abseil-cpp-20230802.1.tar.gz) = 14390380655c41483a98487e3b012110dd8d1743fdd68d8cde7e0d7c2730312d564b15726d8c9d2fff237d2fce3983bbbb5213f59612c7c6feaeb402dff9609f

This is a very small patch release. The following commit represents the changes:

https://github.com/abseil/abseil-cpp/commit/fb3621f4f897824c0dbe0615fa94543df6192f30

## Abseil LTS branch, Aug 2023, Patch 1

- Add `StdcppWaiter` to the end of the list of waiter implementations
- Use native methods to implement `absl::base_internal::GetPID()` on FreeBSD, NetBSD, and OpenBSD
- Bump ABSL_LTS_RELEASE_PATCH_LEVEL to 1

Tooling confirms the ABI is unchanged, as expected.

$ fedabipkgdiff --from fc40 x/abseil-cpp-20230802.1-1.fc40.x86_64.rpm 
Comparing the ABI of binaries between abseil-cpp-20230802.0-1.fc40.x86_64.rpm and abseil-cpp-20230802.1-1.fc40.x86_64.rpm:
[no output]

This update targets F39 and F40, which both currently have abseil-cpp-20230802.0.

Pull-Request has been merged by music

9 months ago