diff --git a/pv-1.3.4.tar.bz2 b/pv-1.3.4.tar.bz2 deleted file mode 100644 index 0d2994a..0000000 --- a/pv-1.3.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26b031e0a713ee00d956ed75b0c445a8aa614f40289d96f623efc177c1388b84 -size 84500 diff --git a/pv-1.3.9.tar.bz2 b/pv-1.3.9.tar.bz2 new file mode 100644 index 0000000..16ff3ca --- /dev/null +++ b/pv-1.3.9.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80a628e7003fa674d02b0e926780c8b80ad6cd19a38e3f6bbc3b9b1a2639b24b +size 87822 diff --git a/pv-1.3.9.tar.bz2.asc b/pv-1.3.9.tar.bz2.asc new file mode 100644 index 0000000..b835246 --- /dev/null +++ b/pv-1.3.9.tar.bz2.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.5 (GNU/Linux) + +iD8DBQBQmFSuwVlroz/Fb1ERAmgwAJ9j+idUCeR/VZ56K0jg9ZaXJd9I1ACeJlGj +x6+PY8XtfxvPxp5kJTFqtrU= +=mxgC +-----END PGP SIGNATURE----- diff --git a/pv.changes b/pv.changes index 4ab1588..e6908fc 100644 --- a/pv.changes +++ b/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 diff --git a/pv.spec b/pv.spec index 00b693a..d5c7a2c 100644 --- a/pv.spec +++ b/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