packages: coreutils/coreutils.spec, coreutils/coreutils-bug-10243.patch (NE...

arekm arekm at pld-linux.org
Wed Dec 7 18:59:28 CET 2011


Author: arekm                        Date: Wed Dec  7 17:59:27 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- process signals more often in --color mode in ls

---- Files affected:
packages/coreutils:
   coreutils.spec (1.180 -> 1.181) , coreutils-bug-10243.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/coreutils/coreutils.spec
diff -u packages/coreutils/coreutils.spec:1.180 packages/coreutils/coreutils.spec:1.181
--- packages/coreutils/coreutils.spec:1.180	Thu Oct 13 23:35:49 2011
+++ packages/coreutils/coreutils.spec	Wed Dec  7 18:59:22 2011
@@ -31,7 +31,7 @@
 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
@@ -125,6 +125,7 @@
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 %patch9 -p1
 %patch10 -p1
 %patch11 -p1
@@ -264,6 +265,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.181  2011/12/07 17:59:22  arekm
+- process signals more often in --color mode in ls
+
 Revision 1.180  2011/10/13 21:35:49  arekm
 - up to 8.14
 

================================================================
Index: packages/coreutils/coreutils-bug-10243.patch
diff -u /dev/null packages/coreutils/coreutils-bug-10243.patch:1.1
--- /dev/null	Wed Dec  7 18:59:28 2011
+++ packages/coreutils/coreutils-bug-10243.patch	Wed Dec  7 18:59:22 2011
@@ -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]);
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/coreutils/coreutils.spec?r1=1.180&r2=1.181&f=u



More information about the pld-cvs-commit mailing list