Mon, 29 Apr 2024 08:11:32 UTC | login

Information for build abseil-cpp-20240116.0-1.fc40

ID295623
Package Nameabseil-cpp
Version20240116.0
Release1.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/abseil-cpp.git#66b7bf6296f0b5b6031672d2ccf0e09eb5906bf3
SummaryC++ Common Libraries
DescriptionAbseil is an open-source collection of C++ library code designed to augment the C++ standard library. The Abseil library code is collected from Google's own C++ code base, has been extensively tested and used in production, and is the same code we depend on in our daily coding lives. In some cases, Abseil provides pieces missing from the C++ standard; in others, Abseil provides alternatives to the standard for special needs we've found through usage in the Google code base. We denote those cases clearly within the library code we provide you. Abseil is not meant to be a competitor to the standard library; we've just found that many of these utilities serve a purpose within our code base, and we now want to provide those resources to the C++ community as a whole.
Built bydavidlt
State failed
Volume DEFAULT
StartedSun, 17 Mar 2024 11:20:02 UTC
CompletedSun, 17 Mar 2024 11:59:19 UTC
Taskbuild (f40, /rpms/abseil-cpp.git:66b7bf6296f0b5b6031672d2ccf0e09eb5906bf3)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/abseil-cpp.git#66b7bf6296f0b5b6031672d2ccf0e09eb5906bf3'}}
Tags No tags
RPMs No RPMs
Changelog * Wed Jan 24 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 20240116.0-1 - Update to 20240116.0 * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 20230802.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 20230802.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Tue Oct 31 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 20230802.1-2 - Rebuild for gtest 1.14.0 * 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 * Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 20230125.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue May 09 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 20230125.3-1 - Update to 20230125.3 (close RHBZ#2193306) - Split installed TESTONLY libraries into a -testing subpackage; explicitly list all installed shared libraries - Explicitly enable the ABSL_BUILD_TEST_HELPERS CMake option * Thu Mar 30 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 20230125.2-1 - Update to 20230125.2 (close RHBZ#2182229) * Thu Feb 23 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 20230125.1-1 - Update to 20230125.1 (close RHBZ#2162638) * Sat Jan 21 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 20220623.1-4 - Backport upstream commit 4eef161 for GCC 13 * Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 20220623.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Sep 02 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 20220623.1-2 - Update to 20220623.1 (close RHBZ#2123181) * Sat Aug 13 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 20220623.0-1 - Update to 20220623.0 (close RHBZ#2101021) - Update License to SPDX * Fri Jul 29 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 20211102.0-4 - Do not leak -maes -msse4.1 into pkgconfig (fix RHBZ#2108658) * Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 20211102.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue Mar 15 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 20211102.0-2 - Disable LTO on s390x to work around test failure - Skip SysinfoTest.NominalCPUFrequency on all architectures; it fails occasionally on aarch64, and upstream says we should not care * Fri Feb 18 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 20211102.0-1 - Update to 20211102.0 (close RHBZ#2019691) - Drop --output-on-failure, already in %ctest expansion - On s390x, instead of ignoring all tests, skip only the single failing test - Use ninja backend for CMake: speeds up build with no downsides - Drop patch for armv7hl * Mon Jan 31 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 20210324.2-4 - Fix test failure (fix RHBZ#2045186)