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-05-05 23:04:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gdb (Old) and /work/SRC/openSUSE:Factory/.gdb.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gdb" Thu May 5 23:04:31 2022 rev:162 rq:974673 version:11.1 Changes: -------- --- /work/SRC/openSUSE:Factory/gdb/gdb.changes 2022-03-04 00:17:15.576280396 +0100 +++ /work/SRC/openSUSE:Factory/.gdb.new.1538/gdb.changes 2022-05-05 23:04:33.325419644 +0200 @@ -1,0 +2,11 @@ +Fri Apr 29 13:27:04 UTC 2022 - Martin Li??ka <[email protected]> + +- Remove dependency on binutils-gold as the package will be removed + in the future. Gold linker is unmaintained by the upstream project. + +------------------------------------------------------------------- +Thu Apr 14 09:24:07 UTC 2022 - Tom de Vries <[email protected]> + +- Fix unresolved BuildRequires fpc for Leap 15.4/i586. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gdb.spec ++++++ --- /var/tmp/diff_new_pack.ZwhUKS/_old 2022-05-05 23:04:35.289422097 +0200 +++ /var/tmp/diff_new_pack.ZwhUKS/_new 2022-05-05 23:04:35.293422103 +0200 @@ -552,14 +552,16 @@ BuildRequires: gcc-go %endif -%if %{with fpc} -%if 0%{?suse_version} >= 1500 && 0%{?is_opensuse} +%if %{with fpc} && 0%{?is_opensuse} %ifarch x86_64 aarch64 armv7l +# Tumbleweed and Leap 15.x. +%if 0%{?suse_version} >= 1500 BuildRequires: fpc %endif %ifarch %{ix86} -# fpc is (currently?) unavailable for Leap 15.3/i586. -%if 0%{?sle_version} != 150300 && 0%{?is_opensuse} +# Tumbleweed and Leap 15.{0,1,2}. +# fpc seems to be unavailable for Leap 15.{3,4}/i586. +%if 0%{?suse_version} > 1500 || (0%{?sle_version} >= 150000 && 0%{?sle_version} <= 150200) BuildRequires: fpc %endif %endif @@ -573,18 +575,6 @@ %endif %endif -%ifarch s390x -%if 0%{?suse_version} >= 1500 -# s390x (for SLE12 and earlier) doesn't have binutils-gold -BuildRequires: binutils-gold -%endif -%else -# SLE-10 doesn't have binutils-gold. -%if 0%{suse_version} >= 1110 -BuildRequires: binutils-gold -%endif -%endif - %if 0%{?suse_version} >= 1200 BuildRequires: systemtap-sdt-devel %endif
