From 271a894a173d90497b9f1ce2d4106beacd0c7e9fc1fd7738ace60c3f69f52df8 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 19 Mar 2016 10:00:41 +0000 Subject: [PATCH] Accepting request 375474 from home:pluskalm:branches:Base:System - Update to 1.21 OBS-URL: https://build.opensuse.org/request/show/375474 OBS-URL: https://build.opensuse.org/package/show/Base:System/gnu_ddrescue?expand=0&rev=18 --- ddrescue-1.20.tar.lz | 3 --- ddrescue-1.20.tar.lz.sig | Bin 65 -> 0 bytes ddrescue-1.21.tar.lz | 3 +++ ddrescue-1.21.tar.lz.sig | Bin 0 -> 65 bytes gnu_ddrescue.changes | 26 ++++++++++++++++++++++++++ gnu_ddrescue.spec | 4 ++-- 6 files changed, 31 insertions(+), 5 deletions(-) delete mode 100644 ddrescue-1.20.tar.lz delete mode 100644 ddrescue-1.20.tar.lz.sig create mode 100644 ddrescue-1.21.tar.lz create mode 100644 ddrescue-1.21.tar.lz.sig diff --git a/ddrescue-1.20.tar.lz b/ddrescue-1.20.tar.lz deleted file mode 100644 index 7259b68..0000000 --- a/ddrescue-1.20.tar.lz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83f993b1a167865d76e92e7c1406436331a8b3b337b9868fd6ca1ec2c45460bd -size 73493 diff --git a/ddrescue-1.20.tar.lz.sig b/ddrescue-1.20.tar.lz.sig deleted file mode 100644 index 8adaa228566d71508a7b51de4667a6314612ded7f5f99cadc8baa8cbf87a7597..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 65 zcmV-H0KWf-KLZ5-Rr3IpkLi^I6D@Z_5d!0*0G=tvcBv4}BZ9;4Jg33~cthTpj%xs( XH1Sjxp#X*zDe1foxu2oo$3d=RRN)*q diff --git a/ddrescue-1.21.tar.lz b/ddrescue-1.21.tar.lz new file mode 100644 index 0000000..111f8b3 --- /dev/null +++ b/ddrescue-1.21.tar.lz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f09e4eb6a209cbd0fe8ee6db2d558238cdc969afa1d94150f263402ac882e1ac +size 74716 diff --git a/ddrescue-1.21.tar.lz.sig b/ddrescue-1.21.tar.lz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..795d7bb672ca7531489c81a83f76cebec6879651209fa6f165ce6070ee7527fe GIT binary patch literal 65 zcmV-H0KWf-KLZ5-R_o~~kLi^I6D@Z_5dyff0HBV6CluTPcED>>z?i>eQ*n4{UM>Kj XoZRbWF{TC3kR1P)V;?{Vfy?4SS7;lZ literal 0 HcmV?d00001 diff --git a/gnu_ddrescue.changes b/gnu_ddrescue.changes index dceca23..407cabf 100644 --- a/gnu_ddrescue.changes +++ b/gnu_ddrescue.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Sat Mar 19 07:48:21 UTC 2016 - mpluskal@suse.com + +- Update to 1.21 + * A bug in the alignment of the I/O buffer has been (hopefully) + fixed. + * Ddrescue now exits with status 1 in case of unaligned read in + direct mode (because of a wrong sector size, for example). + * Short option names '-1' and '-2' have been removed to avoid + mistakes in the command line. + * Only regular files are now allowed as arguments of options + '--log-rates' and '--log-reads'. + * Option '-D, --odirect' now works also in fill mode. + * Option '-J, --verify-on-error' now marks blocks as failed on + any error, and exits with status 1 if a read error happens + before a good sector is found. + * Option '-X, --exit-on-error' has been extended to all phases. + * The short name '-Z' has been assigned to option + '--max-read-rate'. + * The mapfile is now "fsync'ed" every 5 minutes because some + systems seem to never write the mapfile to disc. + * Ddrescue now shows all sizes in rescue mode; non-tried, + non-trimmed, non-scraped, bad-sector and finished. + * Ddrescue now shows the percentage of the domain rescued in + rescue mode. + ------------------------------------------------------------------- Fri Sep 11 20:00:37 UTC 2015 - mpluskal@suse.com diff --git a/gnu_ddrescue.spec b/gnu_ddrescue.spec index 071b3bf..814beb7 100644 --- a/gnu_ddrescue.spec +++ b/gnu_ddrescue.spec @@ -1,7 +1,7 @@ # # spec file for package gnu_ddrescue # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: gnu_ddrescue -Version: 1.20 +Version: 1.21 Release: 0 Summary: Data Copying in the Presence of I/O Errors License: GPL-2.0+