SHA256
1
0
forked from pool/gdb

- Maintenance script qa-remote.sh:

* Make rpm matching yet more precise.
- Update patch:
  * gdb-tdep-fix-powerpc-ieee-128-bit-format-arg-passing.patch
- Add patches:
  * gdb-handle-pending-c-after-rl_callback_read_char.patch
  * gdb-testsuite-fix-have_mpx-test.patch
  * gdb-symtab-fix-handling-of-dw_tag_unspecified_type.patch
  * gdb-testsuite-fix-gdb.dwarf2-dw2-unspecified-type-foo.c-with-m32.patch

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=333
This commit is contained in:
2022-09-27 11:02:05 +00:00
committed by Git OBS Bridge
parent 5362e51d1d
commit 3608b5ef76
8 changed files with 493 additions and 9 deletions

View File

@@ -54,14 +54,16 @@ get_item ()
mkdir -p $dir
fi
if [ ! -f $dir/gdb-testresults-12.1-*.$arch.rpm ]; then
rpm=$(echo $dir/gdb-testresults-12.1-*.*.rpm)
rpm=$(for f in $rpm; do echo $f; done | grep -v nosrc)
if [ ! -f $rpm ]; then
osc getbinaries -q -M testsuite -d $dir $c $arch
fi
if [ ! -d $pkgs/gdb-testresults.$c.$arch ]; then
(
cd $dir
extract gdb-testresults-12.1-*.$arch.rpm
extract $rpm
)
fi