Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mingw32-cross-breakpad-tools for 
openSUSE:Factory checked in at 2021-12-06 23:59:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mingw32-cross-breakpad-tools (Old)
 and      /work/SRC/openSUSE:Factory/.mingw32-cross-breakpad-tools.new.31177 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mingw32-cross-breakpad-tools"

Mon Dec  6 23:59:46 2021 rev:2 rq:935859 version:20140827

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/mingw32-cross-breakpad-tools/mingw32-cross-breakpad-tools.changes
        2020-01-08 17:54:07.953627669 +0100
+++ 
/work/SRC/openSUSE:Factory/.mingw32-cross-breakpad-tools.new.31177/mingw32-cross-breakpad-tools.changes
     2021-12-07 00:00:58.632225953 +0100
@@ -1,0 +2,5 @@
+Sun Nov 28 20:47:17 UTC 2021 - Ralf Habacker <[email protected]>
+
+- Fix shell syntax in gen_sym_files.sh (boo#1193143)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mingw32-cross-breakpad-tools.spec ++++++
--- /var/tmp/diff_new_pack.7ahbwe/_old  2021-12-07 00:00:59.464223010 +0100
+++ /var/tmp/diff_new_pack.7ahbwe/_new  2021-12-07 00:00:59.464223010 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mingw32-cross-breakpad-tools
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -25,7 +25,7 @@
 Summary:        An open-source multi-platform crash reporting system
 License:        BSD-3-Clause
 Group:          Development/Libraries
-Url:            https://github.com/jon-turney/
+URL:            https://github.com/jon-turney/
 # wget 
https://github.com/jon-turney/google-breakpad/archive/pecoff-dwarf-2.tar.gz -O 
google-breakpad-`date +%Y%m%d`.tar.gz
 Source0:        google-breakpad-%{version}.tar.gz
 Source1:        gen_sym_files.sh
@@ -61,7 +61,6 @@
        ln -s -v %{_prefix}/%{_mingw32_target}/bin/$i 
%{buildroot}%{_bindir}/%{_mingw32_target}-$i;
 done
 
-
 %files
 %defattr(-,root,root)
 %dir %{_prefix}/%{_mingw32_target}

++++++ gen_sym_files.sh ++++++
--- /var/tmp/diff_new_pack.7ahbwe/_old  2021-12-07 00:00:59.504222869 +0100
+++ /var/tmp/diff_new_pack.7ahbwe/_new  2021-12-07 00:00:59.504222869 +0100
@@ -15,9 +15,19 @@
        TARGET_DIR="$2"
 fi
 
+# $3 path mapping <src>:<dest>
+if [ -z "$3" ];
+then
+       PATH_MAP=""
+else
+       regex=`echo $3 | sed 's#:#,#g'`
+       PATH_MAP=" | sed 's,$regex,g'"
+fi
+
+
 FILE=`basename $1`
 SYMFILE="$FILE.sym"
-i686-w64-mingw32-dump_syms $1 > $SYMFILE
+i686-w64-mingw32-dump_syms $1 $PATH_MAP > $SYMFILE
 
 BUILDID=`head -n1 $SYMFILE | cut -f4 -d ' '`
 if [ "$BUILDID" == "000000000000000000000000000000000" ];

Reply via email to