diff --git a/abseil-cpp.changes b/abseil-cpp.changes index f65914f..c253839 100644 --- a/abseil-cpp.changes +++ b/abseil-cpp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jan 15 02:02:17 UTC 2025 - Bernhard Wiedemann + +- Extend options-cxx17.patch and options-old.patch + to avoid race-condition (boo#1235867) + ------------------------------------------------------------------- Sat Nov 16 22:20:54 UTC 2024 - Andreas Stieger diff --git a/options-cxx17.patch b/options-cxx17.patch index 47550a9..40b6207 100644 --- a/options-cxx17.patch +++ b/options-cxx17.patch @@ -43,3 +43,12 @@ Index: abseil-cpp-20240116.1/absl/base/options.h // ABSL_OPTION_USE_STD_ORDERING // +@@ -201,7 +201,7 @@ + // the ordering types are aliases of std:: ordering types, use the feature macro + // ABSL_USES_STD_ORDERING. + +-#define ABSL_OPTION_USE_STD_ORDERING 2 ++#define ABSL_OPTION_USE_STD_ORDERING 0 + + // ABSL_OPTION_USE_INLINE_NAMESPACE + // ABSL_OPTION_INLINE_NAMESPACE_NAME diff --git a/options-old.patch b/options-old.patch index 36d9ca8..0c2cf7e 100644 --- a/options-old.patch +++ b/options-old.patch @@ -43,3 +43,12 @@ Index: abseil-cpp-20240116.1/absl/base/options.h // ABSL_OPTION_USE_STD_ORDERING // +@@ -201,7 +201,7 @@ + // the ordering types are aliases of std:: ordering types, use the feature macro + // ABSL_USES_STD_ORDERING. + +-#define ABSL_OPTION_USE_STD_ORDERING 2 ++#define ABSL_OPTION_USE_STD_ORDERING 0 + + // ABSL_OPTION_USE_INLINE_NAMESPACE + // ABSL_OPTION_INLINE_NAMESPACE_NAME