Fix "Files could not be expanded: service error: bad link: conflict in file gdb.spec"

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=298
This commit is contained in:
2021-11-07 18:39:40 +00:00
committed by Git OBS Bridge
parent 05d83933c4
commit afe602e490
9 changed files with 610 additions and 103 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Sat Nov 6 09:25:28 UTC 2021 - Tom de Vries <tdevries@suse.com>
- Replace patch (patch from mailing list, fix SLE-11 apply failure):
* gdb-tdep-aarch64-make-gdbserver-register-set-selection-dynamic.patch
with (now backported from release branch):
* aarch64-make-gdbserver-register-set-selection-dynamic.patch
- Patches added:
* gdb-testsuite-fix-data-alignment-in-gdb.arch-i386-avx-sse-.exp.patch
* gdb-testsuite-fix-fail-in-gdb.tui-basic.exp.patch
- Patches dropped:
* gdb-testsuite-add-checks-to-gdb.arch-i386-sse.exp.patch
- Replace patch:
* gdb-testsuite-Fix-gdb.threads-thread-specific-bp.exp.patch
with (updated version, and patchname now generated by
import-patches.sh):
* gdb-testsuite-fix-gdb.threads-thread-specific-bp.exp.patch
- Maintenance script import-patches.sh:
* Improve argument checking.
* Add usage.
* Use filterdiff to filter out ChangeLog entries.
- Maintenance script qa.sh:
* Fix usage.
* Document todo.
-------------------------------------------------------------------
Fri Nov 5 23:04:35 UTC 2021 - Tom de Vries <tdevries@suse.com>