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 2026-08-18 16:37:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mingw32-filesystem (Old) and /work/SRC/openSUSE:Factory/.mingw32-filesystem.new.1258 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mingw32-filesystem" Tue Aug 18 16:37:44 2026 rev:40 rq:1371701 version:20260312 Changes: -------- --- /work/SRC/openSUSE:Factory/mingw32-filesystem/mingw32-filesystem.changes 2026-03-19 17:42:04.301479522 +0100 +++ /work/SRC/openSUSE:Factory/.mingw32-filesystem.new.1258/mingw32-filesystem.changes 2026-08-18 16:38:35.224448166 +0200 @@ -1,0 +2,6 @@ +Tue Aug 18 06:32:56 UTC 2026 - Bernhard Wiedemann <[email protected]> + +- mingw32-find-debuginfo.sh: + * fix a race between the parallel debug-info extraction processes (boo#1102408) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mingw32-find-debuginfo.sh ++++++ --- /var/tmp/diff_new_pack.Jb9beI/_old 2026-08-18 16:38:36.572496404 +0200 +++ /var/tmp/diff_new_pack.Jb9beI/_new 2026-08-18 16:38:36.577496583 +0200 @@ -38,7 +38,7 @@ esac echo extracting debug info from $f # grep all listed source files belonging to this package into temporary source file list. - "$OBJDUMP" -Wi "$f" | "$SRCFILES" | grep $srcdir >>"$SOURCEFILE.tmp" + "$OBJDUMP" -Wi "$f" | "$SRCFILES" | grep $srcdir >>"$SOURCEFILE.tmp.$$" "$OBJCOPY" --only-keep-debug "$f" "$f.debug" || : pushd `dirname $f` "$OBJCOPY" --add-gnu-debuglink=`basename "$f.debug"` --strip-unneeded `basename "$f"` || : @@ -88,7 +88,7 @@ SOURCEFILE="$BUILDDIR/$target-debugsources.list" > "$SOURCEFILE" -> $SOURCEFILE.tmp +rm -f "$SOURCEFILE".tmp* srcdir=`realpath $PWD` @@ -108,6 +108,8 @@ srcdir=$srcdir \ xargs --max-args=1 --max-procs=0 bash -x $0 +cat "$SOURCEFILE".tmp.* >"$SOURCEFILE.tmp" 2>/dev/null || : + # generate debug info file list find $RPM_BUILD_ROOT -type f \ -name "*.exe.debug" \ @@ -148,7 +150,7 @@ echo copying $f to $o install -m 644 $f $o done -rm $SOURCEFILE.tmp +rm -f "$SOURCEFILE".tmp* # add package source directory to list of files if [ -e "$RPM_BUILD_ROOT/$DEBUGSOURCE_DIR" ]; then
