From cb5f333ef34d7fcec2c810f33fad24ff1d11a8e4 Mon Sep 17 00:00:00 2001 From: yinxiuxiu Date: Wed, 9 Oct 2024 02:19:28 +0800 Subject: [PATCH 1/2] fixed some spelling errors --- binutils.spec | 2 +- binutils.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/binutils.spec b/binutils.spec index e5eeb12..d45a1bf 100644 --- a/binutils.spec +++ b/binutils.spec @@ -129,7 +129,7 @@ URL: https://sourceware.org/binutils %define enable_shared 0 %endif -# GprofNG currenly onlly supports the x86 and AArch64 architectures. +# GprofNG currently only supports the x86 and AArch64 architectures. %ifnarch x86_64 aarch64 %undefine with_gprofng %endif diff --git a/binutils.yaml b/binutils.yaml index 19ef7d1..e3639be 100644 --- a/binutils.yaml +++ b/binutils.yaml @@ -1,4 +1,4 @@ version_control: git src_repo: https://sourceware.org/git/binutils-gdb.git tag_prefix: "^binutils-" -seperator: "_" +separator: "_" -- Gitee From 7008e2249638b2f0feb26fd895bc9eccf2c1f00f Mon Sep 17 00:00:00 2001 From: yinxiuxiu Date: Tue, 29 Oct 2024 09:26:15 +0000 Subject: [PATCH 2/2] update binutils.spec. Signed-off-by: yinxiuxiu --- binutils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/binutils.spec b/binutils.spec index d45a1bf..166e3c4 100644 --- a/binutils.spec +++ b/binutils.spec @@ -2,7 +2,7 @@ Summary: A GNU collection of binary utilities Name: binutils%{?_with_debug:-debug} Version: 2.41 -Release: 10 +Release: 11 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 @@ -1247,6 +1247,9 @@ exit 0 #---------------------------------------------------------------------------- %changelog +*Tue Oct 29 2024 yinxiuxiu +- fix some spelling errors + * Thu Sep 26 2024 wangding - 2.41-10 - fix gold linker relocation offset -- Gitee