0.15-1 - update to a new upstream release
This commit is contained in:
parent
f41c299cbe
commit
fc18c7035b
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
||||
/dwz-20210121.tar.xz
|
||||
/dwz-20210122.tar.xz
|
||||
/dwz-0.14.tar.xz
|
||||
/dwz-0.15.tar.xz
|
||||
|
15
dwz.spec
15
dwz.spec
@ -1,18 +1,14 @@
|
||||
Summary: DWARF optimization and duplicate removal tool
|
||||
Name: dwz
|
||||
Version: 0.14
|
||||
Release: 9%{?dist}
|
||||
Version: 0.15
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and GPLv3+
|
||||
URL: https://sourceware.org/dwz/
|
||||
Source: https://sourceware.org/ftp/dwz/releases/%{name}-%{version}.tar.xz
|
||||
BuildRequires: gcc, gcc-c++, gdb, elfutils-libelf-devel, dejagnu
|
||||
BuildRequires: make elfutils
|
||||
BuildRequires: make elfutils xxhash-devel
|
||||
|
||||
# Patches
|
||||
Patch1: dwz-0.14-binutils-Wn.patch
|
||||
Patch2: dwz-0.14-binutils-readelf-alt.patch
|
||||
Patch3: dwz-0.14-gdb-add-index.patch
|
||||
Patch4: dwz-0.14-grep-E.patch
|
||||
|
||||
%description
|
||||
The dwz package contains a program that attempts to optimize DWARF
|
||||
@ -35,7 +31,7 @@ rm -rf %{buildroot}
|
||||
%make_install prefix=%{_prefix} mandir=%{_mandir} bindir=%{_bindir}
|
||||
|
||||
%check
|
||||
make check
|
||||
CFLAGS="" LDFLAGS="" make check
|
||||
|
||||
%files
|
||||
%license COPYING COPYING3 COPYING.RUNTIME
|
||||
@ -43,6 +39,9 @@ make check
|
||||
%{_mandir}/man1/dwz.1*
|
||||
|
||||
%changelog
|
||||
* Thu Nov 3 2022 Mark Wielaard <mjw@fedoraproject.org> 0.15-1
|
||||
- update to a new upstream release
|
||||
|
||||
* Tue Oct 25 2022 Mark Wielaard <mjw@fedoraproject.org> 0.14-9
|
||||
- Add dwz-0.14-grep-E.patch
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dwz-0.14.tar.xz) = 62c39f79723ca99305dbb08d1d24a17699b9a84dd98c30904103da116831b1253bf1edbfb905c76fdc4d48305bd1ea0046314c5619209c40a1e624b8ae4908b1
|
||||
SHA512 (dwz-0.15.tar.xz) = 43eb4b08c1f529859dc3466697d5ad7e172d6efbf21409530a67a2492ae4acc3734d5134bbd6e07c089ecc358d915871b13e22f6e4f1dd4c3af19ef804f8fcc5
|
||||
|
Loading…
Reference in New Issue
Block a user