- Update to release 1.7.0
OBS-URL: https://build.opensuse.org/package/show/utilities/pv?expand=0&rev=32
This commit is contained in:
parent
dfa3d67524
commit
1ca65cfc6f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e831951eff0718fba9b1ef286128773b9d0e723e1fbfae88d5a3188814fdc603
|
||||
size 115310
|
3
pv-1.7.0.tar.bz2
Normal file
3
pv-1.7.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1372b41053881a05e2df10cb054304decc0233261c0aa0e96185842fa5a422ad
|
||||
size 115665
|
@ -1,7 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.14 (GNU/Linux)
|
||||
|
||||
iD8DBQBhPifJwVlroz/Fb1ERAkOuAJ0ZaQhAoFlAnuDPCgOBULriF91QSwCfbs9q
|
||||
dk1jk0lrTgyyRYseFinGX3g=
|
||||
=2qcT
|
||||
iD8DBQBkta4jwVlroz/Fb1ERAqlkAJ45jK6/KRRwSMi8QT2iOuXPMiUSawCZAURg
|
||||
U6jU9ufX+QUJrYXgcua1CYQ=
|
||||
=hfRm
|
||||
-----END PGP SIGNATURE-----
|
16
pv.changes
16
pv.changes
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 17 21:18:13 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.7.0
|
||||
* The "--size" option now accepts "@filename" to use the size
|
||||
of another file.
|
||||
* New "--bits" option to show bit count instead of byte count.
|
||||
* New "--average-rate-window" option, to set the window over
|
||||
which the average rate is calculated, also used for ETA.
|
||||
* The "--watchfd" option will now show relative filenames, if
|
||||
they are under the current directory.
|
||||
* Add burst rate limit to transfer, so rate limits are not
|
||||
broken by bursty traffic.
|
||||
* Corrected elapsed time display to show as D:HH:MM:SS after 1
|
||||
day, like the ETA does.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 5 19:58:05 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
5
pv.spec
5
pv.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package pv
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: pv
|
||||
Version: 1.6.20
|
||||
Version: 1.7.0
|
||||
Release: 0
|
||||
Summary: PipeViewer - Monitor the Progress of Data through Pipes
|
||||
License: Artistic-2.0
|
||||
@ -59,7 +59,6 @@ will be until completion.
|
||||
|
||||
%files -f %name.lang
|
||||
%license doc/COPYING
|
||||
%doc README doc/NEWS
|
||||
%_bindir/pv
|
||||
%_mandir/man1/pv.1%ext_man
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user