Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mingw32-filesystem for 
openSUSE:Factory checked in at 2022-08-30 14:50:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mingw32-filesystem (Old)
 and      /work/SRC/openSUSE:Factory/.mingw32-filesystem.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mingw32-filesystem"

Tue Aug 30 14:50:18 2022 rev:21 rq:1000161 version:20220826

Changes:
--------
--- /work/SRC/openSUSE:Factory/mingw32-filesystem/mingw32-filesystem.changes    
2022-08-27 11:49:59.437830254 +0200
+++ 
/work/SRC/openSUSE:Factory/.mingw32-filesystem.new.2083/mingw32-filesystem.changes
  2022-08-30 14:51:09.676377823 +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.izHmEE/_old  2022-08-30 14:51:10.340379517 +0200
+++ /var/tmp/diff_new_pack.izHmEE/_new  2022-08-30 14:51:10.344379526 +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