Hello community,

here is the log from the commit of package mono-debugger for openSUSE:Factory 
checked in at 2012-04-12 09:41:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mono-debugger (Old)
 and      /work/SRC/openSUSE:Factory/.mono-debugger.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mono-debugger", Maintainer is "mono-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mono-debugger/mono-debugger.changes      
2011-09-23 02:13:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mono-debugger.new/mono-debugger.changes 
2012-04-12 09:41:47.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Mar  1 20:24:07 UTC 2012 - a...@suse.de
+
+- Fix build with current glib.
+
+-------------------------------------------------------------------

New:
----
  mono-debugger-glib.patch

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

Other differences:
------------------
++++++ mono-debugger.spec ++++++
--- /var/tmp/diff_new_pack.2vj1Pw/_old  2012-04-12 09:41:48.000000000 +0200
+++ /var/tmp/diff_new_pack.2vj1Pw/_new  2012-04-12 09:41:48.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mono-debugger
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,6 +26,7 @@
 Version:        2.10
 Release:        1
 Source0:        %{name}-%{version}.tar.bz2
+Patch1:         mono-debugger-glib.patch
 ExclusiveArch:  %ix86 x86_64
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Requires:       mono-core >= 2.7
@@ -55,6 +56,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 %configure

++++++ mono-debugger-glib.patch ++++++
Index: mono-debugger-2.10/sysdeps/server/breakpoints.c
===================================================================
--- mono-debugger-2.10.orig/sysdeps/server/breakpoints.c
+++ mono-debugger-2.10/sysdeps/server/breakpoints.c
@@ -1,6 +1,6 @@
 #include <server.h>
 #include <breakpoints.h>
-#include <glib/gthread.h>
+#include <glib.h>
 #include <sys/stat.h>
 #include <signal.h>
 #ifdef HAVE_UNISTD_H
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to