From 32a2a698001330fd39db13b757119962e225994d7b36651591dfdfaec1e554c1 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 12 Aug 2013 10:53:30 +0000 Subject: [PATCH] pv-1.4.12 OBS-URL: https://build.opensuse.org/package/show/utilities/pv?expand=0&rev=19 --- pv-1.4.12.tar.bz2 | 3 +++ pv-1.4.12.tar.bz2.txt | 7 +++++++ pv-1.4.6.tar.bz2 | 3 --- pv-1.4.6.tar.bz2.asc | 7 ------- pv.changes | 8 ++++++++ pv.spec | 9 +++++---- 6 files changed, 23 insertions(+), 14 deletions(-) create mode 100644 pv-1.4.12.tar.bz2 create mode 100644 pv-1.4.12.tar.bz2.txt delete mode 100644 pv-1.4.6.tar.bz2 delete mode 100644 pv-1.4.6.tar.bz2.asc diff --git a/pv-1.4.12.tar.bz2 b/pv-1.4.12.tar.bz2 new file mode 100644 index 0000000..f3455bd --- /dev/null +++ b/pv-1.4.12.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a5aa4c9442a8efc164015f4ffd2b3311c2d79aa2b1eb57ee7aec55928d9d742 +size 99319 diff --git a/pv-1.4.12.tar.bz2.txt b/pv-1.4.12.tar.bz2.txt new file mode 100644 index 0000000..6a8d08c --- /dev/null +++ b/pv-1.4.12.tar.bz2.txt @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.14 (GNU/Linux) + +iD8DBQBSABV5wVlroz/Fb1ERAgpeAJ97xaVyV7bmjLoLImKegpmZ9d5hIQCfeI1t +YtmpWZ6k5cVNOkKSJc8jQbE= +=ol9r +-----END PGP SIGNATURE----- diff --git a/pv-1.4.6.tar.bz2 b/pv-1.4.6.tar.bz2 deleted file mode 100644 index 5cd1c44..0000000 --- a/pv-1.4.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:edfea0033ec6222eb60b4ec6d905dd2dccdb5900beef03f67f42ca9ed67e9fe2 -size 95218 diff --git a/pv-1.4.6.tar.bz2.asc b/pv-1.4.6.tar.bz2.asc deleted file mode 100644 index 2bed70b..0000000 --- a/pv-1.4.6.tar.bz2.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.5 (GNU/Linux) - -iD8DBQBQ/yJxwVlroz/Fb1ERAqFtAKCTchrL0fN7qE6ONpbgdrp60Jhu4QCfWg5Y -ufGROSWdR84ftBXVT/IfwiY= -=cE6X ------END PGP SIGNATURE----- diff --git a/pv.changes b/pv.changes index b273f93..a856558 100644 --- a/pv.changes +++ b/pv.changes @@ -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 diff --git a/pv.spec b/pv.spec index 391ac1b..866334a 100644 --- a/pv.spec +++ b/pv.spec @@ -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