Hello community, here is the log from the commit of package mono-debugger for openSUSE:Factory checked in at 2018-03-26 16:02:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mono-debugger (Old) and /work/SRC/openSUSE:Factory/.mono-debugger.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mono-debugger" Mon Mar 26 16:02:12 2018 rev:37 rq:590975 version:2.10 Changes: -------- --- /work/SRC/openSUSE:Factory/mono-debugger/mono-debugger.changes 2016-06-14 23:06:59.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.mono-debugger.new/mono-debugger.changes 2018-03-26 16:03:05.338344680 +0200 @@ -1,0 +2,6 @@ +Fri Mar 23 21:00:00 UTC 2018 - [email protected] + +- Add mono-510-build-fix.patch: + * fix build error with mono 5.10 and up + +------------------------------------------------------------------- @@ -230 +235,0 @@ - New: ---- mono-510-build-fix.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mono-debugger.spec ++++++ --- /var/tmp/diff_new_pack.UuAouw/_old 2018-03-26 16:03:08.722223392 +0200 +++ /var/tmp/diff_new_pack.UuAouw/_new 2018-03-26 16:03:08.722223392 +0200 @@ -1,7 +1,7 @@ # # spec file for package mono-debugger # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,6 +27,8 @@ Source99: mono-debugger-rpmlintrc Patch1: mono-debugger-glib.patch Patch2: mono-v4-install.patch +# PATCH-FIX-OPENSUSE fix build error with mono 5.10 and up +Patch3: mono-510-build-fix.patch ExclusiveArch: %ix86 x86_64 BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: mono-core >= 2.7 @@ -71,6 +73,7 @@ %if 0%{?mcsver} >= 4000 %patch2 -p1 %endif +%patch3 -p1 %build %if 0%{?mcsver} >= 4000 ++++++ mono-510-build-fix.patch ++++++ diff -uprN mono-debugger-2.10.old/classes/StackFrame.cs mono-debugger-2.10/classes/StackFrame.cs --- mono-debugger-2.10.old/classes/StackFrame.cs 2011-01-14 01:41:31.000000000 +0300 +++ mono-debugger-2.10/classes/StackFrame.cs 2018-03-24 01:46:11.675203718 +0300 @@ -5,6 +5,7 @@ using System.Runtime.InteropServices; using Mono.Debugger.Languages; using Mono.Debugger.Backend; +using Architecture = Mono.Debugger.Backend.Architecture; namespace Mono.Debugger { diff -uprN mono-debugger-2.10.old/classes/Thread.cs mono-debugger-2.10/classes/Thread.cs --- mono-debugger-2.10.old/classes/Thread.cs 2011-01-14 01:41:31.000000000 +0300 +++ mono-debugger-2.10/classes/Thread.cs 2018-03-24 01:49:26.635203718 +0300 @@ -12,6 +12,7 @@ using System.Runtime.Remoting.Messaging; using Mono.Debugger.Backend; using Mono.Debugger.Languages; +using Architecture = Mono.Debugger.Backend.Architecture; namespace Mono.Debugger {
