packages: coreutils/coreutils-advcopy.patch, coreutils/coreutils-fmt-wchars...

qboosh qboosh at pld-linux.org
Sun Jan 9 15:11:24 CET 2011


Author: qboosh                       Date: Sun Jan  9 14:11:24 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 8.9
- updated pl.po-update patch from TP
- updated info,fmt-wchars,advcopy patches

---- Files affected:
packages/coreutils:
   coreutils-advcopy.patch (1.7 -> 1.8) , coreutils-fmt-wchars.patch (1.8 -> 1.9) , coreutils-info.patch (1.9 -> 1.10) , coreutils-pl.po-update.patch (1.15 -> 1.16) , coreutils.spec (1.169 -> 1.170) 

---- Diffs:

================================================================
Index: packages/coreutils/coreutils-advcopy.patch
diff -u packages/coreutils/coreutils-advcopy.patch:1.7 packages/coreutils/coreutils-advcopy.patch:1.8
--- packages/coreutils/coreutils-advcopy.patch:1.7	Sun Oct 17 21:53:52 2010
+++ packages/coreutils/coreutils-advcopy.patch	Sun Jan  9 15:11:19 2011
@@ -254,10 +254,9 @@
 +/* END progress mod */
 +
  #endif
-diff -ru coreutils-8.4.orig/src/cp.c coreutils-8.4/src/cp.c
---- coreutils-8.4.orig/src/cp.c	2010-01-25 16:03:29.596930015 +0100
-+++ coreutils-8.4/src/cp.c	2010-01-26 15:42:02.274161757 +0100
-@@ -139,6 +139,7 @@
+--- coreutils-8.9/src/cp.c.orig	2011-01-01 22:19:23.000000000 +0100
++++ coreutils-8.9/src/cp.c	2011-01-09 13:07:02.769898177 +0100
+@@ -141,6 +141,7 @@
    {"target-directory", required_argument, NULL, 't'},
    {"update", no_argument, NULL, 'u'},
    {"verbose", no_argument, NULL, 'v'},
@@ -265,15 +264,15 @@
    {GETOPT_HELP_OPTION_DECL},
    {GETOPT_VERSION_OPTION_DECL},
    {NULL, 0, NULL, 0}
-@@ -176,6 +177,7 @@
-   -f, --force                  if an existing destination file cannot be\n\
-                                  opened, remove it and try again (redundant if\n\
+@@ -181,6 +182,7 @@
+                                  opened, remove it and try again (redundant if\
+ \n\
                                   the -n option is used)\n\
 +  -g, --progress-bar           add progress-bar\n\
-   -i, --interactive            prompt before overwrite (overrides a previous -n\n\
+   -i, --interactive            prompt before overwrite (overrides a previous -n\
+ \n\
                                    option)\n\
-   -H                           follow command-line symbolic links in SOURCE\n\
-@@ -612,6 +614,57 @@
+@@ -621,6 +623,57 @@
                 quote (file[n_files - 1]));
      }
  
@@ -331,7 +330,7 @@
    if (target_directory)
      {
        /* cp file1...filen edir
-@@ -754,6 +807,46 @@
+@@ -763,6 +816,46 @@
        ok = copy (source, new_dest, 0, x, &unused, NULL);
      }
  
@@ -378,7 +377,7 @@
    return ok;
  }
  
-@@ -785,6 +878,7 @@
+@@ -795,6 +888,7 @@
    x->recursive = false;
    x->sparse_mode = SPARSE_AUTO;
    x->symbolic_link = false;
@@ -386,7 +385,7 @@
    x->set_mode = false;
    x->mode = 0;
  
-@@ -923,7 +1017,7 @@
+@@ -933,7 +1027,7 @@
       we'll actually use backup_suffix_string.  */
    backup_suffix_string = getenv ("SIMPLE_BACKUP_SUFFIX");
  
@@ -395,7 +394,7 @@
                             long_opts, NULL))
           != -1)
      {
-@@ -975,6 +1069,10 @@
+@@ -990,6 +1084,10 @@
            x.unlink_dest_after_failed_open = true;
            break;
  

================================================================
Index: packages/coreutils/coreutils-fmt-wchars.patch
diff -u packages/coreutils/coreutils-fmt-wchars.patch:1.8 packages/coreutils/coreutils-fmt-wchars.patch:1.9
--- packages/coreutils/coreutils-fmt-wchars.patch:1.8	Mon Nov 15 19:25:44 2010
+++ packages/coreutils/coreutils-fmt-wchars.patch	Sun Jan  9 15:11:19 2011
@@ -1,7 +1,6 @@
-diff -ur coreutils-7.6.org/po/pl.po coreutils-7.6/po/pl.po
---- coreutils-7.6.org/po/pl.po	2009-09-12 20:25:34.788233704 +0200
-+++ coreutils-7.6/po/pl.po	2009-09-12 20:25:11.898026716 +0200
-@@ -4202,10 +4202,12 @@
+--- coreutils-8.9/po/pl.po.orig	2011-01-09 12:30:07.000000000 +0100
++++ coreutils-8.9/po/pl.po	2011-01-09 13:01:57.685902367 +0100
+@@ -4380,12 +4380,14 @@
  #: src/fmt.c:286
  msgid ""
  "  -t, --tagged-paragraph    indentation of first line different from second\n"
@@ -11,9 +10,11 @@
  "  -w, --width=WIDTH         maximum line width (default of 75 columns)\n"
  msgstr ""
  "  -t, --tagged-paragraph    wcięcie pierwszej linii inne niż drugiej\n"
- "  -u, --uniform-spacing     jedna spacja między słowami, dwie między zdaniami\n"
+ "  -u, --uniform-spacing     jedna spacja między słowami, dwie między "
+ "zdaniami\n"
 +"  -n, --single-spaces       pojedyncze spacje między zdaniami\n"
- "  -w, --width=ILE           maksymalna szerokość linii (domyślnie 75 kolumn)\n"
+ "  -w, --width=ILE           maksymalna szerokość linii (domyślnie 75 "
+ "kolumn)\n"
  
 diff -ur coreutils-7.6.org/src/fmt.c coreutils-7.6/src/fmt.c
 --- coreutils-7.6.org/src/fmt.c	2009-09-01 13:01:16.000000000 +0200

================================================================
Index: packages/coreutils/coreutils-info.patch
diff -u packages/coreutils/coreutils-info.patch:1.9 packages/coreutils/coreutils-info.patch:1.10
--- packages/coreutils/coreutils-info.patch:1.9	Sun Oct 17 21:53:52 2010
+++ packages/coreutils/coreutils-info.patch	Sun Jan  9 15:11:19 2011
@@ -1,6 +1,6 @@
---- coreutils-8.5/doc/coreutils.texi.orig	2010-04-21 16:30:49.000000000 +0200
-+++ coreutils-8.5/doc/coreutils.texi	2010-05-08 18:22:06.382936746 +0200
-@@ -20,119 +20,108 @@
+--- coreutils-8.9/doc/coreutils.texi.orig	2011-01-01 22:19:23.000000000 +0100
++++ coreutils-8.9/doc/coreutils.texi	2011-01-09 12:28:09.837901529 +0100
+@@ -20,119 +20,111 @@
  @syncodeindex pg cp
  @syncodeindex vr cp
  
@@ -92,7 +92,7 @@
 -* shuf: (coreutils)shuf invocation.             Shuffling text files.
 -* sleep: (coreutils)sleep invocation.           Delay for a specified time.
 -* sort: (coreutils)sort invocation.             Sort text files.
--* split: (coreutils)split invocation.           Split into fixed-size pieces.
+-* split: (coreutils)split invocation.           Split into pieces.
 -* stat: (coreutils)stat invocation.             Report file(system) status.
 -* stdbuf: (coreutils)stdbuf invocation.         Modify stdio buffering.
 -* stty: (coreutils)stty invocation.             Print/change terminal settings.
@@ -153,9 +153,11 @@
 +* groups: (coreutils)groups.		Print group names a user is in
 +* head: (coreutils)head.		Output the first part of files
 +* hostid: (coreutils)hostid.		Print numeric host identifier
++* hostname: (coreutils)hostname.	Print or set system name
 +* id: (coreutils)id.			Print user identity
 +* install: (coreutils)install.		Copy and change attributes
 +* join: (coreutils)join.		Join lines on a common field
++* kill: (coreutils)kill.		Send a signal to processes
 +* link: (coreutils)link.		Make hard links between files
 +* ln: (coreutils)ln.			Make links between files
 +* logname: (coreutils)logname.		Print current login name
@@ -170,7 +172,7 @@
 +* nl: (coreutils)nl.			Number lines and write files
 +* nohup: (coreutils)nohup.		Immunize to hangups
 +* nproc: (coreutils)nproc.		Print the number of processors
-+* od: (coreutils)od.			Dump files in octal, etc
++* od: (coreutils)od.			Dump files in octal, etc.
 +* paste: (coreutils)paste.		Merge lines of files
 +* pathchk: (coreutils)pathchk.		Check file name portability
 +* pr: (coreutils)pr.			Paginate or columnate files
@@ -189,7 +191,7 @@
 +* shuf: (coreutils)shuf.		Shuffling text files
 +* sleep: (coreutils)sleep.		Delay for a specified time
 +* sort: (coreutils)sort.		Sort text files
-+* split: (coreutils)split.		Split into fixed-size pieces
++* split: (coreutils)split.		Split into pieces
 +* stat: (coreutils)stat.		Report file(system) status
 +* stdbuf: (coreutils)stdbuf.		Modify stdio buffering
 +* stty: (coreutils)stty.		Print/change terminal settings
@@ -211,6 +213,7 @@
 +* unexpand: (coreutils)unexpand.	Convert spaces to tabs
 +* uniq: (coreutils)uniq.		Uniquify files
 +* unlink: (coreutils)unlink.		Removal via unlink(2)
++* uptime: (coreutils)uptime.		Print uptime and load
 +* users: (coreutils)users.		Print current user names
 +* vdir: (coreutils)vdir.		List directories verbosely
 +* wc: (coreutils)wc.			Line, word, and byte counts
@@ -220,7 +223,7 @@
  @end direntry
  
  @copying
-@@ -197,10 +186,9 @@
+@@ -197,10 +189,9 @@
  * File name manipulation::       dirname basename pathchk mktemp
  * Working context::              pwd stty printenv tty
  * User information::             id logname whoami groups users who
@@ -232,7 +235,7 @@
  * Delaying::                     sleep
  * Numeric operations::           factor seq
  * File permissions::             Access modes
-@@ -228,42 +216,42 @@
+@@ -228,42 +219,42 @@
  
  Output of entire files
  
@@ -298,7 +301,7 @@
  
  @command{ptx}: Produce permuted indexes
  
-@@ -275,15 +263,15 @@
+@@ -275,15 +266,15 @@
  
  Operating on fields
  
@@ -320,7 +323,7 @@
  
  @command{tr}: Translate, squeeze, and/or delete characters
  
-@@ -293,10 +281,10 @@
+@@ -293,10 +284,10 @@
  
  Directory listing
  
@@ -335,7 +338,7 @@
  
  @command{ls}:  List directory contents
  
-@@ -309,51 +297,51 @@
+@@ -309,51 +300,51 @@
  
  Basic operations
  
@@ -417,7 +420,7 @@
  
  @command{test}: Check file types and compare values
  
-@@ -372,21 +360,21 @@
+@@ -372,21 +363,21 @@
  
  Redirection
  
@@ -448,7 +451,7 @@
  
  @command{stty}: Print or change terminal characteristics
  
-@@ -400,22 +388,20 @@
+@@ -400,22 +391,20 @@
  
  User information
  
@@ -482,7 +485,7 @@
  
  @command{date}: Print or set system date and time
  
-@@ -430,31 +416,27 @@
+@@ -430,31 +419,27 @@
  
  SELinux context
  
@@ -526,7 +529,7 @@
  
  File permissions
  
-@@ -1443,14 +1425,14 @@
+@@ -1443,14 +1428,14 @@
  in some way.
  
  @menu
@@ -547,7 +550,7 @@
  @section @command{cat}: Concatenate and write files
  
  @pindex cat
-@@ -1549,7 +1531,7 @@
+@@ -1550,7 +1535,7 @@
  @end smallexample
  
  
@@ -556,7 +559,7 @@
  @section @command{tac}: Concatenate and write files in reverse
  
  @pindex tac
-@@ -1598,7 +1580,7 @@
+@@ -1599,7 +1584,7 @@
  @exitstatus
  
  
@@ -565,7 +568,7 @@
  @section @command{nl}: Number lines and write files
  
  @pindex nl
-@@ -1761,7 +1743,7 @@
+@@ -1762,7 +1747,7 @@
  @exitstatus
  
  
@@ -574,7 +577,7 @@
  @section @command{od}: Write files in octal or other formats
  
  @pindex od
-@@ -2014,7 +1996,7 @@
+@@ -2016,7 +2001,7 @@
  
  @exitstatus
  
@@ -583,7 +586,7 @@
  @section @command{base64}: Transform data into printable data
  
  @pindex base64
-@@ -2082,13 +2064,13 @@
+@@ -2084,13 +2069,13 @@
  These commands reformat the contents of files.
  
  @menu
@@ -601,7 +604,7 @@
  @section @command{fmt}: Reformat paragraph text
  
  @pindex fmt
-@@ -2187,7 +2169,7 @@
+@@ -2189,7 +2174,7 @@
  @exitstatus
  
  
@@ -610,7 +613,7 @@
  @section @command{pr}: Paginate or columnate files for printing
  
  @pindex pr
-@@ -2327,7 +2309,7 @@
+@@ -2329,7 +2314,7 @@
  @cindex time formats
  @cindex formatting times
  Format header dates using @var{format}, using the same conventions as
@@ -619,7 +622,7 @@
  Except for directives, which start with
  @samp{%}, characters in @var{format} are printed unchanged.  You can use
  this option to specify an arbitrary string in place of the header date,
-@@ -2554,7 +2536,7 @@
+@@ -2556,7 +2541,7 @@
  @exitstatus
  
  
@@ -628,17 +631,17 @@
  @section @command{fold}: Wrap input lines to fit in specified width
  
  @pindex fold
-@@ -2621,13 +2603,13 @@
+@@ -2623,13 +2608,13 @@
  These commands output pieces of the input.
  
  @menu
 -* head invocation::             Output the first part of files.
 -* tail invocation::             Output the last part of files.
--* split invocation::            Split a file into fixed-size pieces.
+-* split invocation::            Split a file into pieces.
 -* csplit invocation::           Split a file into context-determined pieces.
 +* head::                        Output the first part of files.
 +* tail::                        Output the last part of files.
-+* split::                       Split a file into fixed-size pieces.
++* split::                       Split a file into pieces.
 +* csplit::                      Split a file into context-determined pieces.
  @end menu
  
@@ -647,7 +650,7 @@
  @section @command{head}: Output the first part of files
  
  @pindex head
-@@ -2704,7 +2686,7 @@
+@@ -2706,7 +2691,7 @@
  @exitstatus
  
  
@@ -656,17 +659,17 @@
  @section @command{tail}: Output the last part of files
  
  @pindex tail
-@@ -2918,7 +2900,7 @@
+@@ -2922,7 +2907,7 @@
  @exitstatus
  
  
 - at node split invocation
 + at node split
- @section @command{split}: Split a file into fixed-size pieces
+ @section @command{split}: Split a file into pieces.
  
  @pindex split
-@@ -2996,7 +2978,7 @@
- @exitstatus
+@@ -3112,7 +3097,7 @@
+ @end example
  
  
 - at node csplit invocation
@@ -674,7 +677,7 @@
  @section @command{csplit}: Split a file into context-determined pieces
  
  @pindex csplit
-@@ -3186,16 +3168,16 @@
+@@ -3303,16 +3288,16 @@
  contents of files.
  
  @menu
@@ -697,7 +700,7 @@
  @section @command{wc}: Print newline, word, and byte counts
  
  @pindex wc
-@@ -3312,7 +3294,7 @@
+@@ -3430,7 +3415,7 @@
  @exitstatus
  
  
@@ -706,7 +709,7 @@
  @section @command{sum}: Print checksum and block counts
  
  @pindex sum
-@@ -3363,7 +3345,7 @@
+@@ -3481,7 +3466,7 @@
  @exitstatus
  
  
@@ -715,7 +718,7 @@
  @section @command{cksum}: Print CRC checksum and byte counts
  
  @pindex cksum
-@@ -3397,7 +3379,7 @@
+@@ -3515,7 +3500,7 @@
  @exitstatus
  
  
@@ -724,7 +727,7 @@
  @section @command{md5sum}: Print or check MD5 digests
  
  @pindex md5sum
-@@ -3527,7 +3509,7 @@
+@@ -3643,7 +3628,7 @@
  @exitstatus
  
  
@@ -733,7 +736,7 @@
  @section @command{sha1sum}: Print or check SHA-1 digests
  
  @pindex sha1sum
-@@ -3539,7 +3521,7 @@
+@@ -3655,7 +3640,7 @@
  
  @command{sha1sum} computes a 160-bit checksum for each specified
  @var{file}.  The usage and options of this command are precisely the
@@ -742,7 +745,7 @@
  
  Note: The SHA-1 digest is more secure than MD5, and no collisions of
  it are known (different files having the same fingerprint).  However,
-@@ -3579,7 +3561,7 @@
+@@ -3695,7 +3680,7 @@
  various lengths (respectively 224, 256, 384 and 512 bits),
  collectively known as the SHA-2 hashes.  The usage and options of
  these commands are precisely the same as for @command{md5sum}.
@@ -751,7 +754,7 @@
  
  Note: The SHA384 and SHA512 digests are considerably slower to
  compute, especially on 32-bit computers, than SHA224 or SHA256.
-@@ -3594,16 +3576,16 @@
+@@ -3710,16 +3695,16 @@
  These commands work with (or produce) sorted files.
  
  @menu
@@ -775,7 +778,7 @@
  @section @command{sort}: Sort text files
  
  @pindex sort
-@@ -3886,7 +3868,7 @@
+@@ -4008,7 +3993,7 @@
  Sort by hashing the input keys and then sorting the hash values.
  Choose the hash function at random, ensuring that it is free of
  collisions so that differing keys have differing hash values.  This is
@@ -784,16 +787,16 @@
  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}.
+@@ -4196,7 +4181,7 @@
+ @var{n} is set to the number of available processors, but limited
+ to 8, as there are diminishing performance gains after that.
+ Note also that using @var{n} threads increases the memory usage by
+-a factor of log @var{n}.  Also see @ref{nproc invocation}.
++a factor of log @var{n}.  Also see @ref{nproc}.
  
  @item -u
  @itemx --unique
-@@ -4077,7 +4059,7 @@
+@@ -4214,7 +4199,7 @@
  this equivalence does not extend to arbitrary @command{sort} options.
  For example, @code{sort -n -u} inspects only the value of the initial
  numeric string when checking for uniqueness, whereas @code{sort -n |
@@ -802,7 +805,7 @@
  
  @macro zeroTerminatedOption
  @item -z
-@@ -4289,7 +4271,7 @@
+@@ -4437,7 +4422,7 @@
  @end itemize
  
  
@@ -811,7 +814,7 @@
  @section @command{shuf}: Shuffling text
  
  @pindex shuf
-@@ -4419,7 +4401,7 @@
+@@ -4567,7 +4552,7 @@
  @exitstatus
  
  
@@ -820,7 +823,7 @@
  @section @command{uniq}: Uniquify files
  
  @pindex uniq
-@@ -4441,7 +4423,7 @@
+@@ -4589,7 +4574,7 @@
  The input need not be sorted, but repeated input lines are detected
  only if they are adjacent.  If you want to discard non-adjacent
  duplicate lines, perhaps you want to use @code{sort -u}.
@@ -829,7 +832,7 @@
  
  @vindex LC_COLLATE
  Comparisons honor the rules specified by the @env{LC_COLLATE}
-@@ -4568,7 +4550,7 @@
+@@ -4716,7 +4701,7 @@
  @exitstatus
  
  
@@ -838,7 +841,7 @@
  @section @command{comm}: Compare two sorted files line by line
  
  @pindex comm
-@@ -4644,7 +4626,7 @@
+@@ -4792,7 +4777,7 @@
  
  @end table
  
@@ -847,7 +850,7 @@
  @section @command{ptx}: Produce permuted indexes
  
  @pindex ptx
-@@ -5099,7 +5081,7 @@
+@@ -5249,7 +5234,7 @@
  @end itemize
  
  
@@ -856,7 +859,7 @@
  @section @command{tsort}: Topological sort
  
  @pindex tsort
-@@ -5261,13 +5243,13 @@
+@@ -5411,13 +5396,13 @@
  @chapter Operating on fields
  
  @menu
@@ -874,7 +877,7 @@
  @section @command{cut}: Print selected parts of lines
  
  @pindex cut
-@@ -5372,7 +5354,7 @@
+@@ -5522,7 +5507,7 @@
  @exitstatus
  
  
@@ -883,7 +886,7 @@
  @section @command{paste}: Merge lines of files
  
  @pindex paste
-@@ -5442,7 +5424,7 @@
+@@ -5592,7 +5577,7 @@
  @exitstatus
  
  
@@ -892,7 +895,7 @@
  @section @command{join}: Join lines on a common field
  
  @pindex join
-@@ -5607,13 +5589,13 @@
+@@ -5757,13 +5742,13 @@
  This commands operate on individual characters.
  
  @menu
@@ -910,7 +913,7 @@
  @section @command{tr}: Translate, squeeze, and/or delete characters
  
  @pindex tr
-@@ -5991,7 +5973,7 @@
+@@ -6142,7 +6127,7 @@
  @end itemize
  
  
@@ -919,7 +922,7 @@
  @section @command{expand}: Convert tabs to spaces
  
  @pindex expand
-@@ -6044,7 +6026,7 @@
+@@ -6195,7 +6180,7 @@
  @exitstatus
  
  
@@ -928,7 +931,7 @@
  @section @command{unexpand}: Convert spaces to tabs
  
  @pindex unexpand
-@@ -6105,14 +6087,14 @@
+@@ -6256,14 +6241,14 @@
  and @command{vdir}, which list information about files.
  
  @menu
@@ -948,7 +951,7 @@
<<Diff was trimmed, longer than 597 lines>>

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/coreutils/coreutils-advcopy.patch?r1=1.7&r2=1.8&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/coreutils/coreutils-fmt-wchars.patch?r1=1.8&r2=1.9&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/coreutils/coreutils-info.patch?r1=1.9&r2=1.10&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/coreutils/coreutils-pl.po-update.patch?r1=1.15&r2=1.16&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/coreutils/coreutils.spec?r1=1.169&r2=1.170&f=u



More information about the pld-cvs-commit mailing list