From bc730e0d60d8a766dc41ea722b51e86b1214a57c5cdaa38030da99f81ca5acf7 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 24 Jan 2023 12:23:58 +0000 Subject: [PATCH 1/2] Accepting request 1060570 from home:polslinux:branches:Base:System - update to 1.2.7: * command_mode.cc (do_commands): Fix flush stdout after each command. (Reported by Jeffrey Bosboom). * New option '-W, --compare-before-write'. (Suggested by Kajetan Harald Hinner and Petr Slansky). * main_common.cc (show_option_error): New function showing argument and option name. * main.cc: Remove synonym '--direct'. * Use 'long long' instead of 'long' for time variables. * loggers.cc: Missing '#include '. * Fix two compiler warnings reported by Christian Franke. OBS-URL: https://build.opensuse.org/request/show/1060570 OBS-URL: https://build.opensuse.org/package/show/Base:System/gnu_ddrescue?expand=0&rev=40 --- ddrescue-1.26.tar.lz | 3 --- ddrescue-1.26.tar.lz.sig | Bin 72 -> 0 bytes ddrescue-1.27.tar.lz | 3 +++ ddrescue-1.27.tar.lz.sig | Bin 0 -> 72 bytes gnu_ddrescue.changes | 15 +++++++++++++++ gnu_ddrescue.spec | 4 ++-- 6 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 ddrescue-1.26.tar.lz delete mode 100644 ddrescue-1.26.tar.lz.sig create mode 100644 ddrescue-1.27.tar.lz create mode 100644 ddrescue-1.27.tar.lz.sig diff --git a/ddrescue-1.26.tar.lz b/ddrescue-1.26.tar.lz deleted file mode 100644 index cdaf449..0000000 --- a/ddrescue-1.26.tar.lz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e513cd3a90d9810dfdd91197d40aa40f6df01597bfb5ecfdfb205de1127c551f -size 91930 diff --git a/ddrescue-1.26.tar.lz.sig b/ddrescue-1.26.tar.lz.sig deleted file mode 100644 index bc7e336a4bd0dbeb12cb125261be7f9df4a4b1d7bf373dd4134ec30f28681d86..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 72 zcmV-O0Jr~$Mg#y60ssaD0%7XoO8^Q95Rd7V0~0NGLT4}lprCpZQwEuQvVGj08CI4| eSHZ>%8vvhRJdV8OXZ;7bXc2O@HUalmqP|-iAb2803D0~ literal 0 HcmV?d00001 diff --git a/gnu_ddrescue.changes b/gnu_ddrescue.changes index d89f68b..fc1ce60 100644 --- a/gnu_ddrescue.changes +++ b/gnu_ddrescue.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Jan 24 07:21:18 UTC 2023 - Paolo Stivanin + +- update to 1.2.7: + * command_mode.cc (do_commands): Fix flush stdout after each command. + (Reported by Jeffrey Bosboom). + * New option '-W, --compare-before-write'. + (Suggested by Kajetan Harald Hinner and Petr Slansky). + * main_common.cc (show_option_error): + New function showing argument and option name. + * main.cc: Remove synonym '--direct'. + * Use 'long long' instead of 'long' for time variables. + * loggers.cc: Missing '#include '. + * Fix two compiler warnings reported by Christian Franke. + ------------------------------------------------------------------- Sat May 7 12:20:13 UTC 2022 - Marcus Meissner diff --git a/gnu_ddrescue.spec b/gnu_ddrescue.spec index 309e87a..984431e 100644 --- a/gnu_ddrescue.spec +++ b/gnu_ddrescue.spec @@ -1,7 +1,7 @@ # # spec file for package gnu_ddrescue # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: gnu_ddrescue -Version: 1.26 +Version: 1.27 Release: 0 Summary: I/O error aware data recovery and copying utility License: GPL-2.0-or-later From 43237ab6ca434ad33141f8d07cb280507fc0e9eb074ecb904ade9b09ce8e3034 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 24 Jan 2023 12:24:31 +0000 Subject: [PATCH 2/2] trim changelog to user-relevant changes OBS-URL: https://build.opensuse.org/package/show/Base:System/gnu_ddrescue?expand=0&rev=41 --- gnu_ddrescue.changes | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/gnu_ddrescue.changes b/gnu_ddrescue.changes index fc1ce60..691b083 100644 --- a/gnu_ddrescue.changes +++ b/gnu_ddrescue.changes @@ -2,16 +2,8 @@ Tue Jan 24 07:21:18 UTC 2023 - Paolo Stivanin - update to 1.2.7: - * command_mode.cc (do_commands): Fix flush stdout after each command. - (Reported by Jeffrey Bosboom). * New option '-W, --compare-before-write'. - (Suggested by Kajetan Harald Hinner and Petr Slansky). - * main_common.cc (show_option_error): - New function showing argument and option name. - * main.cc: Remove synonym '--direct'. - * Use 'long long' instead of 'long' for time variables. - * loggers.cc: Missing '#include '. - * Fix two compiler warnings reported by Christian Franke. + * Remove synonym option '--direct'. ------------------------------------------------------------------- Sat May 7 12:20:13 UTC 2022 - Marcus Meissner