Accepting request 146723 from utilities
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/146723 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pv?expand=0&rev=5
This commit is contained in:
commit
64c82681de
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:80a628e7003fa674d02b0e926780c8b80ad6cd19a38e3f6bbc3b9b1a2639b24b
|
|
||||||
size 87822
|
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v1.4.5 (GNU/Linux)
|
|
||||||
|
|
||||||
iD8DBQBQmFSuwVlroz/Fb1ERAmgwAJ9j+idUCeR/VZ56K0jg9ZaXJd9I1ACeJlGj
|
|
||||||
x6+PY8XtfxvPxp5kJTFqtrU=
|
|
||||||
=mxgC
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
pv-1.4.4.tar.bz2
Normal file
3
pv-1.4.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:68135504f48cbe88d8b441c78e1e0aff8ca6febe870062461899d6b7034c53b8
|
||||||
|
size 95033
|
7
pv-1.4.4.tar.bz2.asc
Normal file
7
pv-1.4.4.tar.bz2.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1.4.5 (GNU/Linux)
|
||||||
|
|
||||||
|
iD8DBQBQx6qIwVlroz/Fb1ERAmgGAJ9Vx6+paffY3i/N5z5e2mIoRc/r1ACfVBeU
|
||||||
|
5tcPlklDRYDHGi0nDrPMSsk=
|
||||||
|
=F33y
|
||||||
|
-----END PGP SIGNATURE-----
|
10
pv.changes
10
pv.changes
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 24 06:48:09 UTC 2012 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 1.4.4
|
||||||
|
* fix crash when progress is displayed with too-small terminal
|
||||||
|
* new option --skip-errors
|
||||||
|
* new option --stop-at-size to stop after --size bytes
|
||||||
|
* autodetermine size if stdout is a block device
|
||||||
|
* fix a use-after-free bug
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 20 15:18:41 UTC 2012 - jengelh@inai.de
|
Tue Nov 20 15:18:41 UTC 2012 - jengelh@inai.de
|
||||||
|
|
||||||
|
BIN
pv.keyring
Normal file
BIN
pv.keyring
Normal file
Binary file not shown.
7
pv.spec
7
pv.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: pv
|
Name: pv
|
||||||
Version: 1.3.9
|
Version: 1.4.4
|
||||||
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
|
||||||
@ -26,11 +26,15 @@ Url: http://ivarch.com/programs/pv.shtml
|
|||||||
|
|
||||||
Source: http://www.ivarch.com/programs/sources/%name-%version.tar.bz2
|
Source: http://www.ivarch.com/programs/sources/%name-%version.tar.bz2
|
||||||
Source2: %name-%version.tar.bz2.asc
|
Source2: %name-%version.tar.bz2.asc
|
||||||
|
Source3: %name.keyring
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: gcc
|
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
|
||||||
|
|
||||||
@ -42,6 +46,7 @@ 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
|
||||||
|
%{?gpg_verify: %gpg_verify %{S:2}}
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user