Hello community,
here is the log from the commit of package mingw32-filesystem for
openSUSE:Leap:15.2 checked in at 2020-04-25 19:07:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/mingw32-filesystem (Old)
and /work/SRC/openSUSE:Leap:15.2/.mingw32-filesystem.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mingw32-filesystem"
Sat Apr 25 19:07:05 2020 rev:2 rq:797218 version:20191217
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/mingw32-filesystem/mingw32-filesystem.changes
2020-02-19 18:47:17.922911009 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.mingw32-filesystem.new.2738/mingw32-filesystem.changes
2020-04-25 19:07:31.995911575 +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:
------------------
++++++ mingw32-find-debuginfo.sh ++++++
--- /var/tmp/diff_new_pack.r798lF/_old 2020-04-25 19:07:32.575912822 +0200
+++ /var/tmp/diff_new_pack.r798lF/_new 2020-04-25 19:07:32.575912822 +0200
@@ -30,7 +30,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 ;;
@@ -67,6 +67,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