From aa810bdc65faa3b839243ea77d93e0bf9a4983d4c32415b4093bfd16f34c17df Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 2 Apr 2022 15:31:38 +0000 Subject: [PATCH] - Update to release 1.26 OBS-URL: https://build.opensuse.org/package/show/Base:System/gnu_ddrescue?expand=0&rev=36 --- ddrescue-1.25.tar.lz | 3 --- ddrescue-1.25.tar.lz.sig | Bin 72 -> 0 bytes ddrescue-1.26.tar.lz | 3 +++ ddrescue-1.26.tar.lz.sig | Bin 0 -> 72 bytes gnu_ddrescue.changes | 11 +++++++++++ gnu_ddrescue.spec | 8 ++++---- 6 files changed, 18 insertions(+), 7 deletions(-) delete mode 100644 ddrescue-1.25.tar.lz delete mode 100644 ddrescue-1.25.tar.lz.sig create mode 100644 ddrescue-1.26.tar.lz create mode 100644 ddrescue-1.26.tar.lz.sig 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 37f1aef1963f4446fcadbc9099538743add4244560a5b28c5f0cdf855c8dc193..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 72 zcmV-O0Jr~$Mg#y60ssaD0$yEH?f?o25Rd7V0~0NGLd2HW(fN 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 0000000000000000000000000000000000000000000000000000000000000000..bc7e336a4bd0dbeb12cb125261be7f9df4a4b1d7bf373dd4134ec30f28681d86 GIT binary patch literal 72 zcmV-O0Jr~$Mg#y60ssaD0%7XoO8^Q95Rd7V0~0NGLT4}lprCpZQwEuQvVGj08CI4| eSHZ>%8vvhRJdV8OXZ;7bXc2O@ + +- 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