Hello community, here is the log from the commit of package gnome-do for openSUSE:Factory checked in at 2013-01-10 11:21:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-do (Old) and /work/SRC/openSUSE:Factory/.gnome-do.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-do", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-do/gnome-do.changes 2012-05-03 10:56:14.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gnome-do.new/gnome-do.changes 2013-01-10 11:21:35.000000000 +0100 @@ -1,0 +2,5 @@ +Wed Jan 9 12:32:50 UTC 2013 - [email protected] + +- Add gnome-do-mono3.patch: Fix build with MONO 3.0. + +------------------------------------------------------------------- New: ---- gnome-do-mono3.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-do.spec ++++++ --- /var/tmp/diff_new_pack.lmxSfy/_old 2013-01-10 11:21:36.000000000 +0100 +++ /var/tmp/diff_new_pack.lmxSfy/_new 2013-01-10 11:21:36.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package gnome-do # -# 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 @@ -16,7 +16,6 @@ # - Name: gnome-do Version: 0.9 Release: 0 @@ -27,6 +26,8 @@ Patch0: gnome-do-OnlyShowIn.patch # 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-mono3.patch lp#1097712 [email protected] -- Fix build with mono 3.0 +Patch2: gnome-do-mono3.patch Summary: A powerful, speedy, and sexy remote control for your GNOME Desktop License: GPL-3.0+ Group: Productivity/Other @@ -82,6 +83,7 @@ %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build autoreconf -fi ++++++ gnome-do-mono3.patch ++++++ Index: gnome-do-0.9/Do.Interface.Linux.Classic/Makefile.am =================================================================== --- gnome-do-0.9.orig/Do.Interface.Linux.Classic/Makefile.am +++ gnome-do-0.9/Do.Interface.Linux.Classic/Makefile.am @@ -22,4 +22,5 @@ REFERENCES = \ PROJECT_REFERENCES = \ Do.Interface.Linux \ Do.Interface.Linux.AnimationBase \ - Do.Platform + Do.Platform \ + Do.Platform.Linux Index: gnome-do-0.9/Do.Interface.Linux.GlassFrame/Makefile.am =================================================================== --- gnome-do-0.9.orig/Do.Interface.Linux.GlassFrame/Makefile.am +++ gnome-do-0.9/Do.Interface.Linux.GlassFrame/Makefile.am @@ -21,4 +21,5 @@ REFERENCES = \ PROJECT_REFERENCES = \ Do.Interface.Linux \ Do.Interface.Linux.AnimationBase \ - Do.Platform + Do.Platform \ + Do.Platform.Linux Index: gnome-do-0.9/Do.Interface.Linux.HUD/Makefile.am =================================================================== --- gnome-do-0.9.orig/Do.Interface.Linux.HUD/Makefile.am +++ gnome-do-0.9/Do.Interface.Linux.HUD/Makefile.am @@ -21,4 +21,5 @@ REFERENCES = \ PROJECT_REFERENCES = \ Do.Interface.Linux \ Do.Interface.Linux.AnimationBase \ - Do.Platform + Do.Platform \ + Do.Platform.Linux Index: gnome-do-0.9/Do.Interface.Linux.Mini/Makefile.am =================================================================== --- gnome-do-0.9.orig/Do.Interface.Linux.Mini/Makefile.am +++ gnome-do-0.9/Do.Interface.Linux.Mini/Makefile.am @@ -21,4 +21,5 @@ REFERENCES = \ PROJECT_REFERENCES = \ Do.Interface.Linux \ Do.Interface.Linux.AnimationBase \ - Do.Platform + Do.Platform \ + Do.Platform.Linux -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
