Accepting request 99858 from Base:System
- Update to new upstream release 1.15 * The new options "-a, --min-read-rate", "-I, --verify-input-size", and "-x, --extend-outfile" have been added. * ddrescue now verifies that infile, outfile and logfile are all different. * Non-tried blocks are now read aligned to cluster-size sectors. * A spurious warning about "-D" being ignored in fill mode has been removed. * ddrescuelog, a tool for manipulation, display, conversion, comparison and testing of ddrescue logfiles, has been added. OBS-URL: https://build.opensuse.org/request/show/99858 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnu_ddrescue?expand=0&rev=5
This commit is contained in:
parent
362f4538ce
commit
16e90b513e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f4570ad34a10b06989e744c6ea09ee55d70fe7e6bd2502e81066eaad6e36e3cf
|
||||
size 48812
|
3
ddrescue-1.15.tar.xz
Normal file
3
ddrescue-1.15.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:647e939d75e70924d51db24352d3776a2be9cc05e62fbdceddb2081fc09146c4
|
||||
size 57612
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 12 04:59:50 UTC 2012 - jengelh@medozas.de
|
||||
|
||||
- Update to new upstream release 1.15
|
||||
* The new options "-a, --min-read-rate", "-I, --verify-input-size",
|
||||
and "-x, --extend-outfile" have been added.
|
||||
* ddrescue now verifies that infile, outfile and logfile are all
|
||||
different.
|
||||
* Non-tried blocks are now read aligned to cluster-size sectors.
|
||||
* A spurious warning about "-D" being ignored in fill mode has been
|
||||
removed.
|
||||
* ddrescuelog, a tool for manipulation, display, conversion,
|
||||
comparison and testing of ddrescue logfiles, has been added.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 6 13:35:24 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnu_ddrescue
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,14 +18,14 @@
|
||||
|
||||
|
||||
Name: gnu_ddrescue
|
||||
Version: 1.14
|
||||
Release: 1
|
||||
Version: 1.15
|
||||
Release: 0
|
||||
Group: System/Base
|
||||
Summary: Data Copying in the Presence of I/O Errors
|
||||
License: GPL-3.0
|
||||
Url: http://www.gnu.org/software/ddrescue/ddrescue.html
|
||||
License: GPL-3.0+
|
||||
Url: http://gnu.org/software/ddrescue/ddrescue.html
|
||||
|
||||
#Source: ftp://ftp.informatik.rwth-aachen.de/pub/gnu/ddrescue/ddrescue-1.14.tar.gz
|
||||
#DL-URL: http://ftp.u-tx.net/gnu/ddrescue/
|
||||
Source: ddrescue-%version.tar.xz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: gcc-c++ xz
|
||||
@ -39,15 +39,11 @@ rescue data in case of read errors.
|
||||
It is more memory and time efficient than dd_rescue+dd_rhelp on disks
|
||||
with more than a few hundred bad sectors.
|
||||
|
||||
|
||||
Author(s):
|
||||
----------
|
||||
Antonio Diaz Diaz
|
||||
|
||||
%prep
|
||||
%setup -qn ddrescue-%version
|
||||
|
||||
%build
|
||||
# not autoconf, but at least it behaves like it.
|
||||
%configure CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS"
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user