Hello community,

here is the log from the commit of package gnome-do for openSUSE:Factory 
checked in at 2014-10-18 09:08:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-do (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-do.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-do"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-do/gnome-do.changes        2014-03-13 
20:43:18.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-do.new/gnome-do.changes   2014-10-18 
09:08:55.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Oct 16 12:30:09 UTC 2014 - [email protected]
+
+- Add gnome-do-mono-3.8.patch: Fix build with Mono 3.8.
+
+-------------------------------------------------------------------

New:
----
  gnome-do-mono-3.8.patch

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

Other differences:
------------------
++++++ gnome-do.spec ++++++
--- /var/tmp/diff_new_pack.R6Ycda/_old  2014-10-18 09:08:56.000000000 +0200
+++ /var/tmp/diff_new_pack.R6Ycda/_new  2014-10-18 09:08:56.000000000 +0200
@@ -26,6 +26,8 @@
 Patch0:         gnome-do-OnlyShowIn.patch
 # PATCH-NEEDS-REBASE -- was PATCH-FIX-UPSTREAM gnome-do-quiet-autostart.patch 
lp#413596 [email protected] -- Do not show the dialog when autostarted
 Patch1:         gnome-do-quiet-autostart.patch
+# PATCH-FIX-UPSTREAM gnome-do-mono-3.8.patch lp#1375948  [email protected] 
-- Fix build with Mono 3.8
+Patch2:         gnome-do-mono-3.8.patch
 Summary:        A powerful, speedy, and sexy remote control for your GNOME 
Desktop
 License:        GPL-3.0+
 Group:          Productivity/Other
@@ -82,6 +84,7 @@
 %patch0 -p1
 ## Patch needs rebase
 #%%patch1 -p1
+%patch2 -p1
 
 %build
 autoreconf -fi

++++++ gnome-do-mono-3.8.patch ++++++
Index: gnome-do-0.95.1/Do/src/Do.UI/PluginNodeView.cs
===================================================================
--- gnome-do-0.95.1.orig/Do/src/Do.UI/PluginNodeView.cs
+++ gnome-do-0.95.1/Do/src/Do.UI/PluginNodeView.cs
@@ -94,7 +94,7 @@ namespace Do.UI
 
                        cell = new CellRendererPixbuf ();                       
        
                        cell.SetFixedSize (IconSize + IconPadding, IconSize + 
IconPadding);
-                       AppendColumn ("Icon", cell, IconDataFunc as 
TreeCellDataFunc);
+                       AppendColumn ("Icon", cell, new TreeCellDataFunc 
(IconDataFunc));
 
                        cell = new Gtk.CellRendererText ();
                        (cell as CellRendererText).WrapWidth = WrapWidth;
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to