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
This commit is contained in:
Kurt Garloff 2013-08-02 21:12:38 +00:00 committed by Git OBS Bridge
parent ab8a0383fd
commit 323fa464c7
4 changed files with 18 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:787871bac0ae9c1e90b043003dcea398cbab4ae602effe343339c336782bb161
size 44775

3
dd_rescue-1.38.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b6c587fea029abb1bc5ea58e3dd7cdcd6f070ace14dd91061fdd077288ccab0f
size 45076

View File

@ -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

View File

@ -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