Rebase to commit c839a44c391
This commit is contained in:
parent
c0b354c6e6
commit
8e380e50cb
@ -6,8 +6,8 @@ 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.43.1
|
||||
Release: 2%{?dist}
|
||||
Version: 2.43.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
|
||||
|
||||
@ -106,9 +106,9 @@ URL: https://sourceware.org/binutils
|
||||
# too many controversial patches so we stick with the official GNU version
|
||||
# instead.
|
||||
|
||||
%define source official-release
|
||||
# %%define source official-release
|
||||
# %%define source pre-release
|
||||
# %%define source snapshot
|
||||
%define source snapshot
|
||||
# %%define source tarball
|
||||
|
||||
# For snapshots and tarballs an extension is used to indicate the commit ID.
|
||||
@ -116,7 +116,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 "49cc32b732a")
|
||||
%define commit_id %(echo "c839a44c391")
|
||||
|
||||
#----End of Configure Options------------------------------------------------
|
||||
|
||||
@ -1290,8 +1290,8 @@ exit 0
|
||||
%{_infodir}/gprof.info.*
|
||||
%{_infodir}/sframe-spec.info.*
|
||||
%if %{with gprofng}
|
||||
%{_mandir}/man1/gp-*
|
||||
%{_mandir}/man1/gprofng*
|
||||
# %%{_mandir}/man1/gp-*
|
||||
# %%{_mandir}/man1/gprofng*
|
||||
%{_infodir}/gprofng*
|
||||
%endif
|
||||
%endif
|
||||
@ -1366,6 +1366,9 @@ exit 0
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
%changelog
|
||||
* Tue Sep 10 2024 Nick Clifton <nickc@redhat.com> - 2.43.50-1
|
||||
- Rebase to commit c839a44c391.
|
||||
|
||||
* Mon Sep 09 2024 Nick Clifton <nickc@redhat.com> - 2.43.1-2
|
||||
- Disable the default enablement of the linker's "-z separate-code" feature for non-x86 architectures.
|
||||
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (binutils-2.43.1.tar.xz) = 20977ad17729141a2c26d358628f44a0944b84dcfefdec2ba029c2d02f40dfc41cc91c0631044560d2bd6f9a51e1f15846b4b311befbe14f1239f14ff7d57824
|
||||
SHA512 (binutils-2.43.50-c839a44c391.tar.xz) = 5f6b4d844920af67d21e708f67b4b906176251851f76e9c8020d4a8960135c10fa21f4bacc9e3b712414a3b490275fc8e175b73192e1a198a1be04cbbca8fa68
|
||||
SHA512 (binutils-2.19.50.0.1-output-format.sed) = 2f8686b0c8af13c98cda056824c2820416f6e2d003f70b78ccf5314525b9ee3684d421dfa83e638a2d42d06ea4d4bdaf5226b64d6ec26f7ff59c44ffb2a23dd2
|
||||
|
Loading…
x
Reference in New Issue
Block a user