- Update to release 1.7.17
OBS-URL: https://build.opensuse.org/package/show/utilities/pv?expand=0&rev=34
This commit is contained in:
parent
1ca65cfc6f
commit
8834743fca
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1372b41053881a05e2df10cb054304decc0233261c0aa0e96185842fa5a422ad
|
|
||||||
size 115665
|
|
3
pv-1.7.17.tar.bz2
Normal file
3
pv-1.7.17.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c3347b54963d32ba5883c9e8950ddf712608d9f7835f7bb115c0ba70f765af0e
|
||||||
|
size 133398
|
@ -1,7 +1,7 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
-----BEGIN PGP SIGNATURE-----
|
||||||
Version: GnuPG v2.0.14 (GNU/Linux)
|
Version: GnuPG v2.0.14 (GNU/Linux)
|
||||||
|
|
||||||
iD8DBQBkta4jwVlroz/Fb1ERAqlkAJ45jK6/KRRwSMi8QT2iOuXPMiUSawCZAURg
|
iD8DBQBkwuJYwVlroz/Fb1ERAiI5AJ958FseIFsv+qL+nuDi23NQbER4tACfYlQP
|
||||||
U6jU9ufX+QUJrYXgcua1CYQ=
|
ZKk88jgP+f04752isAhlMrg=
|
||||||
=hfRm
|
=gH6t
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 27 22:31:02 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 1.7.17
|
||||||
|
* New "--sync" option to flush cache to disk after every write
|
||||||
|
* New "--direct-io" option to bypass cache
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 17 21:18:13 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
Mon Jul 17 21:18:13 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
5
pv.spec
5
pv.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: pv
|
Name: pv
|
||||||
Version: 1.7.0
|
Version: 1.7.17
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: PipeViewer - Monitor the Progress of Data through Pipes
|
Summary: PipeViewer - Monitor the Progress of Data through Pipes
|
||||||
License: Artistic-2.0
|
License: Artistic-2.0
|
||||||
@ -52,12 +52,11 @@ will be until completion.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
%find_lang %name
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%make_build test
|
%make_build test
|
||||||
|
|
||||||
%files -f %name.lang
|
%files
|
||||||
%license doc/COPYING
|
%license doc/COPYING
|
||||||
%_bindir/pv
|
%_bindir/pv
|
||||||
%_mandir/man1/pv.1%ext_man
|
%_mandir/man1/pv.1%ext_man
|
||||||
|
Loading…
Reference in New Issue
Block a user