Accepting request 1280742 from home:AndreasStieger:branches:devel:microos

fixup

OBS-URL: https://build.opensuse.org/request/show/1280742
OBS-URL: https://build.opensuse.org/package/show/devel:microos/abseil-cpp?expand=0&rev=54
This commit is contained in:
2025-06-04 08:06:50 +00:00
committed by Git OBS Bridge
parent aec6f87c70
commit daa84f9654
2 changed files with 1 additions and 14 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ Sun May 25 11:21:56 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
absl_nullable) should be used instead
- drop abseil-ciso646.patch, included upstream
- Now requires C++17. Switch to gcc12 on Leap 15.x and drop
options-old.patch there.
options-old.patch and cmake.patch there.
- It seems futile to keep the separation between the lite and the
library package clean, not even internally or for the intended
purpose of aligning with protobuf. Split into single packages per
-13
View File
@@ -1,13 +0,0 @@
Index: abseil-cpp-20240722.0/CMakeLists.txt
===================================================================
--- abseil-cpp-20240722.0.orig/CMakeLists.txt
+++ abseil-cpp-20240722.0/CMakeLists.txt
@@ -16,7 +16,7 @@
# https://github.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.md
# As of 2024-07-01, CMake 3.16 is the minimum supported version.
-cmake_minimum_required(VERSION 3.16)
+cmake_minimum_required(VERSION 3.5)
# Allow the user to specify the CMAKE_MSVC_DEBUG_INFORMATION_FORMAT
if (POLICY CMP0141)