Hello community, here is the log from the commit of package gnu_ddrescue for openSUSE:Factory checked in at 2019-03-11 11:15:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnu_ddrescue (Old) and /work/SRC/openSUSE:Factory/.gnu_ddrescue.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnu_ddrescue" Mon Mar 11 11:15:04 2019 rev:18 rq:682930 version:1.24 Changes: -------- --- /work/SRC/openSUSE:Factory/gnu_ddrescue/gnu_ddrescue.changes 2018-02-19 13:03:39.756246177 +0100 +++ /work/SRC/openSUSE:Factory/.gnu_ddrescue.new.28833/gnu_ddrescue.changes 2019-03-11 11:15:15.469342676 +0100 @@ -1,0 +2,12 @@ +Fri Mar 8 21:01:57 UTC 2019 - Jan Engelhardt <[email protected]> + +- Update descriptions + +------------------------------------------------------------------- +Fri Mar 8 20:47:33 UTC 2019 - Andreas Stieger <[email protected]> + +- update to 1.24: + * new option '--command-mode' + * create backup copie of the mapfiles + +------------------------------------------------------------------- Old: ---- ddrescue-1.23.tar.lz ddrescue-1.23.tar.lz.sig New: ---- ddrescue-1.24.tar.lz ddrescue-1.24.tar.lz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnu_ddrescue.spec ++++++ --- /var/tmp/diff_new_pack.ULSzgU/_old 2019-03-11 11:15:16.173342423 +0100 +++ /var/tmp/diff_new_pack.ULSzgU/_new 2019-03-11 11:15:16.173342423 +0100 @@ -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 @@ make %{?_smp_mflags} %install -make install DESTDIR="%buildroot"; +%make_install %post %install_info --info-dir=%_infodir %_infodir/ddrescue.info.gz @@ -58,10 +57,10 @@ %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
