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:
commit
0411d1a114
@ -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
3
pv-1.5.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:76f3999b1c3b3027163dce6ef667cdf8dafb75218ee25e54a03bfe590478f90e
|
||||||
|
size 105287
|
@ -1,7 +1,7 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
-----BEGIN PGP SIGNATURE-----
|
||||||
Version: GnuPG v2.0.14 (GNU/Linux)
|
Version: GnuPG v2.0.14 (GNU/Linux)
|
||||||
|
|
||||||
iD8DBQBSABV5wVlroz/Fb1ERAgpeAJ97xaVyV7bmjLoLImKegpmZ9d5hIQCfeI1t
|
iD4DBQBTZr2fwVlroz/Fb1ERAmOOAKCPza53cUh+JucHTS7dfkHO3E9+qACY7fAi
|
||||||
YtmpWZ6k5cVNOkKSJc8jQbE=
|
qxnYyBSlEo8/p5/ifpyD7A==
|
||||||
=ol9r
|
=hfhW
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
@ -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
|
Mon Aug 12 10:47:57 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
9
pv.spec
9
pv.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pv
|
# 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
|
# 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.4.12
|
Version: 1.5.3
|
||||||
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
|
||||||
@ -32,9 +32,6 @@ BuildRequires: gcc
|
|||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
%if 0%{?suse_version} >= 1230
|
|
||||||
BuildRequires: gpg-offline
|
|
||||||
%endif
|
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1200
|
%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.
|
will be until completion.
|
||||||
|
|
||||||
%prep
|
%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
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user