commit docky for openSUSE:Factory

2016-02-11 Thread h_root
Hello community,

here is the log from the commit of package docky for openSUSE:Factory checked 
in at 2016-02-11 12:38:00

Comparing /work/SRC/openSUSE:Factory/docky (Old)
 and  /work/SRC/openSUSE:Factory/.docky.new (New)


Package is "docky"

Changes:

--- /work/SRC/openSUSE:Factory/docky/docky.changes  2016-01-20 
09:54:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.docky.new/docky.changes 2016-02-11 
12:38:03.0 +0100
@@ -1,0 +2,8 @@
+Tue Feb  9 08:25:15 UTC 2016 - dims...@opensuse.org
+
+- Add libwnck-1-22 requires: docky installs an own wnck-sharp glue,
+  so we have to also require the corresponding library for it. The
+  same dependency also exists in the 'real' wnck-sharp package
+  (boo#965546).
+
+---



Other differences:
--
++ docky.spec ++
--- /var/tmp/diff_new_pack.kypuQh/_old  2016-02-11 12:38:04.0 +0100
+++ /var/tmp/diff_new_pack.kypuQh/_new  2016-02-11 12:38:04.0 +0100
@@ -48,6 +48,8 @@
 BuildRequires:  pkgconfig(mono-addins-setup)
 BuildRequires:  pkgconfig(mono-cairo)
 BuildRequires:  pkgconfig(notify-sharp)
+# docky brings an own, patched version of wnck-sharp, the .config file 
references libwnck-1.so.22
+Requires:   libwnck-1-22
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %else




commit docky for openSUSE:Factory

2016-01-20 Thread h_root
Hello community,

here is the log from the commit of package docky for openSUSE:Factory checked 
in at 2016-01-20 09:54:23

Comparing /work/SRC/openSUSE:Factory/docky (Old)
 and  /work/SRC/openSUSE:Factory/.docky.new (New)


Package is "docky"

Changes:

--- /work/SRC/openSUSE:Factory/docky/docky.changes  2014-12-25 
23:20:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.docky.new/docky.changes 2016-01-20 
09:54:24.0 +0100
@@ -1,0 +2,17 @@
+Wed Jan 13 19:20:00 UTC 2016 - dims...@opensuse.org
+
+- Update to version 2.2.1.1:
+  + Bug-fix and Maintenance Release.
+  + SessionManager docklet:
+- Use logind for suspend and hibernate.
+- Drop support for deprecated DeviceKit and PowerManager.
+  + Updated translations.
+- Update BuildRequires to match what configure needs:
+  + Remove pkgconfig(dbus-sharp-1.0), pkgconfig(rsvg2-sharp-2.0),
+pkgconfig(gnome-desktop-sharp-2.0), pkgconfig(wnck-sharp-1.0)
+and pkgconfig)dbus-sharp-glib-1.0).
+  + Add gtk-sharp2-gapi, pkgconfig(dbus-sharp-2.0),
+pkgconfig(dbus-sharp-glib-2.0), pkgconfig(gdk-pixbuf-2.0),
+pkgconfig(gkeyfile-sharp), pkgconfig(libwnck-1.0).
+
+---

Old:

  docky-2.2.0.tar.xz

New:

  docky-2.2.1.1.tar.xz



Other differences:
--
++ docky.spec ++
--- /var/tmp/diff_new_pack.4QDZqL/_old  2016-01-20 09:54:26.0 +0100
+++ /var/tmp/diff_new_pack.4QDZqL/_new  2016-01-20 09:54:26.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package docky
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   docky
-Version:2.2.0
+Version:2.2.1.1
 Release:0
 Summary:A Dock Application
 License:GPL-3.0+
@@ -27,26 +27,27 @@
 # PATCH-HACK-OPENSUSE docky-mono-3.10.0.patch dims...@opensuse.org -- Work 
around build issues with mono 3.10.0; no idea why it would not like the 
original code
 Patch0: docky-mono-3.10.0.patch
 BuildRequires:  fdupes
+BuildRequires:  gtk-sharp2-gapi
 BuildRequires:  intltool
 BuildRequires:  mono
 BuildRequires:  mono-devel
-BuildRequires:  pkgconfig(dbus-sharp-1.0) >= 0.7
-BuildRequires:  pkgconfig(dbus-sharp-glib-1.0) >= 0.5
+BuildRequires:  pkgconfig(dbus-sharp-2.0) >= 0.7
+BuildRequires:  pkgconfig(dbus-sharp-glib-2.0) >= 0.5
 BuildRequires:  pkgconfig(gconf-2.0)
 BuildRequires:  pkgconfig(gconf-sharp-2.0)
+BuildRequires:  pkgconfig(gdk-pixbuf-2.0) >= 2.14.3
 BuildRequires:  pkgconfig(gio-sharp-2.0)
+BuildRequires:  pkgconfig(gkeyfile-sharp)
 BuildRequires:  pkgconfig(glib-sharp-2.0)
-BuildRequires:  pkgconfig(gnome-desktop-sharp-2.0)
 BuildRequires:  pkgconfig(gnome-keyring-sharp-1.0)
 BuildRequires:  pkgconfig(gtk+-2.0) >= 2.14.3
 BuildRequires:  pkgconfig(gtk-sharp-2.0)
+BuildRequires:  pkgconfig(libwnck-1.0) >= 2.20
 BuildRequires:  pkgconfig(mono-addins)
 BuildRequires:  pkgconfig(mono-addins-gui)
 BuildRequires:  pkgconfig(mono-addins-setup)
 BuildRequires:  pkgconfig(mono-cairo)
 BuildRequires:  pkgconfig(notify-sharp)
-BuildRequires:  pkgconfig(rsvg2-sharp-2.0)
-BuildRequires:  pkgconfig(wnck-sharp-1.0)
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %else

++ docky-2.2.0.tar.xz -> docky-2.2.1.1.tar.xz ++
 49554 lines of diff (skipped)




commit docky for openSUSE:Factory

2014-12-25 Thread h_root
Hello community,

here is the log from the commit of package docky for openSUSE:Factory checked 
in at 2014-12-25 23:20:19

Comparing /work/SRC/openSUSE:Factory/docky (Old)
 and  /work/SRC/openSUSE:Factory/.docky.new (New)


Package is "docky"

Changes:

--- /work/SRC/openSUSE:Factory/docky/docky.changes  2013-05-06 
09:51:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.docky.new/docky.changes 2014-12-25 
23:20:09.0 +0100
@@ -1,0 +2,6 @@
+Tue Dec 23 14:57:34 UTC 2014 - dims...@opensuse.org
+
+- Add docky-mono-3.10.0.patch: Workaround build issues with Mono
+  3.10.0.
+
+---

New:

  docky-mono-3.10.0.patch



Other differences:
--
++ docky.spec ++
--- /var/tmp/diff_new_pack.Y6ep34/_old  2014-12-25 23:20:10.0 +0100
+++ /var/tmp/diff_new_pack.Y6ep34/_new  2014-12-25 23:20:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package docky
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,6 +24,8 @@
 Group:  Productivity/Other
 Url:https://launchpad.net/docky
 Source: 
http://launchpad.net/docky/2.2/%{version}/+download/%{name}-%{version}.tar.xz
+# PATCH-HACK-OPENSUSE docky-mono-3.10.0.patch dims...@opensuse.org -- Work 
around build issues with mono 3.10.0; no idea why it would not like the 
original code
+Patch0: docky-mono-3.10.0.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  mono
@@ -68,6 +70,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --disable-schemas-install

++ docky-mono-3.10.0.patch ++
Index: docky-2.2.0/StandardPlugins/WorkspaceSwitcher/src/Desk.cs
===
--- docky-2.2.0.orig/StandardPlugins/WorkspaceSwitcher/src/Desk.cs
+++ docky-2.2.0/StandardPlugins/WorkspaceSwitcher/src/Desk.cs
@@ -130,7 +130,13 @@ namespace WorkspaceSwitcher
grid [x, y] = desk;
}
if (gridsize.Y - 1 > y) {
-   desk = (grid [0, y] != null ? grid [0, 
y].GetNeighbor (Wnck.MotionDirection.Down) : null);
+   if (grid [0, y] != null ) {
+   desk = grid [0, y].GetNeighbor 
(Wnck.MotionDirection.Down);
+   }
+   else {
+   desk = null;
+   }
+   // desk = grid [0, y] != null ? grid 
[0, y].GetNeighbor (Wnck.MotionDirection.Down) : null;
grid [0, y+1] = desk;
}
}
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit docky for openSUSE:Factory

2013-05-06 Thread h_root
Hello community,

here is the log from the commit of package docky for openSUSE:Factory checked 
in at 2013-05-06 09:51:19

Comparing /work/SRC/openSUSE:Factory/docky (Old)
 and  /work/SRC/openSUSE:Factory/.docky.new (New)


Package is "docky"

Changes:

--- /work/SRC/openSUSE:Factory/docky/docky.changes  2013-01-10 
10:47:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.docky.new/docky.changes 2013-05-06 
09:51:20.0 +0200
@@ -1,0 +2,16 @@
+Fri May  3 06:57:20 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.2.0:
+  + New docklets: NetworkMonitor
+  + Core:
+- Accept dropping of every file when no MimeType specified (lp#986693)
+- Docky click area larger than visible in panel mode (lp#730959)
+- Gconf key to suppress compositing warning. (lp#754064)
+- Error building with mono 3 (lp#1097805)
+  + Docklets:
+- CPU Monitor Docklet doesn't launch System Monitor in KDE (lp#779181)
+- Add systemd support for SessionManager
+  + Updated translations.
+- Drop docky-mono3.patch: fixed upstream.
+
+---

Old:

  docky-2.1.4.tar.xz
  docky-mono3.patch

New:

  docky-2.2.0.tar.xz



Other differences:
--
++ docky.spec ++
--- /var/tmp/diff_new_pack.SinWv7/_old  2013-05-06 09:51:21.0 +0200
+++ /var/tmp/diff_new_pack.SinWv7/_new  2013-05-06 09:51:21.0 +0200
@@ -17,19 +17,15 @@
 
 
 Name:   docky
-Version:2.1.4
+Version:2.2.0
 Release:0
 Summary:A Dock Application
 License:GPL-3.0+
 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 dims...@opensuse.org -- Fix 
build with mono 3.0
-Patch0: docky-mono3.patch
+Source: 
http://launchpad.net/docky/2.2/%{version}/+download/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  intltool
-# Needed for patch0
-BuildRequires:  libtool
 BuildRequires:  mono
 BuildRequires:  mono-devel
 BuildRequires:  pkgconfig(dbus-sharp-1.0) >= 0.7
@@ -72,11 +68,8 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-# Needed for patch0
-autoreconf -f -i -Wnone
 %configure --disable-schemas-install
 make
 

++ docky-2.1.4.tar.xz -> docky-2.2.0.tar.xz ++
 40315 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit docky for openSUSE:Factory

2013-01-10 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.docky.new/docky.changes 2013-01-10 
10:47:23.0 +0100
@@ -1,0 +2,7 @@
+Wed Jan  9 15:18:32 UTC 2013 - dims...@opensuse.org
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.CPIcjt/_new  2013-01-10 10:47:24.0 +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 dims...@opensuse.org -- 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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit docky for openSUSE:Factory

2012-03-29 Thread h_root
Hello community,

here is the log from the commit of package docky for openSUSE:Factory checked 
in at 2012-03-29 11:36:25

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-01-25 
12:18:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.docky.new/docky.changes 2012-03-29 
11:36:26.0 +0200
@@ -1,0 +2,9 @@
+Wed Mar 28 12:02:39 UTC 2012 - vu...@opensuse.org
+
+- Update to version 2.1.4:
+  + Core:
+- matcher: fix for libreoffice 3.4+ (lp#823834)
+- add support building with dmcs
+  + Updated translations.
+
+---

Old:

  docky-2.1.3.tar.bz2

New:

  docky-2.1.4.tar.xz



Other differences:
--
++ docky.spec ++
--- /var/tmp/diff_new_pack.4aoMYk/_old  2012-03-29 11:36:27.0 +0200
+++ /var/tmp/diff_new_pack.4aoMYk/_new  2012-03-29 11:36:27.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   docky
-Version:2.1.3
+Version:2.1.4
 Release:0
 Summary:A Dock Application
 License:GPL-3.0+
 Group:  Productivity/Other
 Url:https://launchpad.net/docky
-Source: 
http://launchpad.net/docky/2.1/%{version}/+download/%{name}-%{version}.tar.bz2
+Source: 
http://launchpad.net/docky/2.1/%{version}/+download/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  mono

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit docky for openSUSE:Factory

2012-01-25 Thread h_root
Hello community,

here is the log from the commit of package docky for openSUSE:Factory checked 
in at 2012-01-25 12:18:11

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  2011-09-28 
18:01:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.docky.new/docky.changes 2012-01-25 
12:18:12.0 +0100
@@ -1,0 +2,18 @@
+Mon Jan 23 08:28:22 UTC 2012 - vu...@opensuse.org
+
+- Remove unneeded dbus-sharp, dbus-sharp-glib, mono(dbus-sharp) and
+  mono(dbus-sharp-glib) BuildRequires: they're already brought in
+  by dbus-sharp-devel and dbus-sharp-glib-devel.
+- Move to pkgconfig() BuildRequires:
+  + Old ones: dbus-sharp-devel, dbus-sharp-glib-devel,
+gconf-sharp2, gconf2-devel, gio-sharp-devel,
+gnome-desktop-sharp2, gnome-keyring-sharp-devel,
+gtk-sharp2-gapi, gtk2-devel, mono-addins, notify-sharp,
+rsvg2-sharp, wnck-sharp.
+  + New ones: dbus-sharp-1.0, dbus-sharp-glib-1.0, gconf-2.0,
+gconf-sharp-2.0, glib-sharp-2.0, gio-sharp-2.0,
+gnome-desktop-sharp-2.0, gnome-keyring-sharp-1.0, gtk+-2.0,
+gtk-sharp-2.0, mono-addins, mono-addins-gui, mono-addins-setup,
+mono-cairo, notify-sharp, rsvg2-sharp-2.0, wnck-sharp-1.0.
+
+---



Other differences:
--
++ docky.spec ++
--- /var/tmp/diff_new_pack.s2YaXG/_old  2012-01-25 12:18:13.0 +0100
+++ /var/tmp/diff_new_pack.s2YaXG/_new  2012-01-25 12:18:13.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package
+# spec file for package docky
 #
-# 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
@@ -18,47 +18,46 @@
 
 Name:   docky
 Version:2.1.3
-Release:1
-License:GPL-3.0+
+Release:0
 Summary:A Dock Application
-Url:https://launchpad.net/docky
+License:GPL-3.0+
 Group:  Productivity/Other
+Url:https://launchpad.net/docky
 Source: 
http://launchpad.net/docky/2.1/%{version}/+download/%{name}-%{version}.tar.bz2
-BuildRequires:  dbus-sharp
-BuildRequires:  dbus-sharp-devel
-BuildRequires:  dbus-sharp-glib
-BuildRequires:  dbus-sharp-glib-devel
 BuildRequires:  fdupes
-BuildRequires:  gconf-sharp2
-BuildRequires:  gconf2-devel
-BuildRequires:  gio-sharp-devel
-BuildRequires:  gnome-desktop-sharp2
-BuildRequires:  gnome-keyring-sharp-devel
-BuildRequires:  gtk-sharp2-gapi
-BuildRequires:  gtk2-devel
 BuildRequires:  intltool
 BuildRequires:  mono
-BuildRequires:  mono(dbus-sharp)
-BuildRequires:  mono(dbus-sharp-glib)
-BuildRequires:  mono-addins
 BuildRequires:  mono-devel
-BuildRequires:  notify-sharp
-BuildRequires:  rsvg2-sharp
-BuildRequires:  wnck-sharp
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig(dbus-sharp-1.0) >= 0.7
+BuildRequires:  pkgconfig(dbus-sharp-glib-1.0) >= 0.5
+BuildRequires:  pkgconfig(gconf-2.0)
+BuildRequires:  pkgconfig(gconf-sharp-2.0)
+BuildRequires:  pkgconfig(gio-sharp-2.0)
+BuildRequires:  pkgconfig(glib-sharp-2.0)
+BuildRequires:  pkgconfig(gnome-desktop-sharp-2.0)
+BuildRequires:  pkgconfig(gnome-keyring-sharp-1.0)
+BuildRequires:  pkgconfig(gtk+-2.0) >= 2.14.3
+BuildRequires:  pkgconfig(gtk-sharp-2.0)
+BuildRequires:  pkgconfig(mono-addins)
+BuildRequires:  pkgconfig(mono-addins-gui)
+BuildRequires:  pkgconfig(mono-addins-setup)
+BuildRequires:  pkgconfig(mono-cairo)
+BuildRequires:  pkgconfig(notify-sharp)
+BuildRequires:  pkgconfig(rsvg2-sharp-2.0)
+BuildRequires:  pkgconfig(wnck-sharp-1.0)
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %else
 %define suse_update_desktop_file true
 %endif
 Recommends: %{name}-lang
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{gconf_schemas_prereq}
 
 %description
 Docky is a full fledged dock application that makes opening common 
applications and managing windows easier and quicker. Docky is fully integrated 
into the GNOME Desktop and features a no non-sense approach to configuration 
and usage. It just works.
 
 %package devel
-License:GPL-3.0+
 Summary:A Dock Application
 Group:  Development/Languages/Mono
 Requires:   %{name} = %version

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit docky for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package docky for openSUSE:Factory checked 
in at 2011-12-06 18:06:54

Comparing /work/SRC/openSUSE:Factory/docky (Old)
 and  /work/SRC/openSUSE:Factory/.docky.new (New)


Package is "docky", Maintainer is ""

Changes:




Other differences:
--
++ docky.spec ++
--- /var/tmp/diff_new_pack.T30sZa/_old  2011-12-06 18:11:12.0 +0100
+++ /var/tmp/diff_new_pack.T30sZa/_new  2011-12-06 18:11:12.0 +0100
@@ -19,7 +19,7 @@
 Name:   docky
 Version:2.1.3
 Release:1
-License:GPLv3+
+License:GPL-3.0+
 Summary:A Dock Application
 Url:https://launchpad.net/docky
 Group:  Productivity/Other
@@ -58,7 +58,7 @@
 Docky is a full fledged dock application that makes opening common 
applications and managing windows easier and quicker. Docky is fully integrated 
into the GNOME Desktop and features a no non-sense approach to configuration 
and usage. It just works.
 
 %package devel
-License:GPLv3+
+License:GPL-3.0+
 Summary:A Dock Application
 Group:  Development/Languages/Mono
 Requires:   %{name} = %version

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org