]> git.pld-linux.org Git - packages/coreutils.git/commitdiff
- process signals more often in --color mode in ls
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 7 Dec 2011 17:59:22 +0000 (17:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    coreutils-bug-10243.patch -> 1.1
    coreutils.spec -> 1.181

coreutils-bug-10243.patch [new file with mode: 0644]
coreutils.spec

diff --git a/coreutils-bug-10243.patch b/coreutils-bug-10243.patch
new file mode 100644 (file)
index 0000000..720d7ec
--- /dev/null
@@ -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]);
index 7010b3d2187536e5dccae9a78b5716a71abc8278..e5cfc440aa1d4846af109decdf2c8ffbd139dde8 100644 (file)
@@ -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
This page took 0.154126 seconds and 4 git commands to generate.