Hello community,
here is the log from the commit of package mingw64-filesystem for
openSUSE:Leap:15.2 checked in at 2020-04-21 19:07:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/mingw64-filesystem (Old)
and /work/SRC/openSUSE:Leap:15.2/.mingw64-filesystem.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mingw64-filesystem"
Tue Apr 21 19:07:26 2020 rev:2 rq:796054 version:20191217
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/mingw64-filesystem/mingw64-filesystem.changes
2020-02-19 18:46:04.782762946 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.mingw64-filesystem.new.2738/mingw64-filesystem.changes
2020-04-21 19:08:46.676142141 +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.AC19zr/_old 2020-04-21 19:08:47.324143461 +0200
+++ /var/tmp/diff_new_pack.AC19zr/_new 2020-04-21 19:08:47.328143469 +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