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 2026-08-18 16:37:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mingw64-filesystem (Old) and /work/SRC/openSUSE:Factory/.mingw64-filesystem.new.1258 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mingw64-filesystem" Tue Aug 18 16:37:46 2026 rev:39 rq:1371702 version:20260312 Changes: -------- --- /work/SRC/openSUSE:Factory/mingw64-filesystem/mingw64-filesystem.changes 2026-03-19 17:42:05.605533547 +0100 +++ /work/SRC/openSUSE:Factory/.mingw64-filesystem.new.1258/mingw64-filesystem.changes 2026-08-18 16:38:37.189518483 +0200 @@ -1,0 +2,6 @@ +Tue Aug 18 06:32:56 UTC 2026 - Bernhard Wiedemann <[email protected]> + +- mingw64-find-debuginfo.sh: + * fix a race between the parallel debug-info extraction processes (boo#1102408) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mingw64-find-debuginfo.sh ++++++ --- /var/tmp/diff_new_pack.qhu5KI/_old 2026-08-18 16:38:38.483564789 +0200 +++ /var/tmp/diff_new_pack.qhu5KI/_new 2026-08-18 16:38:38.487564932 +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
