SHA256
1
0
forked from pool/pv
Jan Engelhardt 2017-08-07 23:38:39 +00:00 committed by Git OBS Bridge
parent 340160da4c
commit 991f336f6b
5 changed files with 23 additions and 17 deletions

View File

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

3
pv-1.6.6.tar.bz2 Normal file
View File

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

View File

@ -1,7 +1,7 @@
-----BEGIN PGP SIGNATURE----- -----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (GNU/Linux) Version: GnuPG v2.0.14 (GNU/Linux)
iD8DBQBVBNTywVlroz/Fb1ERAkzgAJ9P+1FUiiZNdVm/oQ01rZx5ToF0dACdHSPx iD8DBQBZVsU9wVlroz/Fb1ERAo1jAKCRA/t5VQIOFcJ/R92ditqru3KBcgCgivrL
qAB50pdUCnfkTtwmeyZSYzs= 4S5UbnYTj7PgYrTisxjvRu8=
=bdmC =Hzq0
-----END PGP SIGNATURE----- -----END PGP SIGNATURE-----

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Aug 7 23:34:32 UTC 2017 - jengelh@inai.de
- Update to new upstream release 1.6.6
* Fix target buffer size (-B) being ignored
* Cap read/write sizes, and check elapsed time during read/write
cycle to avoid display hangs with large buffers or slow media.
* Report error in "-d" if process fd directory is unreadable, or
if process disappears before we start the main loop.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 27 17:00:05 UTC 2015 - jengelh@inai.de Fri Mar 27 17:00:05 UTC 2015 - jengelh@inai.de

16
pv.spec
View File

@ -1,7 +1,7 @@
# #
# spec file for package pv # spec file for package pv
# #
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: pv Name: pv
Version: 1.6.0 Version: 1.6.6
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,23 +52,19 @@ will be until completion.
%setup -q %setup -q
%build %build
%configure \ %configure --enable-lfs --enable-nls --disable-debugging
--enable-lfs \
--enable-nls \
--disable-debugging
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
make install DESTDIR="%buildroot" %make_install
%find_lang "%{name}" %find_lang %name
%check %check
make test make test
%files -f %name.lang %files -f %name.lang
%defattr(-,root,root) %defattr(-,root,root)
%doc README doc/COPYING doc/NEWS doc/TODO %doc README doc/COPYING doc/NEWS
%_bindir/pv %_bindir/pv
%doc %_mandir/man1/pv.1%ext_man %doc %_mandir/man1/pv.1%ext_man