debugedit/debugedit.changes
Marcus Meissner c287d004e0 * debugedit now handles DWARF5
- Add workaround-missing-linked-file.patch (boo#1233368)
- Use -p1 with autosetup

OBS-URL: https://build.opensuse.org/package/show/Base:System/debugedit?expand=0&rev=12
2024-11-21 08:40:35 +00:00

52 lines
1.8 KiB
Plaintext

-------------------------------------------------------------------
Mon Nov 11 08:23:09 UTC 2024 - Michal Suchanek <msuchanek@suse.de>
- Update to version 5.1 (bsc#1233156)
* Architecture support for hppa and loongarch
* Switch to xxhash for buildid recomputation (much faster!)
* find-debuginfo supports -v,--verbose and -q,--quiet
* find-debuginfo passes -j down to dwz
* debugedit now handles DWARF5
* debugedit handles compressed DWARF debug sections
- Refresh debugsubpkg.patch finddebuginfo.patch
- Remove upstreamed remove-bad-shift.patch
- Add workaround-missing-linked-file.patch (boo#1233368)
- Use -p1 with autosetup
-------------------------------------------------------------------
Wed Nov 16 07:28:09 UTC 2022 - Ludwig Nussel <lnussel@suse.de>
- don't hard require gdb (boo#1205344)
-------------------------------------------------------------------
Sun Sep 4 10:29:29 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
- finddebuginfo.patch: convert obsolete egrep to grep -E
(boo#1203092)
-------------------------------------------------------------------
Wed Jul 6 12:43:49 UTC 2022 - Ludwig Nussel <lnussel@suse.de>
- move find-debuginfo and sepdebugcrcfix which are basically tools
for use by rpmbuild only to /usr/lib/rpm where they used to be
when debugedit was bundled with rpm.
-------------------------------------------------------------------
Mon Jun 27 11:36:59 UTC 2022 - Ludwig Nussel <lnussel@suse.de>
- refresh patches to apply clean
- add git url
- add requires
-------------------------------------------------------------------
Wed Jun 30 13:06:47 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
- initial version 5.0
- Added patches from rpm:
* finddebuginfo.patch
* finddebuginfo-absolute-links.patch
* debugsubpkg.patch
* debuglink.patch
* debuginfo-mono.patch
- Add patch to fix bad shift: remove-bad-shift.patch