Hello community,

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

Package is "docky", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/docky/docky.changes      2012-03-29 
11:36:26.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.docky.new/docky.changes 2013-01-10 
10:47:23.000000000 +0100
@@ -1,0 +2,7 @@
+Wed Jan  9 15:18:32 UTC 2013 - [email protected]
+
+- Add docky-mono3.patch: Fix build with mono 3.0.
+- Add libtool BuildRequires and call to autoreconf, as above patch
+  touches the build system.
+
+-------------------------------------------------------------------

New:
----
  docky-mono3.patch

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

Other differences:
------------------
++++++ docky.spec ++++++
--- /var/tmp/diff_new_pack.CPIcjt/_old  2013-01-10 10:47:24.000000000 +0100
+++ /var/tmp/diff_new_pack.CPIcjt/_new  2013-01-10 10:47:24.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package docky
 #
-# 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
@@ -24,8 +24,12 @@
 Group:          Productivity/Other
 Url:            https://launchpad.net/docky
 Source:         
http://launchpad.net/docky/2.1/%{version}/+download/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM docky-mono3.patch lp#1097805 [email protected] -- Fix 
build with mono 3.0
+Patch0:         docky-mono3.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
+# Needed for patch0
+BuildRequires:  libtool
 BuildRequires:  mono
 BuildRequires:  mono-devel
 BuildRequires:  pkgconfig(dbus-sharp-1.0) >= 0.7
@@ -68,9 +72,11 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %build
-#autoreconf -f -i -Wnone
+# Needed for patch0
+autoreconf -f -i -Wnone
 %configure --disable-schemas-install
 make
 


++++++ docky-mono3.patch ++++++
Index: docky-2.1.4/StandardPlugins/GMail/Makefile.am
===================================================================
--- docky-2.1.4.orig/StandardPlugins/GMail/Makefile.am
+++ docky-2.1.4/StandardPlugins/GMail/Makefile.am
@@ -33,6 +33,8 @@ REFERENCES =  \
        System.Core \
        Mono.Posix \
        $(MONO_CAIRO_LIBS) \
+       $(NOTIFY_SHARP_LIBS) \
+       $(GIO_SHARP_LIBS) \
        $(GTK_SHARP_20_LIBS)
 
 MCS_FLAGS += -unsafe
Index: docky-2.1.4/StandardPlugins/NPR/Makefile.am
===================================================================
--- docky-2.1.4.orig/StandardPlugins/NPR/Makefile.am
+++ docky-2.1.4/StandardPlugins/NPR/Makefile.am
@@ -28,8 +28,10 @@ PROJECT_REFERENCES = \
 REFERENCES =  \
        System \
        System.Web \
+       System.Xml \
        System.Xml.Linq \
        System.Core \
        Mono.Posix \
        $(GIO_SHARP_LIBS) \
+       $(NOTIFY_SHARP_LIBS) \
        $(GTK_SHARP_20_LIBS)
Index: docky-2.1.4/StandardPlugins/Timer/Makefile.am
===================================================================
--- docky-2.1.4.orig/StandardPlugins/Timer/Makefile.am
+++ docky-2.1.4/StandardPlugins/Timer/Makefile.am
@@ -25,4 +25,5 @@ REFERENCES =  \
        System.Core \
        Mono.Posix \
        $(MONO_CAIRO_LIBS) \
+       $(NOTIFY_SHARP_LIBS) \
        $(GTK_SHARP_20_LIBS)
Index: docky-2.1.4/StandardPlugins/Weather/Makefile.am
===================================================================
--- docky-2.1.4.orig/StandardPlugins/Weather/Makefile.am
+++ docky-2.1.4/StandardPlugins/Weather/Makefile.am
@@ -38,4 +38,5 @@ REFERENCES =  \
        System.Xml \
        Mono.Posix \
        $(MONO_CAIRO_LIBS) \
+       $(GIO_SHARP_LIBS) \
        $(GTK_SHARP_20_LIBS)
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to