Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/dwz.git#d80cb39d2ef1f8f878dc06491db80c069f571f3c
This commit is contained in:
parent
1a09a6dd4e
commit
2f542a7283
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
||||
/dwz-0.13.tar.xz
|
||||
/dwz-20210118.tar.xz
|
||||
/dwz-20210121.tar.xz
|
||||
/dwz-20210122.tar.xz
|
||||
|
9
dwz.spec
9
dwz.spec
@ -1,11 +1,11 @@
|
||||
Summary: DWARF optimization and duplicate removal tool
|
||||
Name: dwz
|
||||
Version: 0.13
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
License: GPLv2+ and GPLv3+
|
||||
#Source: https://sourceware.org/ftp/dwz/releases/%{name}-%{version}.tar.xz
|
||||
#git clone git://sourceware.org/git/dwz; cd dwz; git archive --format=tar --prefix=dwz/ 47af8da7c8533924e96d1dbd97625b6a4dc35855 | xz -9e > ../dwz-20210121.tar.xz
|
||||
Source: %{name}-20210121.tar.xz
|
||||
#git clone git://sourceware.org/git/dwz; cd dwz; git archive --format=tar --prefix=dwz/ 216d4fadd5a475ed6a1bc565081b630b586155eb | xz -9e > ../dwz-20210122.tar.xz
|
||||
Source: %{name}-20210122.tar.xz
|
||||
Patch: %{name}.patch
|
||||
BuildRequires: gcc, gcc-c++, gdb, elfutils-libelf-devel, dejagnu
|
||||
BuildRequires: make
|
||||
@ -40,6 +40,9 @@ make check
|
||||
%{_mandir}/man1/dwz.1*
|
||||
|
||||
%changelog
|
||||
* Fri Jan 22 2021 Mark Wielaard <mjw@fedoraproject.org> 0.13-7
|
||||
- Don't crash on DWARF5 .debug_line table with zero files (#1919243)
|
||||
|
||||
* Thu Jan 21 2021 Jakub Jelinek <jakub@redhat.com> 0.13-6
|
||||
- DW_FORM_implicit_const handling fixes (sw#27212, sw#27213)
|
||||
- temporarily build odr tests with -gdwarf-4 as they are incompatible with
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dwz-20210121.tar.xz) = f35855856e1ed6b64f726382b2d63ee1de5b16e06ef83a115563e9f4b2d661419a5c82f5e0da219e98f8f67d6af8bc2a5122ce14bba6a70aa00d7bd14fff3d98
|
||||
SHA512 (dwz-20210122.tar.xz) = b0e0df74b0a66a18f25bfdf7ee54b08326f4dceff4382a8137c8f18c6ef93099f2eca511cb271da3d5ec4dcd1c5136cfb6de11cf7a31bbdefba1b8eb4e116765
|
||||
|
Loading…
Reference in New Issue
Block a user