3 Commits

Author SHA256 Message Date
e176cda5da Curate changelog
Follow
https://en.opensuse.org/openSUSE:Creating_a_changes_file_(RPM)
and limit entry to about 30 lines.
2025-08-05 09:50:42 +02:00
846bd175c6 Update to version 1.9.34 2025-08-05 01:41:40 +02:00
a051dfc476 pv 1.8.12 2024-07-31 12:15:56 +02:00
6 changed files with 61 additions and 20 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a0789d8f8c5a08faf370b5a07d1d936aeff9504a4f49da76d4164797ac4606e6
size 330129

View File

@@ -1,14 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQHLBAABCgA1FiEEQme0+Q8meKESFpvWHR73WBtF6aAFAmYlGNoXHGFuZHJldy53
b29kQGl2YXJjaC5jb20ACgkQHR73WBtF6aCxPQv/TJXx2t9GlCM9LBHgEUL39tIx
tcIExJ8H8bVk2s0nsehB0xNyc/heYg88X+D6FHgD6OWhAskC9Rnuw1WkF6N6ppKp
4ixc9oycnOPu5oreCLg3jDiJ3OPDInNLhXF0d1tn1qlzE1E0QSG3BVXrpP83kgSM
Uta0dYzvLq31blfFUJxX8z09KHKUc8QCk+OntjiTc4TMojkeyB47dnl4VbsIzQkI
8BNHCUNxrh5kHg9l8Pt6brN8ABrhggIZkx51dsYHaHh34vawqP1L6gU7v0VuzCT+
csJ2eoN8ftGgK1rsPm54ZIKVibcoaUUJa0ToJQadQAd+qpMC9vm0Wm5+S4lYtfMz
1SJlLSIZGCUQMEAz2/d5N63kpL6yN4NvKN7SpcRboiviVgig57Yr4DxWNVEfk4mg
41mYmA/tzJJLv2AVHUyNjMuU4M6JkLb/rJI4bMPH8bnRTdB64J7eEy12ec3GjgE/
xWtLlGtSzvAx48O4ahL62uKPXyfsRjE+PjgB8xAp
=8iqU
-----END PGP SIGNATURE-----

BIN
pv-1.9.34.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

14
pv-1.9.34.tar.gz.asc Normal file
View File

@@ -0,0 +1,14 @@
-----BEGIN PGP SIGNATURE-----
iQHLBAABCgA1FiEEQme0+Q8meKESFpvWHR73WBtF6aAFAmiE3y8XHGFuZHJldy53
b29kQGl2YXJjaC5jb20ACgkQHR73WBtF6aCSmwv+J8u31a3JI5GLdJEYjvSAMqLx
m48qo/J/fANbcTHI8hs+Kay0zI335XNpVmoMkH9Ls5unlR+FuIaruNv0o5nK+BvA
ABQKj/LT8AnUY8p5Css15XU2LGhpFJRmaHXBr5YkP9HpatnvTIFCUhvJiVHgFJIX
o9AOo5TZ3lZhBAs8g6sJFczbJvu1GPI61uN7e4qq+Yo2vcHQd5UWZq1jL41tUxBk
w302vccqP1s8eqjukCC/rG5vKH3aHGtEW7XIwegqMequvrB/xzRbIdba7l3oG/h3
/S2BSE4us0JyiNtLATbodoS6G75SEMaIZT/4cYCY8fHsMwYoydQFbAAssknDXsjB
DvURslMHKPqxpOelAF6dDOzwdRFyPOK0AbVqX0QTO7T57GwsF+tw/aYiutwWiShI
bdCfdLZC/Yi0+xZHYzntRh/6Rt9gupM3BZrX7VKEwR2AZvmmm49xsZNBSfcqvPos
mPNhYaZMkHZEn/xyMp6VDaupXNKoGlJfVMiZRMEv
=821c
-----END PGP SIGNATURE-----

View File

@@ -1,3 +1,45 @@
-------------------------------------------------------------------
Mon Aug 4 23:33:12 UTC 2025 - Eyad Issa <eyadlorenzo@gmail.com>
- Update to version 1.9.34:
* When using "--size @FILE", FILE can be a block device, and its
size will be used.
* Correct a double-free on exit when using "--watchfd".
* Added a --store-and-forward option to read input to a file
first, then write it to the output.
* Added a --stats option to show transfer stats at the end, like
"ping".
* --rate can now be used with --numeric.
* --gauge can be combined with --progress to show rate gauge when
size is unknown.
* New --extra-display option to update window and process
titles.
* New --format sequence "%nL", showing the most recent line
written.
* New --format sequences for graphical progress bars
"%{bar-block}", "%{bar-granular}", and "%{bar-shaded}".
* New --format sequence "%{sgr:colour,...}" to use ECMA-48 Select
Graphic Rendition codes to add colors.
* New --bar-style option to change the default bar style.
* Allow decimal values such as "1.5G" with "--size",
"--rate-limit", "--buffer-size", and "error-skip-block".
* The --format option can now be used with --numeric for
customised numeric output, such as JSON.
-------------------------------------------------------------------
Wed Jul 31 04:48:17 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 1.8.12:
* fix detection of output block device size
* do not treat a zero/interrupted write as an end of file
-------------------------------------------------------------------
Sun Jun 30 21:38:22 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.8.10:
* feature: new "`--output`" option to write to a file instead
of standard output (pull request #90) supplied by xmort
-------------------------------------------------------------------
Tue Apr 23 00:44:04 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
@@ -328,5 +370,3 @@ Sun Feb 8 00:00:00 UTC 2004 - guru@unixtech.be
Tue Jan 6 00:00:00 UTC 2004 - guru@unixtech.be
- new spec-file

View File

@@ -2,6 +2,7 @@
# spec file for package pv
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +18,7 @@
Name: pv
Version: 1.8.9
Version: 1.9.34
Release: 0
Summary: Tool for monitor the progress of data through pipes
License: GPL-3.0-or-later