From 323fa464c7090630d449aee455969f62936194676bb1e64c04838f9db8426b3f Mon Sep 17 00:00:00 2001 From: Kurt Garloff Date: Fri, 2 Aug 2013 21:12:38 +0000 Subject: [PATCH] Accepting request 185683 from home:garloff:branches:Base:System - Update to dd_rescue-1.38: * Further optimized SSE2 sparse detection. (Also added AVX2 version, not enabled by default though.) * --force allows to ignore non-seekable output with non zero output position. * make check does some testing ... * improved cur.rate and ETA calculation. OBS-URL: https://build.opensuse.org/request/show/185683 OBS-URL: https://build.opensuse.org/package/show/Base:System/dd_rescue?expand=0&rev=16 --- dd_rescue-1.37.tar.gz | 3 --- dd_rescue-1.38.tar.gz | 3 +++ dd_rescue.changes | 11 +++++++++++ dd_rescue.spec | 5 ++++- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 dd_rescue-1.37.tar.gz create mode 100644 dd_rescue-1.38.tar.gz diff --git a/dd_rescue-1.37.tar.gz b/dd_rescue-1.37.tar.gz deleted file mode 100644 index 766a506..0000000 --- a/dd_rescue-1.37.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:787871bac0ae9c1e90b043003dcea398cbab4ae602effe343339c336782bb161 -size 44775 diff --git a/dd_rescue-1.38.tar.gz b/dd_rescue-1.38.tar.gz new file mode 100644 index 0000000..f3e2f06 --- /dev/null +++ b/dd_rescue-1.38.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6c587fea029abb1bc5ea58e3dd7cdcd6f070ace14dd91061fdd077288ccab0f +size 45076 diff --git a/dd_rescue.changes b/dd_rescue.changes index b302d03..c719118 100644 --- a/dd_rescue.changes +++ b/dd_rescue.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Aug 2 22:05:52 CEST 2013 - kurt@garloff.de + +- Update to dd_rescue-1.38: + * Further optimized SSE2 sparse detection. (Also added AVX2 + version, not enabled by default though.) + * --force allows to ignore non-seekable output with non zero + output position. + * make check does some testing ... + * improved cur.rate and ETA calculation. + ------------------------------------------------------------------- Thu Aug 1 22:02:16 CEST 2013 - kurt@garloff.de diff --git a/dd_rescue.spec b/dd_rescue.spec index b924590..a20dd8a 100644 --- a/dd_rescue.spec +++ b/dd_rescue.spec @@ -17,7 +17,7 @@ Name: dd_rescue -Version: 1.37 +Version: 1.38 Release: 0 Summary: Data Copying in the Presence of I/O Errors License: GPL-2.0 or GPL-3.0 @@ -63,6 +63,9 @@ mkdir %{buildroot}/bin ln -sf %{_bindir}/dd_rescue %{buildroot}/bin #EndUsrMerge +%check +make check + %files %defattr(-,root,root,-) %doc COPYING README.dd_rescue