public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/abseil-cpp] rawhide: Drop one of the GCC 16 workarounds, no longer needed for 20260526.0
Date: Wed, 09 Sep 2026 17:13:31 GMT [thread overview]
Message-ID: <178897401176.1.9448254091680092002.rpms-abseil-cpp-8ddee83ca293@fedoraproject.org> (raw)
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
#
reply other threads:[~2026-09-09 17:13 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178897401176.1.9448254091680092002.rpms-abseil-cpp-8ddee83ca293@fedoraproject.org \
--to=code@musicinmybrain.net \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox