From 9b4850b8f90e0c58f096112e33f90107bec084c85b2918a67a81fce9cd89d8d3 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 18 Jun 2012 23:21:33 +0000 Subject: [PATCH] ddrescue 1.16 OBS-URL: https://build.opensuse.org/package/show/Base:System/gnu_ddrescue?expand=0&rev=5 --- ddrescue-1.15.tar.xz | 3 --- ddrescue-1.16.tar.xz | 3 +++ gnu_ddrescue.changes | 14 ++++++++++++++ gnu_ddrescue.spec | 8 ++++---- 4 files changed, 21 insertions(+), 7 deletions(-) delete mode 100644 ddrescue-1.15.tar.xz create mode 100644 ddrescue-1.16.tar.xz 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