Hello community,

here is the log from the commit of package gnome-do-plugins for 
openSUSE:Factory checked in at 2013-01-10 11:22:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-do-plugins (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-do-plugins.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-do-plugins", Maintainer is "gnome-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-do-plugins/gnome-do-plugins.changes        
2012-12-14 07:05:18.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-do-plugins.new/gnome-do-plugins.changes   
2013-01-10 11:22:48.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Jan  9 13:41:40 UTC 2013 - dims...@opensuse.org
+
+- Add gnome-do-plugins-mono3.patch: Fix build with mono 3.0.
+
+-------------------------------------------------------------------

New:
----
  gnome-do-plugins-mono3.patch

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

Other differences:
------------------
++++++ gnome-do-plugins.spec ++++++
--- /var/tmp/diff_new_pack.r4ZY77/_old  2013-01-10 11:22:49.000000000 +0100
+++ /var/tmp/diff_new_pack.r4ZY77/_new  2013-01-10 11:22:49.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-do-plugins
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,8 @@
 Source:         
http://launchpad.net/do-plugins/trunk/0.8.4/+download/%{name}-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM gnome-do-mono-detection.patch dims...@opensuse.org -- 
synchronize the mono compiler detection with gnome-do 0.9 (change already in 
bzr)
 Patch0:         gnome-do-mono-detection.patch
+# PATCH-FIX-UPSTREAM gnome-do-plugins-mono3.patch lp#1097745 
dims...@opensuse.org -- Fix build with mono 3.0
+Patch1:         gnome-do-plugins-mono3.patch
 Summary:        Plugins for GNOME Do
 License:        GPL-3.0
 Group:          Productivity/Other
@@ -85,6 +87,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 # Needed by patch0

++++++ gnome-do-plugins-mono3.patch ++++++
Index: gnome-do-plugins-0.8.4/DiskMounter/Makefile.am
===================================================================
--- gnome-do-plugins-0.8.4.orig/DiskMounter/Makefile.am
+++ gnome-do-plugins-0.8.4/DiskMounter/Makefile.am
@@ -15,5 +15,6 @@ RESOURCES = \
 REFERENCES = \
        System \
        System.Core \
+       $(GLIB_SHARP_20_LIBS) \
        $(GNOME_VFS_SHARP_20_LIBS) \
        $(DO_PLATFORM_LIBS)
Index: gnome-do-plugins-0.8.4/ImageShack/Makefile.am
===================================================================
--- gnome-do-plugins-0.8.4.orig/ImageShack/Makefile.am
+++ gnome-do-plugins-0.8.4/ImageShack/Makefile.am
@@ -19,6 +19,7 @@ REFERENCES = \
        System \
        System.Core \
        System.Web \
+       System.Xml \
        System.Xml.Linq \
        $(GTK_SHARP_20_LIBS) \
        $(DO_PLATFORM_LINUX_LIBS) \
Index: gnome-do-plugins-0.8.4/Tasque/src/Tasque.cs
===================================================================
--- gnome-do-plugins-0.8.4.orig/Tasque/src/Tasque.cs
+++ gnome-do-plugins-0.8.4/Tasque/src/Tasque.cs
@@ -39,6 +39,7 @@ namespace Tasque
                        } catch (Exception e) {
                                Log.Error ("Could not read Tasque's category: 
{0}", e.Message);
                                Log.Debug (e.StackTrace);
+                               categories = null;
                        }
                        return categories.Select (category => new 
TasqueCategoryItem (category));
                }
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to