ddrescue 1.16
OBS-URL: https://build.opensuse.org/package/show/Base:System/gnu_ddrescue?expand=0&rev=5
This commit is contained in:
parent
16e90b513e
commit
9b4850b8f9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:647e939d75e70924d51db24352d3776a2be9cc05e62fbdceddb2081fc09146c4
|
|
||||||
size 57612
|
|
3
ddrescue-1.16.tar.xz
Normal file
3
ddrescue-1.16.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7f0c6d3ad7007636c35998ada02b7ad78df617161adcf9ef3980d7550b1c44f8
|
||||||
|
size 61768
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 18 22:52:56 UTC 2012 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 1.16
|
||||||
|
* The new options "-K, --skip-size" and "-T, --timeout" have been
|
||||||
|
added. The short name of option "--try-again" has been changed to
|
||||||
|
"-A". Maximum skip size is now limited to 1% of infile size or 1
|
||||||
|
GiB (whichever is smaller). The current position is now set to
|
||||||
|
the end of the block when reading backwards, allowing perfect
|
||||||
|
resumability also in reverse mode. The "-E, --max-error-rate"
|
||||||
|
option now checks the rate of actually failed reads, not the
|
||||||
|
growth of error size, and shows the error rate in the error
|
||||||
|
message. The -v option increases verbosity if repeated.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 12 04:59:50 UTC 2012 - jengelh@medozas.de
|
Thu Jan 12 04:59:50 UTC 2012 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -16,19 +16,19 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: gnu_ddrescue
|
Name: gnu_ddrescue
|
||||||
Version: 1.15
|
Version: 1.16
|
||||||
Release: 0
|
Release: 0
|
||||||
Group: System/Base
|
|
||||||
Summary: Data Copying in the Presence of I/O Errors
|
Summary: Data Copying in the Presence of I/O Errors
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
|
Group: System/Base
|
||||||
Url: http://gnu.org/software/ddrescue/ddrescue.html
|
Url: http://gnu.org/software/ddrescue/ddrescue.html
|
||||||
|
|
||||||
#DL-URL: http://ftp.u-tx.net/gnu/ddrescue/
|
#DL-URL: http://ftp.u-tx.net/gnu/ddrescue/
|
||||||
Source: ddrescue-%version.tar.xz
|
Source: ddrescue-%version.tar.xz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: gcc-c++ xz
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: xz
|
||||||
PreReq: %install_info_prereq
|
PreReq: %install_info_prereq
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user