Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mingw64-filesystem for openSUSE:Factory checked in at 2022-08-27 11:50:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mingw64-filesystem (Old) and /work/SRC/openSUSE:Factory/.mingw64-filesystem.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mingw64-filesystem" Sat Aug 27 11:50:00 2022 rev:20 rq:999403 version:20220826 Changes: -------- --- /work/SRC/openSUSE:Factory/mingw64-filesystem/mingw64-filesystem.changes 2022-08-11 18:32:23.326271597 +0200 +++ /work/SRC/openSUSE:Factory/.mingw64-filesystem.new.2083/mingw64-filesystem.changes 2022-08-27 11:50:01.629834963 +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: ------------------ ++++++ mingw64-filesystem.spec ++++++ --- /var/tmp/diff_new_pack.QdNHu8/_old 2022-08-27 11:50:02.329836466 +0200 +++ /var/tmp/diff_new_pack.QdNHu8/_new 2022-08-27 11:50:02.333836475 +0200 @@ -31,7 +31,7 @@ %define _rpmmacrodir %{_sysconfdir}/rpm %endif Name: mingw64-filesystem -Version: 20220805 +Version: 20220826 Release: 0 Summary: MinGW base filesystem and environment License: GPL-2.0-or-later ++++++ mingw64-find-debuginfo.sh ++++++ --- /var/tmp/diff_new_pack.QdNHu8/_old 2022-08-27 11:50:02.517836870 +0200 +++ /var/tmp/diff_new_pack.QdNHu8/_new 2022-08-27 11:50:02.521836879 +0200 @@ -9,6 +9,10 @@ BUILDDIR="$1" fi +# speed up running objdump, see bug https://bugzilla.opensuse.org/show_bug.cgi?id=1202431 +export MALLOC_CHECK_=0 +export MALLOC_PERTURB_=0 + # generate separate debuginfo and debugsource or single debug package combining both if [ -n "$2" ]; then SINGLE_DEBUG_PACKAGE=1