0.3-1
- Update to upstream 0.3 pre-release. Removes find-debuginfo .sh suffix. - This release still has a find-debuginfo.sh -> find-debuginfo symlink.
This commit is contained in:
parent
a26d4ccc0f
commit
b2c0244e03
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,4 @@
|
||||
/debugedit-0.2.tar.xz
|
||||
/debugedit-0.2.tar.xz.sig
|
||||
/debugedit-0.3.tar.xz
|
||||
/debugedit-0.3.tar.xz.sig
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: debugedit
|
||||
Version: 0.2
|
||||
Version: 0.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Tools for debuginfo creation
|
||||
License: GPLv3+ and GPLv2+ and LGPLv2+
|
||||
@ -53,6 +53,9 @@ read and write ELF files, DWARF data and build-ids.
|
||||
|
||||
%install
|
||||
%make_install
|
||||
# Temp symlink to make sure things don't break.
|
||||
cd %{buildroot}%{_bindir}
|
||||
ln -s find-debuginfo find-debuginfo.sh
|
||||
|
||||
%check
|
||||
# The testsuite should be zero fail.
|
||||
@ -65,12 +68,17 @@ make check %{?_smp_mflags}
|
||||
%doc README
|
||||
%{_bindir}/debugedit
|
||||
%{_bindir}/sepdebugcrcfix
|
||||
%{_bindir}/find-debuginfo
|
||||
%{_bindir}/find-debuginfo.sh
|
||||
%{_mandir}/man1/debugedit.1*
|
||||
%{_mandir}/man1/sepdebugcrcfix.1*
|
||||
%{_mandir}/man1/find-debuginfo.sh.1*
|
||||
%{_mandir}/man1/find-debuginfo.1*
|
||||
|
||||
%changelog
|
||||
* Thu Jun 17 2021 Mark Wielaard <mjw@fedoraproject.org> - 0.3-1
|
||||
- Update to upstream 0.3 pre-release. Removes find-debuginfo .sh suffix.
|
||||
- This release still has a find-debuginfo.sh -> find-debuginfo symlink.
|
||||
|
||||
* Wed May 5 2021 Mark Wielaard <mjw@fedoraproject.org> - 0.2-1
|
||||
- Update to upstream 0.2 pre-release. Adds documentation.
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (debugedit-0.2.tar.xz) = c277c23ab8fcf7925bb81f83f34c9f1cc93015f5aedcd28b4f5774de11a80d3c012a11efb728dc3d9dfd9eb01283408368914f6462c24fe8c9ada848d2e4ec3d
|
||||
SHA512 (debugedit-0.2.tar.xz.sig) = 13ea6758c8a64174da26c4abdb74bcdf6745e90bd3fa121f8175f63908e44697f9f36f950d059a8cb3a89d5369aee68a52782d0c4b76cf44f2616dfc7ac19e18
|
||||
SHA512 (debugedit-0.3.tar.xz) = 6e2ed2a9eff199097d133d9d9e68b5cd29be1c223ebab41a3f87ac3d5ed7d9b076bbc519d4027d2a58a7ec38378b3e7947ee0263a7b2000248cf600ba7bab53d
|
||||
SHA512 (debugedit-0.3.tar.xz.sig) = 62a487a87dcfd18d15f0210e8988810b3e570503dfc2a8ea489c6cd56dd8b030dad5f3d643162cf20ed6c20896aad106472bdb74790c8e18bd8e316f5348a297
|
||||
|
Loading…
Reference in New Issue
Block a user