diff --git a/ddrescue-1.25.tar.lz b/ddrescue-1.25.tar.lz deleted file mode 100644 index 0e99efb..0000000 --- a/ddrescue-1.25.tar.lz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce538ebd26a09f45da67d3ad3f7431932428231ceec7a2d255f716fa231a1063 -size 87001 diff --git a/ddrescue-1.25.tar.lz.sig b/ddrescue-1.25.tar.lz.sig deleted file mode 100644 index 37f1aef..0000000 Binary files a/ddrescue-1.25.tar.lz.sig and /dev/null differ diff --git a/ddrescue-1.26.tar.lz b/ddrescue-1.26.tar.lz new file mode 100644 index 0000000..cdaf449 --- /dev/null +++ b/ddrescue-1.26.tar.lz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e513cd3a90d9810dfdd91197d40aa40f6df01597bfb5ecfdfb205de1127c551f +size 91930 diff --git a/ddrescue-1.26.tar.lz.sig b/ddrescue-1.26.tar.lz.sig new file mode 100644 index 0000000..bc7e336 Binary files /dev/null and b/ddrescue-1.26.tar.lz.sig differ diff --git a/gnu_ddrescue.changes b/gnu_ddrescue.changes index 9ee8813..ccbf2a4 100644 --- a/gnu_ddrescue.changes +++ b/gnu_ddrescue.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Apr 2 15:27:55 UTC 2022 - Jan Engelhardt + +- Update to release 1.26 + * Domain mapfiles may now contain unordered and overlapping + blocks when '-L, --loose-domain' is specified as long as no + block overlaps with other block of different status. + * ddrescue now exits with status 1 on fatal read errors. + * The option synonyms '--*-logfile' and '--pause' have been + removed and are no longer recognized. + ------------------------------------------------------------------- Sun Apr 26 20:09:21 UTC 2020 - Andreas Stieger diff --git a/gnu_ddrescue.spec b/gnu_ddrescue.spec index 4e3d222..4c04087 100644 --- a/gnu_ddrescue.spec +++ b/gnu_ddrescue.spec @@ -1,7 +1,7 @@ # # spec file for package gnu_ddrescue # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # 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.25 +Version: 1.26 Release: 0 Summary: I/O error aware data recovery and copying utility License: GPL-2.0-or-later @@ -29,7 +29,7 @@ Source3: %name.keyring BuildRequires: gcc-c++ BuildRequires: lzip Requires(post): %install_info_prereq -Requires(preun): %install_info_prereq +Requires(preun):%install_info_prereq %description GNU ddrescue is a data recovery tool. It copies data from one file or @@ -45,7 +45,7 @@ with more than a few hundred bad sectors. %build # not autoconf, but at least it behaves (nearly) like it. %configure --enable-linux CFLAGS="%optflags" CXXFLAGS="%optflags" -make %{?_smp_mflags} +%make_build %install %make_install