Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gdb for openSUSE:Factory checked in at 2022-08-24 15:10:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gdb (Old) and /work/SRC/openSUSE:Factory/.gdb.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gdb" Wed Aug 24 15:10:47 2022 rev:164 rq:998802 version:12.1 Changes: -------- --- /work/SRC/openSUSE:Factory/gdb/gdb.changes 2022-08-04 13:22:40.156363470 +0200 +++ /work/SRC/openSUSE:Factory/.gdb.new.2083/gdb.changes 2022-08-24 15:10:57.968493117 +0200 @@ -1,0 +2,12 @@ +Mon Aug 22 02:58:00 UTC 2022 - Martin Li??ka <[email protected]> + +- Enable debuginfod for all archs as we index all TW RPM files. +- Recommend libdebuginfod1 when one installs gdb so that + it can utilize debuginfod server by default. + +------------------------------------------------------------------- +Tue Aug 2 12:01:23 UTC 2022 - Tom de Vries <[email protected]> + +- Fix build with gcc 13 by using -Wno-error=enum-int-mismatch. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gdb.spec ++++++ --- /var/tmp/diff_new_pack.btmWII/_old 2022-08-24 15:10:59.712494800 +0200 +++ /var/tmp/diff_new_pack.btmWII/_new 2022-08-24 15:10:59.712494800 +0200 @@ -342,7 +342,6 @@ Patch2028: make-gdb.ada-float-bits.exp-more-generic.patch Patch2029: gdb-testsuite-fix-gdb.threads-killed-outside.exp-on-aarch64.patch - # Backports from master, not yet available in next release. # @@ -384,7 +383,6 @@ # - BuildRequires: bison BuildRequires: flex %if 0%{suse_version} > 1110 @@ -427,13 +425,12 @@ %endif # 0%{!?_without_python:1} %global have_libdebuginfod 0 %if 0%{?suse_version} > 1500 -%ifarch %{ix86} x86_64 aarch64 armv7l ppc64 ppc64le s390x %global have_libdebuginfod 1 %endif -%endif %if 0%{have_libdebuginfod} BuildRequires: libdebuginfod-devel BuildRequires: libdebuginfod1 +Recommends: libdebuginfod1 %endif %global have_libipt 0 %if 0%{suse_version} > 1110 @@ -789,7 +786,6 @@ %patch2113 -p1 %patch2114 -p1 - #unpack libipt %if 0%{have_libipt} tar xzf %{SOURCE7} @@ -838,7 +834,7 @@ export CFLAGS="$RPM_OPT_FLAGS" # Add your -Wno-x/-Wno-error=y options here: -for opt in -Wno-error=odr; do +for opt in -Wno-error=odr -Wno-error=enum-int-mismatch; do # checking for acceptance of -Wno-foo is a bit wieldy: GCC doesn't # warn about unknown -Wno- flags, _except_ if there are other # diagnostics as well, so let's force an uninitialized use warning
