Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package abseil-cpp for openSUSE:Factory checked in at 2024-07-09 20:02:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/abseil-cpp (Old) and /work/SRC/openSUSE:Factory/.abseil-cpp.new.2080 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "abseil-cpp" Tue Jul 9 20:02:47 2024 rev:39 rq:1186137 version:20240116.2 Changes: -------- --- /work/SRC/openSUSE:Factory/abseil-cpp/abseil-cpp.changes 2024-05-07 18:02:21.776236210 +0200 +++ /work/SRC/openSUSE:Factory/.abseil-cpp.new.2080/abseil-cpp.changes 2024-07-09 20:02:51.274200681 +0200 @@ -1,0 +2,6 @@ +Fri Jul 5 21:27:25 UTC 2024 - Christoph G <f...@grueninger.de> + +- Add upstream patch abseil-cmake-gtest-testonly.patch to fix + issue with GTest and CMake 3.30 + +------------------------------------------------------------------- New: ---- abseil-cmake-gtest-testonly.patch BETA DEBUG BEGIN: New: - Add upstream patch abseil-cmake-gtest-testonly.patch to fix issue with GTest and CMake 3.30 BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ abseil-cpp.spec ++++++ --- /var/tmp/diff_new_pack.xZdwJ5/_old 2024-07-09 20:02:51.814220333 +0200 +++ /var/tmp/diff_new_pack.xZdwJ5/_new 2024-07-09 20:02:51.814220333 +0200 @@ -41,6 +41,8 @@ %else Patch0: options-cxx17.patch %endif +# upstream patch to prevent GTest error with CMake 3.30 +Patch2: abseil-cmake-gtest-testonly.patch %description Abseil is a collection of C++11 libraries which augment the C++ ++++++ abseil-cmake-gtest-testonly.patch ++++++ >From 779a3565ac6c5b69dd1ab9183e500a27633117d5 Mon Sep 17 00:00:00 2001 From: Derek Mauro <dma...@google.com> Date: Tue, 30 Jan 2024 10:13:25 -0800 Subject: [PATCH] Avoid export of testonly target absl::test_allocator in CMake builds Closes #1536 PiperOrigin-RevId: 602764437 Change-Id: Ia5c20a3874262a2ddb8797f608af17d7e86dd6d6 --- absl/container/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/absl/container/CMakeLists.txt b/absl/container/CMakeLists.txt index 449a2cad17e..ee9ca9c3c4a 100644 --- a/absl/container/CMakeLists.txt +++ b/absl/container/CMakeLists.txt @@ -213,6 +213,7 @@ absl_cc_library( DEPS absl::config GTest::gmock + TESTONLY ) absl_cc_test(