Accepting request 232631 from utilities

- Update to new upstream release 1.5.3
* Added new display options --buffer-percent, --last-written
* New transfer option --no-splice
* New option --watchfd to monitor file descriptor status of another
  process, rather than moving data from stdin to stdout.

OBS-URL: https://build.opensuse.org/request/show/232631
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pv?expand=0&rev=11
This commit is contained in:
Stephan Kulow 2014-05-06 15:42:37 +00:00 committed by Git OBS Bridge
commit 0411d1a114
5 changed files with 17 additions and 13 deletions

View File

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

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

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

View File

@ -1,7 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (GNU/Linux)
iD8DBQBSABV5wVlroz/Fb1ERAgpeAJ97xaVyV7bmjLoLImKegpmZ9d5hIQCfeI1t
YtmpWZ6k5cVNOkKSJc8jQbE=
=ol9r
iD4DBQBTZr2fwVlroz/Fb1ERAmOOAKCPza53cUh+JucHTS7dfkHO3E9+qACY7fAi
qxnYyBSlEo8/p5/ifpyD7A==
=hfhW
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon May 5 06:12:30 UTC 2014 - jengelh@inai.de
- Update to new upstream release 1.5.3
* Added new display options --buffer-percent, --last-written
* New transfer option --no-splice
* New option --watchfd to monitor file descriptor status of another
process, rather than moving data from stdin to stdout.
-------------------------------------------------------------------
Mon Aug 12 10:47:57 UTC 2013 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
#
# spec file for package pv
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: pv
Version: 1.4.12
Version: 1.5.3
Release: 0
Summary: PipeViewer - Monitor the Progress of Data through Pipes
License: Artistic-2.0
@ -32,9 +32,6 @@ BuildRequires: gcc
BuildRequires: gettext
BuildRequires: gettext-devel
BuildRequires: glibc-devel
%if 0%{?suse_version} >= 1230
BuildRequires: gpg-offline
%endif
BuildRequires: intltool
BuildRequires: make
%if 0%{?suse_version} && 0%{?suse_version} <= 1200
@ -52,8 +49,6 @@ it has taken, how near to completion it is, and an estimate of how long it
will be until completion.
%prep
cp "%_sourcedir/%name-%version.tar.bz2.txt" "%_sourcedir/%name-%version.tar.bz2.asc"
%{?gpg_verify: %gpg_verify %_sourcedir/%name-%version.tar.bz2.asc}
%setup -q
%build