From df9dfa01b1932cafd54a019edd1fce9e30348fb5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Wed, 7 Dec 2011 17:59:22 +0000 Subject: [PATCH] - process signals more often in --color mode in ls Changed files: coreutils-bug-10243.patch -> 1.1 coreutils.spec -> 1.181 --- coreutils-bug-10243.patch | 13 +++++++++++++ coreutils.spec | 3 ++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 coreutils-bug-10243.patch diff --git a/coreutils-bug-10243.patch b/coreutils-bug-10243.patch new file mode 100644 index 0000000..720d7ec --- /dev/null +++ b/coreutils-bug-10243.patch @@ -0,0 +1,13 @@ +--- coreutils-8.14/src/ls.c~ 2011-10-10 09:56:46.000000000 +0200 ++++ coreutils-8.14/src/ls.c 2011-12-07 18:54:11.468310130 +0100 +@@ -4041,9 +4041,9 @@ + if (stack) + PUSH_CURRENT_DIRED_POS (stack); + ++ process_signals (); + if (used_color_this_time) + { +- process_signals (); + prep_non_filename_text (); + if (start_col / line_length != (start_col + width - 1) / line_length) + put_indicator (&color_indicator[C_CLR_TO_EOL]); diff --git a/coreutils.spec b/coreutils.spec index 7010b3d..e5cfc44 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -30,7 +30,7 @@ Patch4: %{name}-uname-cpuinfo.patch Patch5: %{name}-date-man.patch Patch6: %{name}-mem.patch Patch7: %{name}-7.4-sttytcsadrain.patch - +Patch8: %{name}-bug-10243.patch Patch9: %{name}-fmt-wchars.patch Patch10: %{name}-runuser.patch Patch11: %{name}-split-pam.patch @@ -124,6 +124,7 @@ Programy zawarte w tym pakiecie to: %patch5 -p1 %patch6 -p1 %patch7 -p1 +%patch8 -p1 %patch9 -p1 %patch10 -p1 %patch11 -p1 -- 2.43.0