Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

moreutils-0.63-lp152.2.3 RPM for armv7hl

From OpenSuSE Ports Leap 15.2 for armv7hl

Name: moreutils Distribution: openSUSE Leap 15.2
Version: 0.63 Vendor: openSUSE
Release: lp152.2.3 Build date: Wed Feb 5 17:42:53 2020
Group: Productivity/File utilities Build host: obs-arm-5
Size: 142824 Source RPM: moreutils-0.63-lp152.2.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://joeyh.name/code/moreutils/
Summary: Additional Unix Utilities
This is a growing collection of the Unix tools that nobody thought to write long ago, when Unix was young.

So far, it includes the following utilities:

  - chronic: runs a command quietly unless it fails
  - combine: combine the lines in two files using boolean operations
  - errno: look up errno names and descriptions
  - ifdata: get network interface info without parsing ifconfig output
  - ifne: run a program if the standard input is not empty
  - isutf8: check if a file or standard input is utf-8
  - lckdo: execute a program with a lock held
  - mispipe: pipe two commands, returning the exit status of the first
  - parallel: run multiple jobs at once
  - pee: tee standard input to pipes
  - sponge: soak up standard input and write to a file
  - ts: timestamp standard input
  - vidir: edit a directory in your text editor
  - vipe: insert a text editor into a pipe
  - zrun: automatically uncompress arguments to command

Provides

Requires

License

GPL-2.0+ and GPL-2.0 and MIT

Changelog

* Fri Apr 19 2019 Luigi Baldoni <aloisio@gmx.com>
  - Update to version 0.63
    * vipe: Clean up temp file even when it exits with an error.
      Thanks, Stig Palmquist.
    * ts: Fix ts -m %.s to not output negative microseconds.
      Thanks, Dima Kogan
    * sponge: Fix bug in -a mode that doubled original content of
      file when the temp file is located on a different filesystem.
* Tue Apr 24 2018 aloisio@gmx.com
  - Added missing runtime requirement for chronic
* Wed Feb 28 2018 aloisio@gmx.com
  - Update to version 0.62
    * ts: Add -m option to use monotonic clock.
      Thanks, Ben Leinweber
    * ts: Added %.T format like %T but with hi-res.
      Thanks, Matt Koscica
    * pee: Ignore SIGPIPE and write errors caused by the command
      not consuming all its input. Closes: #697052
      Thanks, Ole Jørgen Brønner
    * chronic: document return value semantics of -e option.
      Closes: #867167
      Thanks, Daniel Shahaf
    * vidir: reword man page to more explicit mention 'file' args.
      Closes: #885221
      Thanks, Daniel Shahaf
    * pee: Don't buffer input, bringing behavior into line with tee.
      Thanks, Sauerbeck Tilman
* Mon May 22 2017 aloisio@gmx.com
  - Update to version 0.61
    * chronic: Flush output more often to better preserve stdout,err
      ordering. Thanks, Miroslav Šustek
* Mon Sep 12 2016 aloisio@gmx.com
  - Update to version 0.60
    * New implementation of isutf8 by Julien Palard.
      + Noncharacters (ending with 0xFFFF and 0xFFFE)
      were considered invalid when encoded in utf8,
      according to the unicode standard they are valid:
      "However, they are not illegal in interchange, nor
      does their presence cause Unicode text to be
      ill-formed."
      + \xf4\xbf\xbf\xbf was considered valid UTF8, which
      is not: after 0xF4 the following byte should be
      between 80 and 8F.
      + This implementation does not try to decode the stream,
      so it checks it faster.
      + Add --list option. Closes: #691330
    * Support bullding in Cygwin. Thanks, StalkR
    * OSX build fix. Thanks, Tony Kelman.
  - Fixed RPM_OPT_FLAGS
* Fri Apr 22 2016 aloisio@gmx.com
  - Update to version 0.59
    * Makefile: add DOCBOOKXSL setting.
      Thanks, Kevin Bullock
    * parallel: include signal.h to fix warning when building with clang
      Thanks, Kevin Bullock
    * chronic: Added -v option for more verbose output.
      Thanks, Tomas Mudrunka
    * chronic: Added -e option to display any stderr.
      Thanks, Tomas Mudrunka
    version 0.58:
    * OpenBSD compile fix.
      Thanks, Michael Reed.
    * ts: Quiet perl's complaints about utf-8. Closes: #812143
      Thanks, Nicolas Schier.
  - Removed Makefile.patch and Makefile-RHEL.patch and replaced
    them with variable setting
* Tue Jul 28 2015 aloisio@gmx.com
  - Update to version 0.57
    * Avoid using non-portable error() in ifdata, a portability
      reversion introduced in 0.56.
    version 0.56:
    * ifdata: Fix error messages when a non-existent network
      interface is queried. Closes: #386754 Thanks, Nicolas Schier
    * errno.docbook: Fix typo. Closes: #749399
    * vidir: Create missing target directories. Closes: #728688
      Thanks, Nicolas Schier
* Sun Feb 08 2015 aloisio@gmx.com
  - Update to version 0.55
    * parallel: serialise output through internal pipe.
      Closes: #704125 Thanks, Nicolas Schier.
    * sponge: add append option '-a'.
      Closes: #623197 Thanks, Nicolas Schier.
* Sun Dec 14 2014 aloisio@gmx.com
  - Split parallel to a separate package
  - Fixed build problem on RHEL
* Fri Dec 12 2014 aloisio@gmx.com
  - Update to version 0.54

Files

/usr/bin/chronic
/usr/bin/combine
/usr/bin/errno
/usr/bin/ifdata
/usr/bin/ifne
/usr/bin/isutf8
/usr/bin/lckdo
/usr/bin/mispipe
/usr/bin/pee
/usr/bin/sponge
/usr/bin/ts
/usr/bin/vidir
/usr/bin/vipe
/usr/bin/zrun
/usr/share/doc/packages/moreutils
/usr/share/doc/packages/moreutils/COPYING
/usr/share/doc/packages/moreutils/README
/usr/share/man/man1/chronic.1.gz
/usr/share/man/man1/combine.1.gz
/usr/share/man/man1/errno.1.gz
/usr/share/man/man1/ifdata.1.gz
/usr/share/man/man1/ifne.1.gz
/usr/share/man/man1/isutf8.1.gz
/usr/share/man/man1/lckdo.1.gz
/usr/share/man/man1/mispipe.1.gz
/usr/share/man/man1/pee.1.gz
/usr/share/man/man1/sponge.1.gz
/usr/share/man/man1/ts.1.gz
/usr/share/man/man1/vidir.1.gz
/usr/share/man/man1/vipe.1.gz
/usr/share/man/man1/zrun.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 12:39:17 2024