Update to dwz 0.16
Resolves: RHEL-95841 Resolves: RHEL-95452 Resolves: RHEL-59874
This commit is contained in:
parent
6970972b1f
commit
a25486220e
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@
|
||||
/dwz-20210121.tar.xz
|
||||
/dwz-20210122.tar.xz
|
||||
/dwz-0.14.tar.xz
|
||||
/dwz-0.16.tar.xz
|
||||
|
||||
12
dwz.spec
12
dwz.spec
@ -1,11 +1,11 @@
|
||||
Summary: DWARF optimization and duplicate removal tool
|
||||
Name: dwz
|
||||
Version: 0.14
|
||||
Release: 3%{?dist}
|
||||
Version: 0.16
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and GPLv3+
|
||||
Source: %{name}-0.14.tar.xz
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
BuildRequires: gcc, gcc-c++, gdb, elfutils-libelf-devel, dejagnu
|
||||
BuildRequires: make
|
||||
BuildRequires: make, xxhash-devel
|
||||
|
||||
%description
|
||||
The dwz package contains a program that attempts to optimize DWARF
|
||||
@ -36,6 +36,10 @@ make check
|
||||
%{_mandir}/man1/dwz.1*
|
||||
|
||||
%changelog
|
||||
* Thu Jun 26 2025 Maciej W. Rozycki <macro@redhat.com> - 0.16-1
|
||||
- Update to dwz 0.16
|
||||
- Require xxhash-devel to build
|
||||
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.14-3
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dwz-0.14.tar.xz) = 62c39f79723ca99305dbb08d1d24a17699b9a84dd98c30904103da116831b1253bf1edbfb905c76fdc4d48305bd1ea0046314c5619209c40a1e624b8ae4908b1
|
||||
SHA512 (dwz-0.16.tar.xz) = 1d6584ad8a0558b8a1351472c968c7b86849267872a50f11ab7b2a0866403dfb2dcf5e14c7c1a97a7c014c7b9fe8ce56c37aaa28b04bd6ddb0fd04bfbc8b97fe
|
||||
|
||||
Loading…
Reference in New Issue
Block a user