- Update to release 1.25~rc1

OBS-URL: https://build.opensuse.org/package/show/Base:System/gnu_ddrescue?expand=0&rev=28
This commit is contained in:
Jan Engelhardt 2019-10-17 09:22:27 +00:00 committed by Git OBS Bridge
parent 15aa38a0dd
commit b997620e1d
5 changed files with 17 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4b5d3feede70e3657ca6b3c7844f23131851cbb6af0cecc9721500f7d7021087
size 85244

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:27f2302f9527448143eb95373a2aa6162a6b6bbd00bd0a34fda397ffde939235
size 85303

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 17 09:18:36 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.25~rc1
* Make use of ftruncate if the output file supports it.
-------------------------------------------------------------------
Fri Mar 8 21:01:57 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@ -17,19 +17,20 @@
Name: gnu_ddrescue
Version: 1.24
Version: 1.25~pre1
Release: 0
%define rversion 1.25-pre1
Summary: I/O error aware data recovery and copying utility
License: GPL-2.0-or-later
Group: System/Base
Group: base recovery-tools
URL: http://gnu.org/software/ddrescue/ddrescue.html
Source: http://ftp.gnu.org/gnu/ddrescue/ddrescue-%version.tar.lz
Source2: http://ftp.gnu.org/gnu/ddrescue/ddrescue-%version.tar.lz.sig
Source: http://download.savannah.gnu.org/releases/ddrescue/ddrescue-%rversion.tar.lz
#Source: http://download.savannah.gnu.org/releases/ddrescue/ddrescue-%rversion.tar.lz.sig
Source3: %name.keyring
BuildRequires: gcc-c++
BuildRequires: lzip
# FIXME: use proper Requires(pre/post/preun/...)
PreReq: %install_info_prereq
Requires(post): %install_info_prereq
Requires(preun): %install_info_prereq
%description
GNU ddrescue is a data recovery tool. It copies data from one file or
@ -40,7 +41,7 @@ It is more memory and time efficient than dd_rescue+dd_rhelp on disks
with more than a few hundred bad sectors.
%prep
%setup -q -n ddrescue-%version
%autosetup -n ddrescue-%rversion
%build
# not autoconf, but at least it behaves (nearly) like it.