forked from pool/coreutils
Updating link to change in openSUSE:Factory/coreutils revision 51.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=4f5d11426de4d37077ce539ac424712b
This commit is contained in:
parent
f0069e9572
commit
802e1a9b2a
15
coreutils-8.9-singlethreaded-sort.patch
Normal file
15
coreutils-8.9-singlethreaded-sort.patch
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
Index: src/sort.c
|
||||||
|
===================================================================
|
||||||
|
--- src/sort.c.orig
|
||||||
|
+++ src/sort.c
|
||||||
|
@@ -5263,8 +5263,8 @@ main (int argc, char **argv)
|
||||||
|
{
|
||||||
|
if (!nthreads)
|
||||||
|
{
|
||||||
|
- unsigned long int np = num_processors (NPROC_CURRENT_OVERRIDABLE);
|
||||||
|
- nthreads = MIN (np, DEFAULT_MAX_THREADS);
|
||||||
|
+ //unsigned long int np = num_processors (NPROC_CURRENT_OVERRIDABLE);
|
||||||
|
+ nthreads = 1; //MIN (np, DEFAULT_MAX_THREADS);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Avoid integer overflow later. */
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 14 14:13:28 CET 2011 - uli@suse.de
|
||||||
|
|
||||||
|
- sort threading still broken, it deadlocks occasionally; set
|
||||||
|
default number of threads to 1 as a workaround
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 5 14:25:16 CET 2011 - pth@suse.de
|
Wed Jan 5 14:25:16 CET 2011 - pth@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package coreutils (Version 8.9)
|
# spec file for package coreutils
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -24,7 +24,7 @@ Url: http://www.gnu.org/software/coreutils/
|
|||||||
License: GFDLv1.2 ; GPLv2+ ; GPLv3+
|
License: GFDLv1.2 ; GPLv2+ ; GPLv3+
|
||||||
Group: System/Base
|
Group: System/Base
|
||||||
Version: 8.9
|
Version: 8.9
|
||||||
Release: 1
|
Release: 2
|
||||||
Provides: fileutils = %{version}, sh-utils = %{version}, stat = %version}, textutils = %{version}, mktemp = %{version}
|
Provides: fileutils = %{version}, sh-utils = %{version}, stat = %version}, textutils = %{version}, mktemp = %{version}
|
||||||
Obsoletes: fileutils < %{version}, sh-utils < %{version}, stat < %version}, textutils < %{version}, mktemp < %{version}
|
Obsoletes: fileutils < %{version}, sh-utils < %{version}, stat < %version}, textutils < %{version}, mktemp < %{version}
|
||||||
Obsoletes: libselinux <= 1.23.11-3 libselinux-32bit = 9 libselinux-64bit = 9 libselinux-x86 = 9
|
Obsoletes: libselinux <= 1.23.11-3 libselinux-32bit = 9 libselinux-64bit = 9 libselinux-x86 = 9
|
||||||
@ -55,6 +55,7 @@ Patch25: coreutils-8.6-make-sure-sbin-resp-usr-sbin-are-in-PATH.diff
|
|||||||
Patch30: coreutils-8.6-compile-su-with-fpie.diff
|
Patch30: coreutils-8.6-compile-su-with-fpie.diff
|
||||||
Patch31: coreutils-getaddrinfo.patch
|
Patch31: coreutils-getaddrinfo.patch
|
||||||
Patch32: coreutils-ptr_int_casts.patch
|
Patch32: coreutils-ptr_int_casts.patch
|
||||||
|
Patch33: coreutils-8.9-singlethreaded-sort.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
# this will create a cycle, broken up randomly - coreutils is just too core to have other
|
# this will create a cycle, broken up randomly - coreutils is just too core to have other
|
||||||
# prerequires
|
# prerequires
|
||||||
@ -94,6 +95,7 @@ uname unexpand uniq unlink uptime users vdir wc who whoami yes
|
|||||||
%patch30 -p1
|
%patch30 -p1
|
||||||
%patch31
|
%patch31
|
||||||
%patch32
|
%patch32
|
||||||
|
%patch33
|
||||||
cp %{S:4} po/de.po
|
cp %{S:4} po/de.po
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user