[ddrescue] Update to version 1.16

rebus rebus at fedoraproject.org
Thu Aug 2 21:10:57 UTC 2012


commit 0de129d09b4e9b8427ae746e2315f98112addcb6
Author: Michal Ambroz <rebus at seznam.cz>
Date:   Thu Aug 2 23:10:38 2012 +0200

    Update to version 1.16

 .gitignore                    |    2 ++
 ddrescue-1.13-testsuite.patch |   31 -------------------------------
 ddrescue.spec                 |   16 +++++++++-------
 sources                       |    3 ++-
 4 files changed, 13 insertions(+), 39 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bbc25ae..7d2acf3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
 ddrescue-1.8.tar.bz2
 /ddrescue-1.13.tar.gz
+/ddrescue-1.16.tar.gz
+/ddrescue-1.16.tar.gz.sig
diff --git a/ddrescue.spec b/ddrescue.spec
index 6fe4f70..49c8897 100644
--- a/ddrescue.spec
+++ b/ddrescue.spec
@@ -1,13 +1,12 @@
 Name:           ddrescue
-Version:        1.13
-Release:        4%{?dist}
+Version:        1.16
+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
-# Patch correct location of binary to run tests
-Patch0:         ddrescue-1.13-testsuite.patch
+Source1:        http://ftp.gnu.org/gnu/ddrescue/ddrescue-%{version}.tar.gz.sig
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires(post): info
 Requires(preun): info
@@ -21,7 +20,6 @@ fill in the gaps.
 
 %prep
 %setup -q
-%patch0 -p1 -b .test
 
 %build
 # not a real autotools configure script, flags need to be passed specially
@@ -37,8 +35,7 @@ rm -f %{buildroot}%{_infodir}/dir
 rm -rf %{buildroot}
 
 %check
-cd testsuite
-./check.sh
+make check
 
 %post
 /sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :
@@ -52,10 +49,15 @@ fi
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS README
 %{_bindir}/ddrescue
+%{_bindir}/ddrescuelog
 %{_mandir}/man1/ddrescue.1*
+%{_mandir}/man1/ddrescuelog.1*
 %{_infodir}/%{name}.info*
 
 %changelog
+* Thu Aug 02 2012 Michal Ambroz <rebus AT_ seznam.cz> - 1.16-1
+- Update to 1.16.
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.13-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 9627f52..61b608f 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
-0afc4130882a993772385629d1c0a32e  ddrescue-1.13.tar.gz
+57b67407e882c6418531d48a2f20d16b  ddrescue-1.16.tar.gz
+bf072280587665d82829be15eb6fc9ad  ddrescue-1.16.tar.gz.sig


More information about the scm-commits mailing list