diff --git a/c3a5280731ee096cb156d87eaa38c1d887490380.patch b/c3a5280731ee096cb156d87eaa38c1d887490380.patch new file mode 100644 index 0000000000000000000000000000000000000000..de78d11cd780e478f68f74ef9d23073a8aa9b04b --- /dev/null +++ b/c3a5280731ee096cb156d87eaa38c1d887490380.patch @@ -0,0 +1,17 @@ +diff --git a/doc/coreutils.texi b/doc/coreutils.texi +index 99f6d9fb8..5ac3745bd 100644 +--- a/doc/coreutils.texi ++++ b/doc/coreutils.texi +@@ -4397,6 +4397,12 @@ Use this option only if there is no alternative; it is much slower than + @option{--numeric-sort} (@option{-n}) and it can lose information when + converting to floating point. + ++You can use this option to sort hexadecimal numbers prefixed with ++@samp{0x} or @samp{0X}, where those numbers are not fixed width, ++or of varying case. However for hex numbers of consistent case, ++and left padded with @samp{0} to a consistent width, a standard ++lexicographic sort will be faster. ++ + @item -h + @itemx --human-numeric-sort + @itemx --sort=human-numeric diff --git a/coreutils.spec b/coreutils.spec index f5a08aa750f6eecebb0afdb66bc44e9d689578f4..116e49a8b3e6c2258c498b6172376876ff9f51ae 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -1,6 +1,6 @@ Name: coreutils Version: 8.32 -Release: 2 +Release: 3 License: GPLv3+ Summary: A set of basic GNU tools commonly used in shell scripts Url: https://www.gnu.org/software/coreutils/ @@ -25,6 +25,7 @@ Patch8: skip-the-tests-that-require-selinux-if-selinux-is-di.patch Patch9: coreutils-8.32-ls-removed-dir.patch Patch10: coreutils-8.32-leaf-opt-xfs.patch +Patch6000: c3a5280731ee096cb156d87eaa38c1d887490380.patch Conflicts: filesystem < 3 # To avoid clobbering installs @@ -135,6 +136,9 @@ fi %{_mandir}/man*/* %changelog +* 20201119083007632854 patch-tracking 8.32-3 +- append patch file of upstream repository from to + * Wed Aug 26 2020 chenbo pan - 8.32-2 - fix patch error @@ -221,4 +225,4 @@ fi - reintroduce very old Provides (mktemp, sh-utils, textwrap, fileutils, stat) * Thu Jul 12 2018 hexiaowen - 8.30-1 -- Pacakge init +- Pacakge init \ No newline at end of file