public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/binutils] rawhide: Rebase to commit 4e8ba93fdb2.
@ 2026-08-12 10:17 Nick Clifton
  0 siblings, 0 replies; only message in thread
From: Nick Clifton @ 2026-08-12 10:17 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/binutils
Branch : rawhide
Commit : 29b46b60792635a799797165c9d7f23cae91cd80
Author : Nick Clifton <nickc@redhat.com>
Date   : 2026-08-12T11:15:08+01:00
Stats  : +13/-18 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/binutils/c/29b46b60792635a799797165c9d7f23cae91cd80?branch=rawhide

Log:
Rebase to commit 4e8ba93fdb2.

---
diff --git a/.gitignore b/.gitignore
index f0c3172..2ade7ff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -67,3 +67,4 @@ stamp-*
 /binutils-2.44.50-13.fc43.src.rpm
 /binutils-with-gold-2.45.50-be970c68891.tar.gz
 /binutils-with-gold-2.45.50-ba5838a98fb.tar.gz
+/binutils-2.47.50-1.fc46.src.rpm

diff --git a/binutils.spec b/binutils.spec
index 9a24b1b..3d05813 100644
--- a/binutils.spec
+++ b/binutils.spec
@@ -6,7 +6,7 @@ Name: binutils%{?_with_debug:-debug}
 # A version number of X.XX.90 is a pre-release snapshot.
 # The variable %%{source} (see below) should be set to indicate which of these
 # origins is being used.
-Version: 2.47
+Version: 2.47.50
 Release: 1%{?dist}
 License: GPL-3.0-or-later AND (GPL-3.0-or-later WITH Bison-exception-2.2) AND (LGPL-2.0-or-later WITH GCC-exception-2.0) AND BSD-3-Clause AND GFDL-1.3-or-later AND GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-2.0-or-later
 URL: https://sourceware.org/binutils
@@ -122,10 +122,10 @@ URL: https://sourceware.org/binutils
 # They are a "snapshot" of the about to be released branch sources, rather than
 # a snapshot of the mainline development sources.
 
-%define source official-release
+# %%define source official-release
 # %%define source even-pre-release
 # %%define source odd-pre-release
-# %%define source snapshot
+%define source snapshot
 # %%define source tarball
 
 # For snapshots and tarballs an extension is used to indicate the commit ID.
@@ -133,7 +133,7 @@ URL: https://sourceware.org/binutils
 # correctly.  Note %%(echo) is used because you cannot directly set a
 # spec variable to a hexadecimal string value.
 
-%define commit_id %(echo "f85ff0c4bce")
+%define commit_id %(echo "4e8ba93fdb2")
 
 #----End of Configure Options------------------------------------------------
 
@@ -156,17 +156,8 @@ URL: https://sourceware.org/binutils
 # Default: Use the libztsd-devel library.
 %bcond_without zstd
 
-# Note - in the future the gold linker may become deprecated.
-%if 0%{?rhel} >= 11
-%bcond_with gold
-%else
-%ifnarch riscv64
+# The gold linker is now deprecated.
 %bcond_without gold
-%else
-# RISC-V does not have ld.gold thus disable by default.
-%bcond_with gold
-%endif
-%endif
 
 # Allow the user to override the compiler used to build the binutils.
 # The default build compiler is gcc if %%toolchain is not clang.
@@ -218,8 +209,8 @@ URL: https://sourceware.org/binutils
 # sources instead - but only for GOLD, not for the rest of the binutils.
 
 # FIXME: Delete this once the gold linker is fully deprecated.
-%define gold_tarball %(echo "binutils-with-gold-2.46.50-f85ff0c4bce")
-# %%define gold_tarball none
+# %%define gold_tarball %%(echo "binutils-with-gold-2.46.50-f85ff0c4bce")
+%define gold_tarball none
 
 #----------------------------------------------------------------------------
 
@@ -1501,6 +1492,10 @@ exit 0
 
 #----------------------------------------------------------------------------
 %changelog
+* Wed Aug 12 2026 Nick Clifton <nickc@redhat.com> - 2.47.50-1
+- Rebase to commit 4e8ba93fdb2.
+- Disable the gold linker for Rawhide as well.
+
 * Wed Aug 12 2026 Yaakov Selkowitz <yselkowi@redhat.com>
 - Disable the gold linker by default for RHEL-11+.
 

diff --git a/sources b/sources
index 191b73d..7cb31ed 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,2 @@
-SHA512 (binutils-2.47.tar.xz) = 3126a1064374d8da40d4d70630c204ed1e75d542c447d53fca9778c7ceff095c28e9b445e15a313fef9729082d7966471ee6b5b715d479aa6d568528743e1d98
+SHA512 (binutils-2.47.50-1.fc46.src.rpm) = b894aa29474e15a44a07e35dbec819eb4d911c525fa7729798024497e53d8595160483ccca49ddc166c3e0a5b3a077f6592ab7975d9d2cafed05bb839960df3b
 SHA512 (binutils-2.19.50.0.1-output-format.sed) = 2f8686b0c8af13c98cda056824c2820416f6e2d003f70b78ccf5314525b9ee3684d421dfa83e638a2d42d06ea4d4bdaf5226b64d6ec26f7ff59c44ffb2a23dd2
-SHA512 (binutils-with-gold-2.46.50-f85ff0c4bce.tar.xz) = 8dd6f2dcb7d097c5e26793957f62f6209090fe037eb481e29ad6d3757aa75d4cabab662f13ec6238282c930b37df0492ae0495c5956c57140c826678d1977400

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-12 10:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-12 10:17 [rpms/binutils] rawhide: Rebase to commit 4e8ba93fdb2 Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox