[ddrescue] Update to 1.17.

Susi Lehtola jussilehtola at fedoraproject.org
Thu Sep 5 16:21:50 UTC 2013


commit f6119c5ae4ef2958fef453f4ac25ed57ff2d92ce
Author: Susi Lehtola <jussilehtola at fedoraproject.org>
Date:   Thu Sep 5 19:21:38 2013 +0300

    Update to 1.17.

 ddrescue.spec |   17 ++++++++++++-----
 1 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/ddrescue.spec b/ddrescue.spec
index 1546838..3afab56 100644
--- a/ddrescue.spec
+++ b/ddrescue.spec
@@ -1,14 +1,18 @@
 Name:           ddrescue
-Version:        1.16
-Release:        3%{?dist}
+Version:        1.17
+Release:        1%{?dist}
 Summary:        Data recovery tool trying hard to rescue data in case of read errors
 Group:          Applications/System
 License:        GPLv3+
 URL:            http://www.gnu.org/software/ddrescue/ddrescue.html
-Source0:        http://ftp.gnu.org/gnu/ddrescue/ddrescue-%{version}.tar.gz
-Source1:        http://ftp.gnu.org/gnu/ddrescue/ddrescue-%{version}.tar.gz.sig
+# rpmbuild doesn't support lzip format
+#Source0:        http://ftp.gnu.org/gnu/ddrescue/ddrescue-%{version}.tar.lz
+# so the file has ben decompressed and recompressed to xz
+Source0:        ddrescue-%{version}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires(post): info
+
+BuildRequires:   lzip
+Requires(post):  info
 Requires(preun): info
 
 %description
@@ -55,6 +59,9 @@ fi
 %{_infodir}/%{name}.info*
 
 %changelog
+* Thu Sep 05 2013 Susi Lehtola <jussilehtola at fedoraproject.org> - 1.17-1
+- Update to 1.17.
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.16-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list