Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package binutils for openSUSE:Factory checked in at 2023-03-02 23:01:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/binutils (Old) and /work/SRC/openSUSE:Factory/.binutils.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "binutils" Thu Mar 2 23:01:45 2023 rev:163 rq:1067336 version:2.40 Changes: -------- --- /work/SRC/openSUSE:Factory/binutils/binutils.changes 2023-02-21 15:35:27.604086325 +0100 +++ /work/SRC/openSUSE:Factory/.binutils.new.31432/binutils.changes 2023-03-02 23:01:48.794705326 +0100 @@ -1,0 +2,11 @@ +Thu Feb 23 09:11:50 UTC 2023 - Martin Liška <mli...@suse.cz> + +- Disable ZSTD debug section compress by default. + +------------------------------------------------------------------- +Tue Feb 21 15:32:02 UTC 2023 - Martin Liška <mli...@suse.cz> + +- Enable zstd compression algorithm (instead of zlib) + for debug info sections by default. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ binutils.spec ++++++ --- /var/tmp/diff_new_pack.LBpLLP/_old 2023-03-02 23:01:50.166711540 +0100 +++ /var/tmp/diff_new_pack.LBpLLP/_new 2023-03-02 23:01:50.174711577 +0100 @@ -61,6 +61,9 @@ %else BuildRequires: zlib-devel %endif +%if %{suse_version} > 1500 +BuildRequires: libzstd-devel +%endif Version: 2.40 Release: 0 @@ -385,6 +388,11 @@ --enable-warn-execstack=yes \ --enable-warn-rwx-segments=yes +#FIXME: enable in the future +#%if %{suse_version} > 1550 +# --enable-default-compressed-debug-sections-algorithm=zstd \ +#%endif + # we patch headers (bfd-in.h) that are input to other headers # which are generated only with --enable-maintainer-mode (which we # don't do) or explicitely by make headers, so do this: