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 <cstdlib>'.
  * 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
This commit is contained in:
Jan Engelhardt 2023-01-24 12:23:58 +00:00 committed by Git OBS Bridge
parent ec6ec98618
commit bc730e0d60
6 changed files with 20 additions and 5 deletions

View File

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

Binary file not shown.

3
ddrescue-1.27.tar.lz Normal file
View File

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

BIN
ddrescue-1.27.tar.lz.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Jan 24 07:21:18 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>
- 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 <cstdlib>'.
* Fix two compiler warnings reported by Christian Franke.
-------------------------------------------------------------------
Sat May 7 12:20:13 UTC 2022 - Marcus Meissner <meissner@suse.com>

View File

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