Accepting request 195967 from utilities

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/195967
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pv?expand=0&rev=9
This commit is contained in:
Tomáš Chvátal
2013-08-23 09:08:42 +00:00
committed by Git OBS Bridge
6 changed files with 23 additions and 14 deletions

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

Binary file not shown.

7
pv-1.4.12.tar.bz2.txt Normal file
View File

@@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (GNU/Linux)
iD8DBQBSABV5wVlroz/Fb1ERAgpeAJ97xaVyV7bmjLoLImKegpmZ9d5hIQCfeI1t
YtmpWZ6k5cVNOkKSJc8jQbE=
=ol9r
-----END PGP SIGNATURE-----

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

Binary file not shown.

View File

@@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQBQ/yJxwVlroz/Fb1ERAqFtAKCTchrL0fN7qE6ONpbgdrp60Jhu4QCfWg5Y
ufGROSWdR84ftBXVT/IfwiY=
=cE6X
-----END PGP SIGNATURE-----

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Aug 12 10:47:57 UTC 2013 - jengelh@inai.de
- Update to new upstream release 1.4.12
* A fix for splice() not using stdin was implemented
* A new -0/--null option has been added to count NUL-terminated
"lines"
-------------------------------------------------------------------
Wed Jun 5 17:11:16 UTC 2013 - jengelh@inai.de

View File

@@ -17,15 +17,15 @@
Name: pv
Version: 1.4.6
Version: 1.4.12
Release: 0
Summary: PipeViewer - Monitor the Progress of Data through Pipes
License: Artistic-2.0
Group: System/Base
Url: http://ivarch.com/programs/pv.shtml
Source: http://www.ivarch.com/programs/sources/%name-%version.tar.bz2
Source2: %name-%version.tar.bz2.asc
Source: http://ivarch.com/programs/sources/%name-%version.tar.bz2
Source2: http://ivarch.com/programs/sources/%name-%version.tar.bz2.txt
Source3: %name.keyring
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gcc
@@ -52,7 +52,8 @@ it has taken, how near to completion it is, and an estimate of how long it
will be until completion.
%prep
%{?gpg_verify: %gpg_verify %{S:2}}
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