From 10cbedf31f271329dc7eede3834980d3c72ee4940d01bd19c15d79d416a5e302 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 8 Mar 2019 20:59:49 +0000 Subject: [PATCH] Accepting request 682925 from home:AndreasStieger:branches:Base:System gnu_ddrescue 1.24 OBS-URL: https://build.opensuse.org/request/show/682925 OBS-URL: https://build.opensuse.org/package/show/Base:System/gnu_ddrescue?expand=0&rev=24 --- ddrescue-1.23.tar.lz | 3 --- ddrescue-1.23.tar.lz.sig | Bin 72 -> 0 bytes ddrescue-1.24.tar.lz | 3 +++ ddrescue-1.24.tar.lz.sig | Bin 0 -> 72 bytes gnu_ddrescue.changes | 7 +++++++ gnu_ddrescue.spec | 41 +++++++++++++++++++-------------------- 6 files changed, 30 insertions(+), 24 deletions(-) delete mode 100644 ddrescue-1.23.tar.lz delete mode 100644 ddrescue-1.23.tar.lz.sig create mode 100644 ddrescue-1.24.tar.lz create mode 100644 ddrescue-1.24.tar.lz.sig diff --git a/ddrescue-1.23.tar.lz b/ddrescue-1.23.tar.lz deleted file mode 100644 index f38912c..0000000 --- a/ddrescue-1.23.tar.lz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9ae2dd44592bf386c9c156a5dacaeeb901573c9867ada3608f887d401338d8d -size 82451 diff --git a/ddrescue-1.23.tar.lz.sig b/ddrescue-1.23.tar.lz.sig deleted file mode 100644 index 4b1edb25977f9094e5392abfa81480c60a291993b399957da965c3d036a7c805..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 72 zcmV-O0Jr~$Mg#y60ssaD0$PUfOaKZA5Rd7V0~0NGLhXtGo+uU^-=&rfV#{=3R5rOd eI2uXi#Q>m^!})>or(|WlJPi$nxa@D+nhYaRjT^E6 diff --git a/ddrescue-1.24.tar.lz b/ddrescue-1.24.tar.lz new file mode 100644 index 0000000..8cf8574 --- /dev/null +++ b/ddrescue-1.24.tar.lz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b5d3feede70e3657ca6b3c7844f23131851cbb6af0cecc9721500f7d7021087 +size 85244 diff --git a/ddrescue-1.24.tar.lz.sig b/ddrescue-1.24.tar.lz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..ecb5fb7a2a2872c35b32f339987ce448e4a83d6e3552302f2b550fbcd9d2e381 GIT binary patch literal 72 zcmV-O0Jr~$Mg#y60ssaD0$g+e)&L3#5Rd7V0~0NGLan#}pKDS09-l)|(c3f + +- 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 diff --git a/gnu_ddrescue.spec b/gnu_ddrescue.spec index 9804baa..0703610 100644 --- a/gnu_ddrescue.spec +++ b/gnu_ddrescue.spec @@ -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,25 +12,24 @@ # 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+ +License: GPL-2.0-or-later Group: System/Base -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 +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 BuildRequires: gcc-c++ BuildRequires: lzip -PreReq: %install_info_prereq +# 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 @@ -41,27 +40,27 @@ 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. -%configure --enable-linux CFLAGS="%optflags" CXXFLAGS="%optflags" +%configure --enable-linux CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" make %{?_smp_mflags} %install -make install DESTDIR="%buildroot"; +make install DESTDIR="%{buildroot}"; %post -%install_info --info-dir=%_infodir %_infodir/ddrescue.info.gz +%install_info --info-dir=%{_infodir} %{_infodir}/ddrescue.info.gz %preun -%install_info_delete --info-dir=%_infodir %_infodir/ddrescue.info.gz +%install_info_delete --info-dir=%{_infodir} %{_infodir}/ddrescue.info.gz %files -%defattr(-,root,root) -%_bindir/* -%_mandir/man*/* -%doc %_infodir/ddrescue* -%doc COPYING NEWS README +%{_bindir}/* +%{_mandir}/man*/* +%{_infodir}/ddrescue* +%license COPYING +%doc NEWS README %changelog