From f8d240859c41edb9642cfed0f73ff6e5d04028ab0956423535412956625f3419 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 25 Jul 2013 12:55:20 +0000 Subject: [PATCH] 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 --- dd_rescue-1.34.tar.gz | 3 --- dd_rescue-1.36.tar.gz | 3 +++ dd_rescue.changes | 17 +++++++++++++++++ dd_rescue.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 dd_rescue-1.34.tar.gz create mode 100644 dd_rescue-1.36.tar.gz diff --git a/dd_rescue-1.34.tar.gz b/dd_rescue-1.34.tar.gz deleted file mode 100644 index ba3937b..0000000 --- a/dd_rescue-1.34.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f1741098759527516d49a8ceb9c73b8548700a4b8eface1945e763d036b8ca5 -size 37846 diff --git a/dd_rescue-1.36.tar.gz b/dd_rescue-1.36.tar.gz new file mode 100644 index 0000000..2871e07 --- /dev/null +++ b/dd_rescue-1.36.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73ecb8ff50a79000f536f9683e92794b9515f16c2a0a0ab7478d2e79cb89a673 +size 43426 diff --git a/dd_rescue.changes b/dd_rescue.changes index 894bb37..f470a06 100644 --- a/dd_rescue.changes +++ b/dd_rescue.changes @@ -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 diff --git a/dd_rescue.spec b/dd_rescue.spec index 8507ee1..d51c462 100644 --- a/dd_rescue.spec +++ b/dd_rescue.spec @@ -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