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 2022-08-30 14:50:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mingw64-filesystem (Old)
 and      /work/SRC/openSUSE:Factory/.mingw64-filesystem.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mingw64-filesystem"

Tue Aug 30 14:50:23 2022 rev:21 rq:1000166 version:20220826

Changes:
--------
--- /work/SRC/openSUSE:Factory/mingw64-filesystem/mingw64-filesystem.changes    
2022-08-27 11:50:01.629834963 +0200
+++ 
/work/SRC/openSUSE:Factory/.mingw64-filesystem.new.2083/mingw64-filesystem.changes
  2022-08-30 14:51:15.820393499 +0200
@@ -1,0 +2,6 @@
+Mon Aug 29 10:17:22 UTC 2022 - Ralf Habacker <ralf.habac...@freenet.de>
+
+- Fix generating invalid source file path when scanning binaries
+  (boo#1202865) 
+  
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mingw-objdump-srcfiles ++++++
--- /var/tmp/diff_new_pack.Tgnzp6/_old  2022-08-30 14:51:16.528395306 +0200
+++ /var/tmp/diff_new_pack.Tgnzp6/_new  2022-08-30 14:51:16.536395327 +0200
@@ -15,7 +15,11 @@
 
 state == 1 && $2 ~ /DW_AT_comp_dir/ {
     atdir = $NF
-    if (atdir != "" && atname != "") {
+    # atname is absolute
+    if (atname ~ /^\//) {
+        print atname
+        state = 0
+    } else if (atdir != "" && atname != "") {
         print atdir "/" atname
         state = 0
     }

Reply via email to