Hello community, here is the log from the commit of package mingw64-filesystem for openSUSE:Factory checked in at 2020-04-21 13:10:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mingw64-filesystem (Old) and /work/SRC/openSUSE:Factory/.mingw64-filesystem.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mingw64-filesystem" Tue Apr 21 13:10:13 2020 rev:3 rq:795758 version:20191217 Changes: -------- --- /work/SRC/openSUSE:Factory/mingw64-filesystem/mingw64-filesystem.changes 2020-01-10 17:49:01.198140596 +0100 +++ /work/SRC/openSUSE:Factory/.mingw64-filesystem.new.2738/mingw64-filesystem.changes 2020-04-21 13:10:14.996762343 +0200 @@ -1,0 +2,5 @@ +Sun Apr 19 17:39:26 UTC 2020 - Bernhard Wiedemann <[email protected]> + +- Process debuginfo in a reproducible way (boo#1041090) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mingw64-find-debuginfo.sh ++++++ --- /var/tmp/diff_new_pack.nWOZIZ/_old 2020-04-21 13:10:16.236764817 +0200 +++ /var/tmp/diff_new_pack.nWOZIZ/_new 2020-04-21 13:10:16.240764824 +0200 @@ -27,7 +27,7 @@ SOURCE_DIR="${ROOT_DIR}/src" DEBUGSOURCE_DIR="${SOURCE_DIR}/debug" -for f in `find $RPM_BUILD_ROOT -type f -name "*.exe" -or -name "*.dll"` +for f in `find $RPM_BUILD_ROOT -type f -name "*.exe" -or -name "*.dll" | sort` do case $("$host-objdump" -h "$f" 2>/dev/null | egrep -o '(debug[\.a-z_]*|gnu.version)') in *debuglink*) continue ;; @@ -64,6 +64,7 @@ -or -name "*.dll.debug" \ -or -name "*.exe.mdb" \ -or -name "*.dll.mdb" \ +| sort \ | sed -n -e "s#^$RPM_BUILD_ROOT##p" >"$BUILDDIR/$target-debugfiles.list" if [ -e "$RPM_BUILD_ROOT/$SYMBOL_DIR" ]; then
