From 7aee554e65cafd946b4f71530e02886264a3215d872bf1627686536350f7468d Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 11 Oct 2014 14:06:42 +0000 Subject: [PATCH] ddrescue-1.19 OBS-URL: https://build.opensuse.org/package/show/Base:System/gnu_ddrescue?expand=0&rev=13 --- ddrescue-1.18.1.tar.lz | 3 --- ddrescue-1.18.1.tar.lz.sig | Bin 65 -> 0 bytes ddrescue-1.19.tar.lz | 3 +++ ddrescue-1.19.tar.lz.sig | Bin 0 -> 65 bytes gnu_ddrescue.changes | 28 ++++++++++++++++++++++++++++ gnu_ddrescue.spec | 11 +++++------ 6 files changed, 36 insertions(+), 9 deletions(-) delete mode 100644 ddrescue-1.18.1.tar.lz delete mode 100644 ddrescue-1.18.1.tar.lz.sig create mode 100644 ddrescue-1.19.tar.lz create mode 100644 ddrescue-1.19.tar.lz.sig diff --git a/ddrescue-1.18.1.tar.lz b/ddrescue-1.18.1.tar.lz deleted file mode 100644 index 5b4579d..0000000 --- a/ddrescue-1.18.1.tar.lz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:58614b4fd32706bd8cd3664349ca9fd0c0488b27a211d829d29e27e4978ba1a9 -size 72233 diff --git a/ddrescue-1.18.1.tar.lz.sig b/ddrescue-1.18.1.tar.lz.sig deleted file mode 100644 index d8919a11310f9d13077dfe39793f00d97369cebe550d27e1b9a681e5f5a58e7a..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 65 zcmV-H0KWf-KLZ5-Q4BR%VTktoNno=l50K(xr5?Eb{=M Xn#^eRXVM%aTVxjm4Z*edNz2>JnmHc* diff --git a/ddrescue-1.19.tar.lz b/ddrescue-1.19.tar.lz new file mode 100644 index 0000000..a8b6aeb --- /dev/null +++ b/ddrescue-1.19.tar.lz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed8d0c9d9aac80a9110e9cb0d0a91a7390d3bf9f816b67a62ca4eb140f4747b8 +size 68354 diff --git a/ddrescue-1.19.tar.lz.sig b/ddrescue-1.19.tar.lz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..1acf710d9ba13c49266ad951fdaf98bb662154b3fbe9abf93af1a6fe5197d7ea GIT binary patch literal 65 zcmV-H0KWf-KLZ5-R4&tYkLi^I6D@Z_5dtQ30G~n=U8Htpcmy7tv*QR~FeGp~Pd@;k XaZPUCPacY7?Ko>F)XxT~Pa>rI$Y2-# literal 0 HcmV?d00001 diff --git a/gnu_ddrescue.changes b/gnu_ddrescue.changes index afc4c09..b4e9bed 100644 --- a/gnu_ddrescue.changes +++ b/gnu_ddrescue.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Sat Oct 11 13:59:40 UTC 2014 - jengelh@inai.de + +- Update to new upstream release 1.19 +* A race condition at start of run with "--timeout=0" has been + fixed. +* The new option -P (--data-preview) which makes ddrescue show a + few lines of the latest data read, has been added. +* The new option -u (--unidirectional), which runs all passes in + the same direction (forwards or backwards), has been added. +* The new option -X (--exit-on-error), which makes ddrescue exit + after the first read error is encountered during the copying + phase, has been added. +* New options --ask, --cpass, --pause were added. +* The option -l (--logfile-size) has been removed. +* Ddrescue now skips on the first error during the copying phase. +* Trimming is now done in one pass and may be run in reverse. +* The splitting phase has been replaced by a "scraping" phase that + scrapes together the data not recovered by the copying or trimming + phases. Scraping reads each non-scraped block forwards, one sector + at a time. +* The long name of option "-n" has been changed to "--no-scrape". +* During the retrying phase, the direction is now reversed after + each pass. Use --unidirectional to override. +* The license has been changed to GPL version 2 or later. +- Remove %gpg_verify; verification is now handled by + source validator. + ------------------------------------------------------------------- Thu Jun 12 12:06:50 UTC 2014 - jengelh@inai.de diff --git a/gnu_ddrescue.spec b/gnu_ddrescue.spec index da41702..3fd952f 100644 --- a/gnu_ddrescue.spec +++ b/gnu_ddrescue.spec @@ -17,14 +17,13 @@ Name: gnu_ddrescue -Version: 1.18.1 +Version: 1.19 Release: 0 Summary: Data Copying in the Presence of I/O Errors -License: GPL-3.0+ +License: GPL-2.0+ Group: System/Base Url: http://gnu.org/software/ddrescue/ddrescue.html -#Freecode-URL: http://freecode.com/projects/addrescue #DL-URL: http://ftp.u-tx.net/gnu/ddrescue/ Source: http://ftp.u-tx.net/gnu/ddrescue/ddrescue-%version.tar.lz Source2: http://ftp.u-tx.net/gnu/ddrescue/ddrescue-%version.tar.lz.sig @@ -43,12 +42,11 @@ It is more memory and time efficient than dd_rescue+dd_rhelp on disks with more than a few hundred bad sectors. %prep -%{?gpg_verify: %gpg_verify %{S:2}} %setup -qn ddrescue-%version %build -# not autoconf, but at least it behaves like it. -%configure CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" +# not autoconf, but at least it behaves (nearly) like it. +%configure --enable-linux CFLAGS="%optflags" CXXFLAGS="%optflags" make %{?_smp_mflags} %install @@ -65,5 +63,6 @@ make install DESTDIR="%buildroot"; %_bindir/* %_mandir/man*/* %doc %_infodir/ddrescue* +%doc COPYING NEWS README %changelog