diff --git a/dd_rescue-1.38.tar.gz b/dd_rescue-1.38.tar.gz deleted file mode 100644 index f3e2f06..0000000 --- a/dd_rescue-1.38.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6c587fea029abb1bc5ea58e3dd7cdcd6f070ace14dd91061fdd077288ccab0f -size 45076 diff --git a/dd_rescue-1.39.tar.gz b/dd_rescue-1.39.tar.gz new file mode 100644 index 0000000..59e582d --- /dev/null +++ b/dd_rescue-1.39.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c65925e46be08c08233958a68db73a3861b499ffb2fd4413e68387dd752a77f1 +size 46875 diff --git a/dd_rescue.changes b/dd_rescue.changes index c719118..febf390 100644 --- a/dd_rescue.changes +++ b/dd_rescue.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Aug 8 13:59:39 CEST 2013 - kurt@garloff.de + +- Update to dd_rescue-1.39: + * Fix an issue with the last block being appended zeros if + hardbs==softbs (bnc #833765). + * A little ARM asm speedup (~15%) for sparse detection. + * Clarify help/man page w.r.t. interpretation of -y/--syncfreq. + * We use autoconf for feature detection now. +- Build version with libdl by default now. + ------------------------------------------------------------------- Fri Aug 2 22:05:52 CEST 2013 - kurt@garloff.de diff --git a/dd_rescue.spec b/dd_rescue.spec index a20dd8a..c6a0189 100644 --- a/dd_rescue.spec +++ b/dd_rescue.spec @@ -17,16 +17,17 @@ Name: dd_rescue -Version: 1.38 +Version: 1.39 Release: 0 Summary: Data Copying in the Presence of I/O Errors License: GPL-2.0 or GPL-3.0 Group: System/Base Url: http://www.garloff.de/kurt/linux/ddrescue/ Source0: http://garloff.de/kurt/linux/ddrescue/%{name}-%{version}.tar.gz -BuildRequires: libfallocate-devel-static +BuildRequires: autoconf +BuildRequires: libfallocate-devel Requires: bc -Recommends: dd_rhelp +Recommends: dd_rhelp libfallocate0 # ddrescue was last used in openSUSE 11.4 (version 1.14_0.0.6) Provides: ddrescue = %{version} Obsoletes: ddrescue < %{version} @@ -52,7 +53,7 @@ sed -i "s/__TIME__/\"$FAKE_BUILDTIME\"/g" dd_rescue.c sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/g" dd_rescue.c %build -make RPM_OPT_FLAGS="%{optflags}" libfalloc-static LIBDIR=%{_libdir} %{?_smp_mflags} +make RPM_OPT_FLAGS="%{optflags}" LIBDIR=%{_libdir} %{?_smp_mflags} %install make install DESTDIR=%{buildroot} INSTALLDIR=%{buildroot}/%{_bindir} \