Accepting request 125381 from Base:System

- 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.

OBS-URL: https://build.opensuse.org/request/show/125381
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnu_ddrescue?expand=0&rev=7
This commit is contained in:
Stephan Kulow 2012-06-25 09:46:00 +00:00 committed by Git OBS Bridge
commit 0341bb3806
4 changed files with 21 additions and 7 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7f0c6d3ad7007636c35998ada02b7ad78df617161adcf9ef3980d7550b1c44f8
size 61768

View File

@ -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

View File

@ -16,19 +16,19 @@
#
Name: gnu_ddrescue
Version: 1.15
Version: 1.16
Release: 0
Group: System/Base
Summary: Data Copying in the Presence of I/O Errors
License: GPL-3.0+
Group: System/Base
Url: http://gnu.org/software/ddrescue/ddrescue.html
#DL-URL: http://ftp.u-tx.net/gnu/ddrescue/
Source: ddrescue-%version.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gcc-c++ xz
BuildRequires: gcc-c++
BuildRequires: xz
PreReq: %install_info_prereq
%description