Revisions of coreutils

buildservice-autocommit accepted request 1031469 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 343)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1030521 from Bernhard Voelker's avatar Bernhard Voelker (berny) (revision 342)
- coreutils-tests-workaround-make-fdleak.patch: Add patch to work around
  a GNU make bug which leaks file descriptors when using the jobserver;
  this makes some tests fail on OBS.
- coreutils.spec: Reference the patch.
buildservice-autocommit accepted request 994133 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 341)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 340)
- refresh coreutils-i18n.patch from Fedora to make expand and unexpand
  more similar
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 993916 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 339)
- Remove python2 from buildrequires - appears to be a left over
buildservice-autocommit accepted request 992240 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 338)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 337)
- add missing hostname buildrequires
  characters (brc#2112870)  (bsc#1202029)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 336)
  characters (brc#2112870) (bsc#1202029)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 335)
  characters (brc#2112870)
- extend psuffix handling to be quilt(1) compatible
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 334)
- refresh coreutils-i18n.patch to prevent unexpand from failing on control
  characters
- extend psuffix handling to be quilt(1) compatible
buildservice-autocommit accepted request 972793 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 333)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 332)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 331)
- remove builddisabled conditions for rings - will be done now as
  BuildFlags: excludebuilds
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 330)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 329)
- restore build-disable only for the non-default multibuilds
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 328)
- gnulib-simple-backup-fix.patch: Add patch to make simple backups in correct
  directory; broken in 9.1.  See https://bugs.gnu.org/55029

- update to 9.1:
  * chmod -R no longer exits with error status when encountering symlinks.
    All files would be processed correctly, but the exit status was incorrect.
  * If 'cp -Z A B' checks B's status and some other process then removes B,
    cp no longer creates B with a too-generous SELinux security context
    before adjusting it to the correct value.
  * 'cp --preserve=ownership A B' no longer ignores the umask when creating B.
    Also, 'cp --preserve-xattr A B' is less likely to temporarily chmod u+w B.
  * 'id xyz' now uses the name 'xyz' to determine groups, instead of xyz's uid.
  * 'ls -v' and 'sort -V' no longer mishandle corner cases like "a..a" vs "a.+"
    or lines containing NULs.  Their behavior now matches the documentation
    for file names like ".m4" that consist entirely of an extension,
    and the documentation has been clarified for unusual cases.
  * 'mv -T --backup=numbered A B/' no longer miscalculates the backup number
    for B when A is a directory, possibly inflooping.
  * cat now uses the copy_file_range syscall if available, when doing
    simple copies between regular files.  This may be more efficient, by avoiding
    user space copies, and possibly employing copy offloading or reflinking.
  * chown and chroot now warn about usages like "chown root.root f",
    which have the nonstandard and long-obsolete "." separator that
    causes problems on platforms where user names contain ".".
    Applications should use ":" instead of ".".
  * cksum no longer allows abbreviated algorithm names,
    so that forward compatibility and robustness is improved.
  * date +'%-N' now suppresses excess trailing digits, instead of always
    padding them with zeros to 9 digits.  It uses clock_getres and
    clock_gettime to infer the clock resolution.
buildservice-autocommit accepted request 972506 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 327)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 972387 from Bernhard Voelker's avatar Bernhard Voelker (berny) (revision 326)
- gnulib-simple-backup-fix.patch: Add patch to make simple backups in correct
  directory; broken in 9.1.  See https://bugs.gnu.org/55029
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 325)
- update to 9.1:
  * chmod -R no longer exits with error status when encountering symlinks.
    All files would be processed correctly, but the exit status was incorrect.
  * If 'cp -Z A B' checks B's status and some other process then removes B,
    cp no longer creates B with a too-generous SELinux security context
    before adjusting it to the correct value.
  * 'cp --preserve=ownership A B' no longer ignores the umask when creating B.
    Also, 'cp --preserve-xattr A B' is less likely to temporarily chmod u+w B.
  * 'id xyz' now uses the name 'xyz' to determine groups, instead of xyz's uid.
  * 'ls -v' and 'sort -V' no longer mishandle corner cases like "a..a" vs "a.+"
    or lines containing NULs.  Their behavior now matches the documentation
    for file names like ".m4" that consist entirely of an extension,
    and the documentation has been clarified for unusual cases.
  * 'mv -T --backup=numbered A B/' no longer miscalculates the backup number
    for B when A is a directory, possibly inflooping.
  * cat now uses the copy_file_range syscall if available, when doing
    simple copies between regular files.  This may be more efficient, by avoiding
    user space copies, and possibly employing copy offloading or reflinking.
  * chown and chroot now warn about usages like "chown root.root f",
    which have the nonstandard and long-obsolete "." separator that
    causes problems on platforms where user names contain ".".
    Applications should use ":" instead of ".".
  * cksum no longer allows abbreviated algorithm names,
    so that forward compatibility and robustness is improved.
  * date +'%-N' now suppresses excess trailing digits, instead of always
    padding them with zeros to 9 digits.  It uses clock_getres and
    clock_gettime to infer the clock resolution.
  * dd conv=fsync now synchronizes output even after a write error,
    and similarly for dd conv=fdatasync.
  * dd now counts bytes instead of blocks if a block count ends in "B".
Bernhard Voelker's avatar Bernhard Voelker (berny) committed (revision 324)
- coreutils-i18n.patch: Re-sync the patch with Fedora.
  Refresh the patch, adding a hunk to link the expand+unexpand tools
  against lib/mbfile.c, thus fixing build problems with clang
  (see https://src.fedoraproject.org/rpms/coreutils/c/f4a53e34).
Displaying revisions 21 - 40 of 363
openSUSE Build Service is sponsored by