diff --git a/ddrescue-1.15.tar.xz b/ddrescue-1.15.tar.xz deleted file mode 100644 index ab79298..0000000 --- a/ddrescue-1.15.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:647e939d75e70924d51db24352d3776a2be9cc05e62fbdceddb2081fc09146c4 -size 57612 diff --git a/ddrescue-1.16.tar.xz b/ddrescue-1.16.tar.xz new file mode 100644 index 0000000..299a821 --- /dev/null +++ b/ddrescue-1.16.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f0c6d3ad7007636c35998ada02b7ad78df617161adcf9ef3980d7550b1c44f8 +size 61768 diff --git a/gnu_ddrescue.changes b/gnu_ddrescue.changes index d99f545..f055d35 100644 --- a/gnu_ddrescue.changes +++ b/gnu_ddrescue.changes @@ -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 diff --git a/gnu_ddrescue.spec b/gnu_ddrescue.spec index 049ba3c..555fb87 100644 --- a/gnu_ddrescue.spec +++ b/gnu_ddrescue.spec @@ -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