- temporarily remove not-really-detached-signature

- Update to 1.99.13:
  * Drop fuzz-lzo-* patches, as they have been merged upstream.
  * Allow overriding strip binary (not used in this build).
  * Make -fanalyzer more happy: abort() and assert()ions to ensure
    we always react to failed memory allocations.
  * ddr_hash: Support reading/writing checksums from stdin/out "-".
  * Fix aliasing issue with XORN function (in aes.h), spotted by
    gcc-13: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108695
    Drop workaround from Martin Liška again. 
  * Higher optimization level for aes.c driver is beneficial for
    key setup speed.

OBS-URL: https://build.opensuse.org/package/show/Base:System/dd_rescue?expand=0&rev=72
This commit is contained in:
Dirk Mueller 2023-02-28 09:45:50 +00:00 committed by Git OBS Bridge
parent af2d951c44
commit e21a8882e0
5 changed files with 26 additions and 25 deletions

View File

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

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEZmn3NA0x6V7FVlSQ3k8bOiv/xb8FAmLgFA4ACgkQ3k8bOiv/
xb+TWA/+O2JH+LAazgHmb52oLHsNrMLJsrjbpt8SzHD3K20QHgR5GcLMmRR0i+vQ
Lyaia0iLtwSlhE5N2Q4UNoy8jzWVwed8ZCMENp+8teNIKTc5SC+au3R4LXTn6TY2
TlJBfvTJB5KLXGdhimTxhla3+94A0XeR86IiFmYxn1d8V9z286TOs3FhbTB53iSU
nqL64Gty49GavYCKPeFgXExKU2/3Ij+p/vM/UNCddfYSMT49FhsGY3Ho2TOadIyu
dlxAJDdVItP7k9szJC0+SMDgq3zdh64UQ9F5m3aYy79FWncmudH/NSDk3LRZ9uw4
F0YrqIfCMcZEJMZ5sj9xNyFb7u27G+fujnDhXPfpZ6xmjL9cTIb+ja4dW6kOqoON
IHVtMJp25F6MFgaGX9eKI5aBj6JU1AzO1AodCRPp29AsY5aOANuTDbV9bhPoPE8N
a6sU5Xvwz2pb1sDnNy67bzZxNqVnqvjx2rBsTig77tvtWDgb/7lGl0uVcGSoUy5s
O89NaW67SgEiKY0cUDUJP/FziI5EbPYRAJme75iXCpousMY2vkbzxI1jogvKABeC
K+5KO9Wjto42/NyIAQg9RxMZoeFVqAgJC4/gFDmE3LVwnKdygg6DyfpEQD9xnHIH
OkYBLbL1b8VGE92J/7RnW08HZwr+n3VvzxvcZ7eKtTo4/QTXteI=
=/tyl
-----END PGP SIGNATURE-----

View File

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

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Tue Feb 28 09:44:46 UTC 2023 - Dirk Müller <dmueller@suse.com>
- temporarily remove not-really-detached-signature
-------------------------------------------------------------------
Fri Feb 24 09:37:35 CET 2023 - kurt@garloff.de
- Update to 1.99.13:
* Drop fuzz-lzo-* patches, as they have been merged upstream.
* Allow overriding strip binary (not used in this build).
* Make -fanalyzer more happy: abort() and assert()ions to ensure
we always react to failed memory allocations.
* ddr_hash: Support reading/writing checksums from stdin/out "-".
* Fix aliasing issue with XORN function (in aes.h), spotted by
gcc-13: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108695
Drop workaround from Martin Liška again.
* Higher optimization level for aes.c driver is beneficial for
key setup speed.
-------------------------------------------------------------------
Wed Feb 8 16:00:38 UTC 2023 - Martin Liška <mliska@suse.cz>

View File

@ -21,14 +21,14 @@
%define _lto_cflags %{nil}
%endif
Name: dd_rescue
Version: 1.99.12
Version: 1.99.13
Release: 0
Summary: Data copying in the presence of I/O Errors
License: GPL-2.0-only OR GPL-3.0-only
Group: System/Base
URL: http://www.garloff.de/kurt/linux/ddrescue/
Source0: http://garloff.de/kurt/linux/ddrescue/%{name}-%{version}.tar.bz2
Source1: http://garloff.de/kurt/linux/ddrescue/%{name}-%{version}.tar.bz2.asc
# Source1: http://garloff.de/kurt/linux/ddrescue/%{name}-%{version}.tar.bz2.asc
Source2: %{name}.keyring
Source99: %{name}.changes
# PATCH-FIX-UPSTREAM no-python2.patch sf#ddrescue#4 mcepl@suse.com
@ -127,10 +127,7 @@ autoconf
# avoid running dependency generation step
touch .dep
# GCC 13 newly detects a violation of the strict aliasing rule:
# https://sourceforge.net/p/ddrescue/tickets/6/
OPT_FLAGS="%{optflags} -fno-strict-aliasing"
%make_build RPM_OPT_FLAGS="$OPT_FLAGS" LIBDIR=%{_libdir} LIB=%{_lib}
%make_build RPM_OPT_FLAGS="%{optflags}" LIBDIR=%{_libdir} LIB=%{_lib}
%install
%make_install RPM_OPT_FLAGS="%{optflags}" INSTALLDIR=%{buildroot}/%{_bindir} LIB=%{_lib} LIBDIR=%{_libdir} \