Accepting request 142151 from utilities
- Update to new upstream release 1.3.9 * new --pidfile option to save process ID to a file * integrated patch for --numeric with --timer and --bytes * removed signalling from --remote to prevent accidental process kills * new --format option and allow --format parameters to be sent with --remote OBS-URL: https://build.opensuse.org/request/show/142151 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pv?expand=0&rev=4
This commit is contained in:
commit
c87eea7b8a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:26b031e0a713ee00d956ed75b0c445a8aa614f40289d96f623efc177c1388b84
|
||||
size 84500
|
3
pv-1.3.9.tar.bz2
Normal file
3
pv-1.3.9.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:80a628e7003fa674d02b0e926780c8b80ad6cd19a38e3f6bbc3b9b1a2639b24b
|
||||
size 87822
|
7
pv-1.3.9.tar.bz2.asc
Normal file
7
pv-1.3.9.tar.bz2.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.4.5 (GNU/Linux)
|
||||
|
||||
iD8DBQBQmFSuwVlroz/Fb1ERAmgwAJ9j+idUCeR/VZ56K0jg9ZaXJd9I1ACeJlGj
|
||||
x6+PY8XtfxvPxp5kJTFqtrU=
|
||||
=mxgC
|
||||
-----END PGP SIGNATURE-----
|
10
pv.changes
10
pv.changes
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 20 15:18:41 UTC 2012 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 1.3.9
|
||||
* new --pidfile option to save process ID to a file
|
||||
* integrated patch for --numeric with --timer and --bytes
|
||||
* removed signalling from --remote to prevent accidental process kills
|
||||
* new --format option and allow --format parameters to be sent
|
||||
with --remote
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 1 11:09:24 UTC 2012 - jengelh@inai.de
|
||||
|
||||
|
14
pv.spec
14
pv.spec
@ -17,13 +17,15 @@
|
||||
|
||||
|
||||
Name: pv
|
||||
Version: 1.3.4
|
||||
Version: 1.3.9
|
||||
Release: 0
|
||||
Summary: PipeViewer - Monitor the Progress of Data through Pipes
|
||||
License: Artistic-2.0
|
||||
Group: System/Base
|
||||
Source: http://www.ivarch.com/programs/sources/pv-%{version}.tar.bz2
|
||||
Url: http://ivarch.com/programs/pv.shtml
|
||||
|
||||
Source: http://www.ivarch.com/programs/sources/%name-%version.tar.bz2
|
||||
Source2: %name-%version.tar.bz2.asc
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gettext
|
||||
@ -55,12 +57,12 @@ make install DESTDIR="%buildroot"
|
||||
%find_lang "%{name}"
|
||||
|
||||
%check
|
||||
%__make test
|
||||
make test
|
||||
|
||||
%files -f "%{name}.lang"
|
||||
%files -f %name.lang
|
||||
%defattr(-,root,root)
|
||||
%doc README doc/COPYING doc/NEWS doc/TODO
|
||||
%{_bindir}/pv
|
||||
%doc %{_mandir}/man1/pv.1%{ext_man}
|
||||
%_bindir/pv
|
||||
%doc %_mandir/man1/pv.1%ext_man
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user