diff --git a/binutils.spec b/binutils.spec index e5eeb12f18794e21939ffb61890b3bf6b10b2341..166e3c4a422dddeeb96aaa0c8e8c8bab3c099dbf 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 @@ -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 @@ -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 diff --git a/binutils.yaml b/binutils.yaml index 19ef7d192d2bc255689b5edc27efabb6262431ff..e3639bea7461ff97be8203c12e6cff3eafb1bd18 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: "_"