public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/abseil-cpp] rawhide: Drop one of the GCC 16 workarounds, no longer needed for 20260526.0
@ 2026-09-09 17:13 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-09 17:13 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/abseil-cpp
Branch : rawhide
Commit : 8ddee83ca2939c535ed7b0e2343ce5ff1b3e9c4d
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-09-09T13:07:15+01:00
Stats : +0/-44 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/abseil-cpp/c/8ddee83ca2939c535ed7b0e2343ce5ff1b3e9c4d?branch=rawhide
Log:
Drop one of the GCC 16 workarounds, no longer needed for 20260526.0
---
diff --git a/0001-Omit-the-bind-block-in-test-Test-Mutex-FunctorCondit.patch b/0001-Omit-the-bind-block-in-test-Test-Mutex-FunctorCondit.patch
deleted file mode 100644
index 11150a1..0000000
--- a/0001-Omit-the-bind-block-in-test-Test-Mutex-FunctorCondit.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From 8e8c72e1cb92d63aa2aaa7f9d8ccb059250928d1 Mon Sep 17 00:00:00 2001
-From: "Benjamin A. Beasley" <code@musicinmybrain.net>
-Date: Fri, 9 Jan 2026 07:37:42 +0000
-Subject: [PATCH] =?UTF-8?q?Omit=20the=20=E2=80=9Cbind=E2=80=9D=20block=20i?=
- =?UTF-8?q?n=20test=20Test=20Mutex::FunctorCondition?=
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Work around failure to compile with GCC 16,
-https://github.com/abseil/abseil-cpp/issues/1992.
----
- absl/synchronization/mutex_test.cc | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/absl/synchronization/mutex_test.cc b/absl/synchronization/mutex_test.cc
-index 793acf8c..7acd2e56 100644
---- a/absl/synchronization/mutex_test.cc
-+++ b/absl/synchronization/mutex_test.cc
-@@ -1022,6 +1022,7 @@ TEST(Mutex, FunctorCondition) {
- EXPECT_TRUE(c.Eval());
- }
-
-+#if 0
- { // bind
- int value = 0;
- auto is_positive = std::bind(std::less<int>(), 0, std::cref(value));
-@@ -1030,6 +1031,7 @@ TEST(Mutex, FunctorCondition) {
- value = 1;
- EXPECT_TRUE(c.Eval());
- }
-+#endif
-
- { // std::function
- int value = 3;
---
-2.52.0
-
diff --git a/abseil-cpp.spec b/abseil-cpp.spec
index 0029817..212876a 100644
--- a/abseil-cpp.spec
+++ b/abseil-cpp.spec
@@ -26,12 +26,6 @@ License: Apache-2.0 AND LicenseRef-Fedora-Public-Domain
URL: https://abseil.io
Source: https://github.com/abseil/abseil-cpp/archive/%{version}/%{name}-%{version}.tar.gz
-# Omit the “bind” block in test Test Mutex::FunctorCondition
-#
-# Work around failure to compile with GCC 16,
-# https://github.com/abseil/abseil-cpp/issues/1992.
-Patch: 0001-Omit-the-bind-block-in-test-Test-Mutex-FunctorCondit.patch
-
# PR #2071: Include immintrin.h instead of bmi2intrin.h
# https://github.com/abseil/abseil-cpp/commit/d851fdd768b27c02b3fb786fd0987faddd279ece
#
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-09 17:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-09 17:13 [rpms/abseil-cpp] rawhide: Drop one of the GCC 16 workarounds, no longer needed for 20260526.0 Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox