diff --git a/coreutils.spec b/coreutils.spec index 6ae78b28bb34374a85d83af96b61dc813533c499..377a0f62ffb13b5c600e1ffe4f22080bb00f72bd 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -1,6 +1,6 @@ Name: coreutils Version: 9.0 -Release: 11 +Release: 12 License: GPLv3+ Summary: A set of basic GNU tools commonly used in shell scripts Url: https://www.gnu.org/software/coreutils/ @@ -39,6 +39,7 @@ Patch24: backport-setenv-Don-t-crash-if-malloc-returns-NULL.patch Patch25: backport-who-don-t-crash-if-clock-gyrates.patch Patch26: backport-doc-od-strings-clarify-operation.patch Patch27: backport-wc-port-to-kernels-that-disable-XSAVE-YMM.patch +Patch28: fix-typo-in-zh_CN.patch %ifarch sw_64 Patch13: coreutils-9.0-sw.patch @@ -90,6 +91,8 @@ find tests -name '*.sh' -perm 0644 -print -exec chmod 0755 '{}' '+' autoreconf -fiv +msgfmt -o po/zh_CN.gmo po/zh_CN.po ||: + %build if [ %user = root ]; then export FORCE_UNSAFE_CONFIGURE=1 @@ -167,6 +170,9 @@ fi %{_mandir}/man*/* %changelog +* Thu Nov 09 2023 jiangchuangang - 9.0-12 +- fix typo in zh_CN.po + * Sun Oct 08 2023 fuanan - 9.0-11 - sync patches from community - add backport-who-fix-only-theoretical-overflow.patch diff --git a/fix-typo-in-zh_CN.patch b/fix-typo-in-zh_CN.patch new file mode 100644 index 0000000000000000000000000000000000000000..f26e9b89dcbf578d96014d96372f2ca84ac4d6d3 --- /dev/null +++ b/fix-typo-in-zh_CN.patch @@ -0,0 +1,25 @@ +From 5bc6bb2956c1a5dfca5a00b49f56441a76054c89 Mon Sep 17 00:00:00 2001 +From: jiangchuangang +Date: Thu, 9 Nov 2023 10:43:07 +0800 +Subject: [PATCH] fix typo + +--- + po/zh_CN.po | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/po/zh_CN.po b/po/zh_CN.po +index c422028..177d014 100644 +--- a/po/zh_CN.po ++++ b/po/zh_CN.po +@@ -12332,7 +12332,7 @@ msgstr "" + " -v, --kernel-version 输出内核版本\n" + " -m, --machine 输出主机的硬件架构名称\n" + " -p, --processor 输出处理器类型(不可移植)\n" +-" -i, --hardware-platform 输出硬件平台或(不可移植)\n" ++" -i, --hardware-platform 输出硬件平台(不可移植)\n" + " -o, --operating-system 输出操作系统名称\n" + + #: src/uname.c:144 +-- +2.36.1 +