Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pv for openSUSE:Factory checked in at 2024-02-15 21:00:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pv (Old) and /work/SRC/openSUSE:Factory/.pv.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pv" Thu Feb 15 21:00:04 2024 rev:24 rq:1146627 version:1.8.5 Changes: -------- --- /work/SRC/openSUSE:Factory/pv/pv.changes 2023-12-01 21:24:50.120703657 +0100 +++ /work/SRC/openSUSE:Factory/.pv.new.1815/pv.changes 2024-02-15 21:01:23.886096981 +0100 @@ -1,0 +2,33 @@ +Wed Feb 14 14:46:34 UTC 2024 - [email protected] + +- version update to 1.8.5 + * Corrected percentage formatting so it does not jump from 2 to 3 + characters wide at 100%. + * Replaced `--remote` mechanism to use a temporary file instead + of SysV IPC, so it can work reliably even when there are + multiple pv instances. + * feature: new `--discard` option to discard input as if writing + to /dev/null. + * feature: new `--error-skip-block` option to make `--skip- + errors` skip whole blocks. + * feature: use `posix_fadvise()` like cat(1) does, to improve + efficiency. + * security: with `--pidfile`, write to a temporary file and + rename it into place, to improve security. + * security: ignore _TMP_ / _TMPDIR_ environment variables when + using a terminal lock file. + * Only report errors about missing files when starting to + transfer from them, not while calculating size, and behave more + like cat(1) by skipping them and moving on. + * Auto-calculate total line count with `--line-mode` when all + inputs are regular files. + * Cope with machine suspend/resume and botched timestamps. + * If `--width` or `--height` were provided, do not change them + when the window size changes. + * When a file descriptor position in `--watchfd` moves backwards, + show the rate using the correct prefix. + * Rewrite terminal state save/restore so state is not + intermittently garbled on exit when using `--cursor`. + * Licensing change from Artistic 2.0 to GPLv3+. + +------------------------------------------------------------------- Old: ---- pv-1.7.24.tar.gz pv-1.7.24.tar.gz.asc New: ---- pv-1.8.5.tar.gz pv-1.8.5.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pv.spec ++++++ --- /var/tmp/diff_new_pack.x9Spkq/_old 2024-02-15 21:01:24.430116102 +0100 +++ /var/tmp/diff_new_pack.x9Spkq/_new 2024-02-15 21:01:24.430116102 +0100 @@ -1,7 +1,7 @@ # # spec file for package pv # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,10 +17,10 @@ Name: pv -Version: 1.7.24 +Version: 1.8.5 Release: 0 -Summary: PipeViewer - Monitor the Progress of Data through Pipes -License: Artistic-2.0 +Summary: Tool for monitor the progress of data through pipes +License: GPL-3.0-or-later Group: System/Base URL: http://ivarch.com/programs/pv.shtml @@ -47,21 +47,22 @@ %autosetup -p1 %build -%configure --enable-lfs --enable-nls --disable-debugging +%configure --enable-lfs --enable-nls --disable-debugging --docdir="%_docdir/pv" %make_build %install %make_install %find_lang %name +rm %buildroot/%_docdir/pv/INSTALL %check -%ifarch s390x -exit 0 -%endif +%ifnarch s390x %make_build test +%endif %files -f %name.lang -%license doc/COPYING +%license docs/COPYING +%_docdir/pv %_bindir/pv -%_mandir/man1/pv.1%ext_man +%_mandir/man1/pv.1* ++++++ pv-1.7.24.tar.gz -> pv-1.8.5.tar.gz ++++++ ++++ 44986 lines of diff (skipped)
