2014-05-05 06:17:54 +00:00
committed by Git OBS Bridge
parent 32a2a69800
commit edb2235f47
5 changed files with 17 additions and 13 deletions

BIN
pv-1.4.12.tar.bz2 (Stored with Git LFS)

Binary file not shown.

BIN
pv-1.5.3.tar.bz2 (Stored with Git LFS) Normal file

Binary file not shown.

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