Accepting request 132530 from utilities
- Update to new upstream release 1.3.4 * new --disable-splice configure script option * fixed line mode size count with multiple files - Use RH-friendly make install (forwarded request 132453 from jengelh) OBS-URL: https://build.opensuse.org/request/show/132530 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pv?expand=0&rev=3
This commit is contained in:
commit
9b11e30653
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e3291f6d32f9e8a8ab8489ed68669d7df61a6eea8a6a06e7bb26b0c3e3cdc666
|
|
||||||
size 82222
|
|
3
pv-1.3.4.tar.bz2
Normal file
3
pv-1.3.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:26b031e0a713ee00d956ed75b0c445a8aa614f40289d96f623efc177c1388b84
|
||||||
|
size 84500
|
21
pv.changes
21
pv.changes
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 1 11:09:24 UTC 2012 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 1.3.4
|
||||||
|
* new --disable-splice configure script option
|
||||||
|
* fixed line mode size count with multiple files
|
||||||
|
- Use RH-friendly make install
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 25 22:14:15 UTC 2012 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
|
- update to 1.3.1:
|
||||||
|
* do not use splice() if the write buffer is not empty
|
||||||
|
- changes from 1.3.0:
|
||||||
|
* fix 1024-boundary display garble
|
||||||
|
* use splice(2) where available
|
||||||
|
* added known bugs section of the manual page
|
||||||
|
* use IEEE1541 units
|
||||||
|
* bug with rate limit under 10 fixed
|
||||||
|
* speed up PV line mode
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 22 05:53:15 UTC 2012 - jengelh@inai.de
|
Tue May 22 05:53:15 UTC 2012 - jengelh@inai.de
|
||||||
|
|
||||||
|
8
pv.spec
8
pv.spec
@ -14,13 +14,15 @@
|
|||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: pv
|
Name: pv
|
||||||
Version: 1.2.0
|
Version: 1.3.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
|
||||||
Group: System/Base
|
Group: System/Base
|
||||||
Source: http://pipeviewer.googlecode.com/files/pv-%{version}.tar.bz2
|
Source: http://www.ivarch.com/programs/sources/pv-%{version}.tar.bz2
|
||||||
Url: http://ivarch.com/programs/pv.shtml
|
Url: http://ivarch.com/programs/pv.shtml
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
@ -49,7 +51,7 @@ will be until completion.
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
make install DESTDIR="%buildroot"
|
||||||
%find_lang "%{name}"
|
%find_lang "%{name}"
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
Loading…
Reference in New Issue
Block a user