packages: coreutils/coreutils-advcopy.patch, coreutils/coreutils-fmt-wchars...
arekm
arekm at pld-linux.org
Sun Oct 17 21:53:58 CEST 2010
Author: arekm Date: Sun Oct 17 19:53:58 2010 GMT
Module: packages Tag: HEAD
---- Log message:
-up to 8.6; really run tests; po pl patch merged upstream
---- Files affected:
packages/coreutils:
coreutils-advcopy.patch (1.6 -> 1.7) , coreutils-fmt-wchars.patch (1.6 -> 1.7) , coreutils-getgid.patch (1.15 -> 1.16) , coreutils-info.patch (1.8 -> 1.9) , coreutils.spec (1.165 -> 1.166)
---- Diffs:
================================================================
Index: packages/coreutils/coreutils-advcopy.patch
diff -u packages/coreutils/coreutils-advcopy.patch:1.6 packages/coreutils/coreutils-advcopy.patch:1.7
--- packages/coreutils/coreutils-advcopy.patch:1.6 Thu Jan 28 20:37:06 2010
+++ packages/coreutils/coreutils-advcopy.patch Sun Oct 17 21:53:52 2010
@@ -126,7 +126,7 @@
+ int last_size = g_iTotalWritten;
+ /* END progress mod */
+
- for (;;)
+ while (true)
{
+ if (progress) {
+ /* BEGIN progress mod */
================================================================
Index: packages/coreutils/coreutils-fmt-wchars.patch
diff -u packages/coreutils/coreutils-fmt-wchars.patch:1.6 packages/coreutils/coreutils-fmt-wchars.patch:1.7
--- packages/coreutils/coreutils-fmt-wchars.patch:1.6 Sat Sep 12 20:31:21 2009
+++ packages/coreutils/coreutils-fmt-wchars.patch Sun Oct 17 21:53:52 2010
@@ -491,7 +491,7 @@
+static wint_t
+get_space (FILE *f, wint_t c)
{
- for (;;)
+ while (true)
{
- if (c == ' ')
+ if (c == L' ')
================================================================
Index: packages/coreutils/coreutils-getgid.patch
diff -u packages/coreutils/coreutils-getgid.patch:1.15 packages/coreutils/coreutils-getgid.patch:1.16
--- packages/coreutils/coreutils-getgid.patch:1.15 Thu Nov 19 23:07:56 2009
+++ packages/coreutils/coreutils-getgid.patch Sun Oct 17 21:53:52 2010
@@ -216,3 +216,14 @@
#: src/getlimits.c:29 src/timeout.c:74 src/truncate.c:42
msgid "Padraig Brady"
+--- coreutils-8.6/README~ 2010-10-17 21:37:11.589739007 +0200
++++ coreutils-8.6/README 2010-10-17 21:42:27.222782339 +0200
+@@ -9,7 +9,7 @@
+
+ [ arch base64 basename cat chcon chgrp chmod chown chroot cksum comm cp
+ csplit cut date dd df dir dircolors dirname du echo env expand expr
+- factor false fmt fold groups head hostid hostname id install join kill
++ factor false fmt fold getgid groups head hostid hostname id install join kill
+ link ln logname ls md5sum mkdir mkfifo mknod mktemp mv nice nl nohup
+ nproc od paste pathchk pinky pr printenv printf ptx pwd readlink rm rmdir
+ runcon runuser seq sha1sum sha224sum sha256sum sha384sum sha512sum shred shuf
================================================================
Index: packages/coreutils/coreutils-info.patch
diff -u packages/coreutils/coreutils-info.patch:1.8 packages/coreutils/coreutils-info.patch:1.9
--- packages/coreutils/coreutils-info.patch:1.8 Sat May 8 18:22:49 2010
+++ packages/coreutils/coreutils-info.patch Sun Oct 17 21:53:52 2010
@@ -724,15 +724,6 @@
@section @command{md5sum}: Print or check MD5 digests
@pindex md5sum
-@@ -3419,7 +3401,7 @@
- considered infeasible at the moment, it is known how to produce
- different files with identical MD5 (a ``collision''), something which
- can be a security issue in certain contexts. For more secure hashes,
--consider using SHA-1 or SHA-2. @xref{sha1sum invocation}, and
-+consider using SHA-1 or SHA-2. @xref{sha1sum}, and
- @ref{sha2 utilities}.
-
- If a @var{file} is specified as @samp{-} or if no files are given
@@ -3527,7 +3509,7 @@
@exitstatus
@@ -793,6 +784,15 @@
except that keys with the same value sort together.
If multiple random sort fields are specified, the same random hash
+@@ -4060,7 +4060,7 @@
+ Limit the number of sorts run in parallel to @var{n}. By default,
+ @var{n} is set to the number of available processors, and values
+ greater than that are reduced to that limit. Also see
+- at ref{nproc invocation}.
++ at ref{nproc}.
+
+ @item -u
+ @itemx --unique
@@ -4077,7 +4059,7 @@
this equivalence does not extend to arbitrary @command{sort} options.
For example, @code{sort -n -u} inspects only the value of the initial
================================================================
Index: packages/coreutils/coreutils.spec
diff -u packages/coreutils/coreutils.spec:1.165 packages/coreutils/coreutils.spec:1.166
--- packages/coreutils/coreutils.spec:1.165 Mon May 17 15:31:18 2010
+++ packages/coreutils/coreutils.spec Sun Oct 17 21:53:52 2010
@@ -6,12 +6,12 @@
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.5
-Release: 3
+Version: 8.6
+Release: 1
License: GPL v3+
Group: Applications/System
Source0: http://ftp.gnu.org/gnu/coreutils/%{name}-%{version}.tar.xz
-# Source0-md5: 55170ed640e300f5b81640c6f4641513
+# Source0-md5: 17d693d282ac57c62b241a045e7b511c
Source1: %{name}-non-english-man-pages.tar.bz2
# Source1-md5: f7c986ebc74ccb8d08ed70141063f14c
Source2: DIR_COLORS
@@ -111,7 +111,7 @@
%prep
%setup -q -a1
-%patch13 -p1
+#%patch13 -p1
%patch0 -p1
%patch1 -p1
%patch2 -p1
@@ -150,7 +150,7 @@
%{__make}
-%{?with_tests:%{__make} tests}
+%{?with_tests:%{__make} tests check}
%install
rm -rf $RPM_BUILD_ROOT
@@ -238,6 +238,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.166 2010/10/17 19:53:52 arekm
+-up to 8.6; really run tests; po pl patch merged upstream
+
Revision 1.165 2010/05/17 13:31:18 baggins
- rel 3
- give pam_xauth a chance to work (yea, it must be before pam_unix)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/coreutils/coreutils-advcopy.patch?r1=1.6&r2=1.7&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/coreutils/coreutils-fmt-wchars.patch?r1=1.6&r2=1.7&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/coreutils/coreutils-getgid.patch?r1=1.15&r2=1.16&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/coreutils/coreutils-info.patch?r1=1.8&r2=1.9&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/coreutils/coreutils.spec?r1=1.165&r2=1.166&f=u
More information about the pld-cvs-commit
mailing list