Hello community,

here is the log from the commit of package mingw32-filesystem for 
openSUSE:Factory checked in at 2020-04-21 13:10:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mingw32-filesystem (Old)
 and      /work/SRC/openSUSE:Factory/.mingw32-filesystem.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mingw32-filesystem"

Tue Apr 21 13:10:08 2020 rev:3 rq:795757 version:20191217

Changes:
--------
--- /work/SRC/openSUSE:Factory/mingw32-filesystem/mingw32-filesystem.changes    
2020-01-10 17:48:54.138141855 +0100
+++ 
/work/SRC/openSUSE:Factory/.mingw32-filesystem.new.2738/mingw32-filesystem.changes
  2020-04-21 13:10:13.580759519 +0200
@@ -1,0 +2,5 @@
+Sun Apr 19 17:39:26 UTC 2020 - Bernhard Wiedemann <bwiedem...@suse.com>
+
+- Process debuginfo in a reproducible way (boo#1041090)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mingw32-find-debuginfo.sh ++++++
--- /var/tmp/diff_new_pack.MrtTbE/_old  2020-04-21 13:10:14.572761498 +0200
+++ /var/tmp/diff_new_pack.MrtTbE/_new  2020-04-21 13:10:14.572761498 +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


Reply via email to