packages: coreutils/coreutils-bug-10243.patch, coreutils/coreutils.spec - r...

arekm arekm at pld-linux.org
Thu Dec 8 11:19:02 CET 2011


Author: arekm                        Date: Thu Dec  8 10:19:02 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 3; more complete 10243 bug fix

---- Files affected:
packages/coreutils:
   coreutils-bug-10243.patch (1.1 -> 1.2) , coreutils.spec (1.182 -> 1.183) 

---- Diffs:

================================================================
Index: packages/coreutils/coreutils-bug-10243.patch
diff -u packages/coreutils/coreutils-bug-10243.patch:1.1 packages/coreutils/coreutils-bug-10243.patch:1.2
--- packages/coreutils/coreutils-bug-10243.patch:1.1	Wed Dec  7 18:59:22 2011
+++ packages/coreutils/coreutils-bug-10243.patch	Thu Dec  8 11:18:57 2011
@@ -1,6 +1,18 @@
---- 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 @@
+--- coreutils-8.14/src/ls.c.org	2011-12-08 11:13:48.597770882 +0100
++++ coreutils-8.14/src/ls.c	2011-12-08 11:16:34.612089051 +0100
+@@ -2583,6 +2583,11 @@
+         }
+       else
+         break;
++
++        /* When processing a very large directory, and since we've inhibited
++           interrupts, this loop would take so long that ls would be annoyingly
++           uninterruptible.  This ensures that it handles signals promptly.  */
++        process_signals ();
+     }
+ 
+   if (closedir (dirp) != 0)
+@@ -4041,9 +4046,9 @@
    if (stack)
      PUSH_CURRENT_DIRED_POS (stack);
  

================================================================
Index: packages/coreutils/coreutils.spec
diff -u packages/coreutils/coreutils.spec:1.182 packages/coreutils/coreutils.spec:1.183
--- packages/coreutils/coreutils.spec:1.182	Wed Dec  7 20:44:14 2011
+++ packages/coreutils/coreutils.spec	Thu Dec  8 11:18:57 2011
@@ -8,7 +8,7 @@
 Summary(pl.UTF-8):	GNU Core-utils - podstawowe narzędzia działające z linii poleceń
 Name:		coreutils
 Version:	8.14
-Release:	2
+Release:	3
 License:	GPL v3+
 Group:		Applications/System
 Source0:	http://ftp.gnu.org/gnu/coreutils/%{name}-%{version}.tar.xz
@@ -265,6 +265,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.183  2011/12/08 10:18:57  arekm
+- rel 3; more complete 10243 bug fix
+
 Revision 1.182  2011/12/07 19:44:14  arekm
 - release 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/coreutils/coreutils-bug-10243.patch?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/coreutils/coreutils.spec?r1=1.182&r2=1.183&f=u



More information about the pld-cvs-commit mailing list