]> git.pld-linux.org Git - packages/coreutils.git/commitdiff
- rel 3; more complete 10243 bug fix auto/th/coreutils-8_14-3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 8 Dec 2011 10:18:57 +0000 (10:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    coreutils-bug-10243.patch -> 1.2
    coreutils.spec -> 1.183

coreutils-bug-10243.patch
coreutils.spec

index 720d7ece062a82bfe19dcb82f8621e821244fc90..789171b5023aec85d04c2aaa52ef58ff9a696019 100644 (file)
@@ -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 3340587df4eef62261523f70bde98aaf5adc6777..32fbd8fd49df8d228649a432c87eec021511c44f 100644 (file)
@@ -7,7 +7,7 @@ Summary:        GNU Core-utils - basic command line utilities
 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
This page took 0.215299 seconds and 4 git commands to generate.