Accepting request 184311 from home:garloff:branches:Base:System

- Update to dd_rescue-1.36:
  * Fix overflow with avg.load display
  * Enable SSE2 on (32bit)x86 with runtime detection
  * Add optimized zero block detection on ARM (3x faster with asm ...)

- Update to dd_rescue-1.35:
  * Better readability for reports with (optional) colors and rate
    limitation on progress updates.
  * Simple rewrite logic.
  * SSE2 optimized version for finding zero blocks (sparse detection).

OBS-URL: https://build.opensuse.org/request/show/184311
OBS-URL: https://build.opensuse.org/package/show/Base:System/dd_rescue?expand=0&rev=14
This commit is contained in:
Marcus Meissner 2013-07-25 12:55:20 +00:00 committed by Git OBS Bridge
parent d1fcc14dfd
commit f8d240859c
4 changed files with 21 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Jul 24 16:58:13 CEST 2013 - kurt@garloff.de
- Update to dd_rescue-1.36:
* Fix overflow with avg.load display
* Enable SSE2 on (32bit)x86 with runtime detection
* Add optimized zero block detection on ARM (3x faster with asm ...)
-------------------------------------------------------------------
Wed Jul 17 22:30:40 CEST 2013 - kurt@garloff.de
- Update to dd_rescue-1.35:
* Better readability for reports with (optional) colors and rate
limitation on progress updates.
* Simple rewrite logic.
* SSE2 optimized version for finding zero blocks (sparse detection).
-------------------------------------------------------------------
Sun Jul 7 17:09:32 UTC 2013 - asterios.dramis@gmail.com

View File

@ -17,7 +17,7 @@
Name: dd_rescue
Version: 1.34
Version: 1.36
Release: 0
Summary: Data Copying in the Presence of I/O Errors
License: GPL-2.0 or GPL-3.0