Accepting request 1088732 from devel:gcc

OBS-URL: https://build.opensuse.org/request/show/1088732
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdb?expand=0&rev=170
This commit is contained in:
2023-05-25 21:52:08 +00:00
committed by Git OBS Bridge
3 changed files with 24 additions and 2 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon May 22 21:01:44 UTC 2023 - Dirk Müller <dmueller@suse.com>
- disable werror as a workaround for deprecation warnings with
python 3.11 (bsc#1211052)
-------------------------------------------------------------------
Fri Apr 7 07:48:58 UTC 2023 - Tom de Vries <tdevries@suse.com>
- Revert to singlespec multibuild.
-------------------------------------------------------------------
Tue Apr 4 13:27:03 UTC 2023 - Tom de Vries <tdevries@suse.com>
- Add multispec _multibuild.
-------------------------------------------------------------------
Tue Apr 4 11:29:35 UTC 2023 - Tom de Vries <tdevries@suse.com>
- Don't use multibuild.
-------------------------------------------------------------------
Tue Apr 4 08:47:10 UTC 2023 - Tom de Vries <tdevries@suse.com>

View File

@@ -978,6 +978,7 @@ EXTRA_TARGETS="$EXTRA_TARGETS%(printf ,%%s-elf %{elf_extra_target_list})"
EXTRA_TARGETS=
%endif
# Reenable enable-werror on tumbleweed when upgrading to 13.1 (bsc#1211052)
../configure \
--prefix=%{_prefix} \
--libdir=%{_libdir} \
@@ -992,7 +993,7 @@ EXTRA_TARGETS=
%ifnarch %{ix86} alpha ia64 ppc s390 s390x x86_64 ppc64 ppc64le sparc sparcv9 sparc64 riscv64 aarch64
--disable-werror \
%else
%if %{suse_version} <= 1110
%if %{suse_version} <= 1110 || %{suse_version} > 1500
--disable-werror \
%else
--enable-werror \

View File

@@ -138,8 +138,8 @@ case "$n" in
--trust-all-projects \
--no-service \
-k $pkgs/$c.$arch \
-M testsuite \
$c $arch \
-M testsuite \
> $logs/$n/LOG.$c.$arch \
2>&1
if [ $? -eq 0 ]; then