Accepting request 682930 from Base:System

- update to 1.24:

OBS-URL: https://build.opensuse.org/request/show/682930
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnu_ddrescue?expand=0&rev=18
This commit is contained in:
2019-03-11 10:15:04 +00:00
committed by Git OBS Bridge
6 changed files with 28 additions and 17 deletions

View File

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

Binary file not shown.

3
ddrescue-1.24.tar.lz Normal file
View File

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

BIN
ddrescue-1.24.tar.lz.sig Normal file

Binary file not shown.

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Mar 8 21:01:57 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Update descriptions
-------------------------------------------------------------------
Fri Mar 8 20:47:33 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 1.24:
* new option '--command-mode'
* create backup copie of the mapfiles
-------------------------------------------------------------------
Fri Feb 16 18:13:35 UTC 2018 - astieger@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package gnu_ddrescue
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,36 +12,35 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: gnu_ddrescue
Version: 1.23
Version: 1.24
Release: 0
Summary: Data Copying in the Presence of I/O Errors
License: GPL-2.0+
Summary: I/O error aware data recovery and copying utility
License: GPL-2.0-or-later
Group: System/Base
Url: http://gnu.org/software/ddrescue/ddrescue.html
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
Source3: %name.keyring
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gcc-c++
BuildRequires: lzip
# FIXME: use proper Requires(pre/post/preun/...)
PreReq: %install_info_prereq
%description
GNU ddrescue is a data recovery tool. It copies data from one file or
block device (hard disc, cdrom, etc) to another, trying hard to
block device (hard disk, CD-ROM, etc.) to another, trying hard to
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.
%prep
%setup -qn ddrescue-%version
%setup -q -n ddrescue-%version
%build
# not autoconf, but at least it behaves (nearly) like it.
@@ -49,7 +48,7 @@ with more than a few hundred bad sectors.
make %{?_smp_mflags}
%install
make install DESTDIR="%buildroot";
%make_install
%post
%install_info --info-dir=%_infodir %_infodir/ddrescue.info.gz
@@ -58,10 +57,10 @@ make install DESTDIR="%buildroot";
%install_info_delete --info-dir=%_infodir %_infodir/ddrescue.info.gz
%files
%defattr(-,root,root)
%_bindir/*
%_mandir/man*/*
%doc %_infodir/ddrescue*
%doc COPYING NEWS README
%_infodir/ddrescue*
%license COPYING
%doc NEWS README
%changelog