Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mingw32-filesystem for openSUSE:Factory checked in at 2022-08-27 11:49:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mingw32-filesystem (Old) and /work/SRC/openSUSE:Factory/.mingw32-filesystem.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mingw32-filesystem" Sat Aug 27 11:49:56 2022 rev:20 rq:999401 version:20220826 Changes: -------- --- /work/SRC/openSUSE:Factory/mingw32-filesystem/mingw32-filesystem.changes 2022-08-15 20:00:31.281445085 +0200 +++ /work/SRC/openSUSE:Factory/.mingw32-filesystem.new.2083/mingw32-filesystem.changes 2022-08-27 11:49:59.437830254 +0200 @@ -1,0 +2,6 @@ +Fri Aug 26 07:36:18 UTC 2022 - Ralf Habacker <ralf.habac...@freenet.de> + +- Update to 20220826 +- Speed up objdump scanning binaries for source files (boo#1202431) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mingw32-filesystem.spec ++++++ --- /var/tmp/diff_new_pack.DeXHbZ/_old 2022-08-27 11:50:00.045831560 +0200 +++ /var/tmp/diff_new_pack.DeXHbZ/_new 2022-08-27 11:50:00.053831577 +0200 @@ -31,7 +31,7 @@ %define _rpmmacrodir %{_sysconfdir}/rpm %endif Name: mingw32-filesystem -Version: 20220805 +Version: 20220826 Release: 0 Summary: MinGW base filesystem and environment License: GPL-2.0-or-later ++++++ mingw32-find-debuginfo.sh ++++++ --- /var/tmp/diff_new_pack.DeXHbZ/_old 2022-08-27 11:50:00.221831938 +0200 +++ /var/tmp/diff_new_pack.DeXHbZ/_new 2022-08-27 11:50:00.225831947 +0200 @@ -7,6 +7,10 @@ target="mingw32" host="i686-w64-mingw32" +# speed up running objdump, see bug https://bugzilla.opensuse.org/show_bug.cgi?id=1202431 +export MALLOC_CHECK_=0 +export MALLOC_PERTURB_=0 + BUILDDIR=. if [ -n "$1" ]; then BUILDDIR="$1"