commit banshee for openSUSE:Factory

2016-07-20 Thread h_root
Hello community,

here is the log from the commit of package banshee for openSUSE:Factory checked 
in at 2016-07-21 08:17:14

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


Package is "banshee"

Changes:

--- /work/SRC/openSUSE:Factory/banshee/banshee.changes  2015-04-25 
11:25:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.banshee.new/banshee.changes 2016-07-21 
08:17:16.0 +0200
@@ -1,0 +2,6 @@
+Tue Jul 19 12:48:44 UTC 2016 - dims...@opensuse.org
+
+- Hot-patch configure to look for mono libraries in
+  /usr/lib/mono/2.0-api/ instead of /usr/lib/mono/2.0/.
+
+---



Other differences:
--
++ banshee.spec ++
--- /var/tmp/diff_new_pack.jzCxK8/_old  2016-07-21 08:17:17.0 +0200
+++ /var/tmp/diff_new_pack.jzCxK8/_new  2016-07-21 08:17:17.0 +0200
@@ -282,6 +282,10 @@
 
 %build
 NOCONFIGURE=1 ./autogen.sh
+if [ ! -d %{_libexecdir}/mono/2.0 -a -d %{_libexecdir}/mono/2.0-api ]; then
+  # Mono moved the 2.0 API files from mono/2.0 to mono/2.0-api - hotpatch 
configure
+  sed -i "s|mono/2.0/|mono/2.0-api/|g" configure
+fi
 %{?env_options}
 echo 'dist / suse_version / sles_version'
 echo '%distribution ;; %suse_version ;; %sles_version'




commit banshee for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package banshee for openSUSE:Factory checked 
in at 2015-04-25 09:52:52

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


Package is "banshee"

Changes:

--- /work/SRC/openSUSE:Factory/banshee/banshee.changes  2014-02-21 
14:24:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.banshee.new/banshee.changes 2015-04-25 
11:25:38.0 +0200
@@ -1,0 +2,17 @@
+Fri Apr 17 13:39:35 UTC 2015 - dims...@opensuse.org
+
+- Backport patches to port to GStreamer 1.0:
+  + Don-t-use-the-new-decoded-pad-signal-of-decodebin.patch
+  + Initial-port-to-GStreamer-1.0.patch
+  + Use-new-style-GStreamer-1.0-raw-audio-caps-in-the-WA.patch
+- Add Database-fix-performance-for-the-new-SQLite-s-query-.patch:
+  improve performance with SQLite 3.8.6+).
+- Replace pkgconfig(gstreamer-plugins-base-0.10) BuildRequires with
+  pkgconfig(gstreamer-1.0), pkgconfig(gstreamer-audio-1.0),
+  pkgconfig(gstreamer-base-1.0), pkgconfig(gstreamer-fft-1.0),
+  pkgconfig(gstreamer-controller-1.0),
+  pkgconfig(gstreamer-pbutils-1.0), pkgconfig(gstreamer-tag-1.0),
+  pkgconfig(gstreamer-video-1.0) and
+  pkgconfig(gstreamer-plugins-base-1.0).
+
+---

New:

  Database-fix-performance-for-the-new-SQLite-s-query-.patch
  Don-t-use-the-new-decoded-pad-signal-of-decodebin.patch
  Initial-port-to-GStreamer-1.0.patch
  Use-new-style-GStreamer-1.0-raw-audio-caps-in-the-WA.patch



Other differences:
--
++ banshee.spec ++
--- /var/tmp/diff_new_pack.KSdOGp/_old  2015-04-25 11:25:38.0 +0200
+++ /var/tmp/diff_new_pack.KSdOGp/_new  2015-04-25 11:25:38.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package banshee
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -28,6 +28,10 @@
 Source99:   %{name}-rpmlintrc
 # PATCH-FIX-UPSTREAM banshee-dmcs-before-gmcs.patch bnc#798267 
dims...@opensuse.org -- Favor dmcs over gmcs... Fixes issues with mono 3.0. 
Taken from git
 Patch0: banshee-dmcs-before-gmcs.patch
+Patch1: Initial-port-to-GStreamer-1.0.patch
+Patch2: Don-t-use-the-new-decoded-pad-signal-of-decodebin.patch
+Patch3: Use-new-style-GStreamer-1.0-raw-audio-caps-in-the-WA.patch
+Patch4: Database-fix-performance-for-the-new-SQLite-s-query-.patch
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  intltool
@@ -47,7 +51,15 @@
 BuildRequires:  pkgconfig(gio-sharp-2.0) >= 2.22.3
 BuildRequires:  pkgconfig(gkeyfile-sharp)
 BuildRequires:  pkgconfig(gnome-desktop-2.0)
-BuildRequires:  pkgconfig(gstreamer-plugins-base-0.10)
+BuildRequires:  pkgconfig(gstreamer-1.0)
+BuildRequires:  pkgconfig(gstreamer-audio-1.0)
+BuildRequires:  pkgconfig(gstreamer-base-1.0)
+BuildRequires:  pkgconfig(gstreamer-controller-1.0)
+BuildRequires:  pkgconfig(gstreamer-fft-1.0)
+BuildRequires:  pkgconfig(gstreamer-pbutils-1.0)
+BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0)
+BuildRequires:  pkgconfig(gstreamer-tag-1.0)
+BuildRequires:  pkgconfig(gstreamer-video-1.0)
 BuildRequires:  pkgconfig(gtk-sharp-2.0)
 BuildRequires:  pkgconfig(gtk-sharp-beans-2.0)
 BuildRequires:  pkgconfig(gudev-sharp-1.0)
@@ -262,6 +274,10 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
 translation-update-upstream po banshee
 
 %build

++ Database-fix-performance-for-the-new-SQLite-s-query-.patch ++
From: Samuel Gyger 
Date: Fri, 12 Dec 2014 17:07:45 +0100
Subject: Database: fix performance for the new SQLite's query planner
 (bgo#740879)

Starting with sqlite version 3.8.6, a new query planner is used.
To get back the performance on filling the CoreCache Table,
this commit provides hints to sqlite (using the UNLIKELY statement).
But the UNLIKELY statement is only supported in version 3.8.1 and
above, so in order not to raise the version of the dependency on
sqlite, we can use this new clause conditionally.

Applied-Upstream: yes
Origin: commit:fd3f08ec702f3a38918e0a96d2fc01d74af64ee4
Bug-Debian: https://bugs.debian.org/766560
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=740879
---
 .../DatabaseAlbumArtistListModel.cs|  2 +-
 .../Banshee.Collection.Database/DatabaseAlbumListModel.cs  |  2 +-
 .../Banshee.Collection.Database/DatabaseArtistListModel.cs |  2 +-
 .../Banshee.Collection.Database/DatabaseFilterListModel.cs |  7 ---
 .../Banshee.Collection.Database/DatabaseQueryFilter

commit banshee for openSUSE:Factory

2014-02-21 Thread h_root
Hello community,

here is the log from the commit of package banshee for openSUSE:Factory checked 
in at 2014-02-21 14:24:14

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


Package is "banshee"

Changes:

--- /work/SRC/openSUSE:Factory/banshee/banshee.changes  2014-01-29 
19:19:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.banshee.new/banshee.changes 2014-02-21 
14:24:17.0 +0100
@@ -1,0 +2,14 @@
+Thu Feb 20 18:26:03 UTC 2014 - zai...@opensuse.org
+
+- Update to version 2.6.2:
+  + Minor enhancements: Add basic AppData file for inclusion in
+open source app stores.
+  + ArtworkManager: prevent wrong retreival of empty artwork from
+cache.
+  + Bugs fixed: bgo#724678, bgo#724656, bgo#724645, bgo#627391,
+bgo#671221, bgo#724515, bgo#723889, bgo#723040, bgo#679938,
+bgo#674293, bgo#621222, bgo#722947, bgo#722731, bgo#722219,
+bgo#722209, bgo#721203, bgo#709376, bgo#686908, bgo#700753,
+bgo#687495, bgo#699735, bgo#698347.
+
+---

Old:

  banshee-2.6.1.tar.xz

New:

  banshee-2.6.2.tar.xz



Other differences:
--
++ banshee.spec ++
--- /var/tmp/diff_new_pack.zn587d/_old  2014-02-21 14:24:18.0 +0100
+++ /var/tmp/diff_new_pack.zn587d/_new  2014-02-21 14:24:18.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   banshee
-Version:2.6.1
+Version:2.6.2
 Release:0
 Summary:A media playback and management application
 License:MIT
@@ -321,6 +321,8 @@
 %{_datadir}/applications/banshee.desktop
 %{_datadir}/applications/banshee-audiocd.desktop
 %{_datadir}/applications/banshee-media-player.desktop
+%dir %{_datadir}/appdata/
+%{_datadir}/appdata/banshee.appdata.xml
 
 %files core
 %defattr(-,root,root)

++ banshee-2.6.1.tar.xz -> banshee-2.6.2.tar.xz ++
 29042 lines of diff (skipped)

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



commit banshee for openSUSE:Factory

2014-01-29 Thread h_root
Hello community,

here is the log from the commit of package banshee for openSUSE:Factory checked 
in at 2014-01-29 19:19:00

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


Package is "banshee"

Changes:

--- /work/SRC/openSUSE:Factory/banshee/banshee.changes  2013-04-19 
15:23:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.banshee.new/banshee.changes 2014-01-29 
19:19:01.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan 25 11:54:17 UTC 2014 - zai...@opensuse.org
+
+- Add pkgconfig(dbus-glib-1) BuildRequires, as upstreams fix for
+  bnc#800230 and bgo#692374 requires this (bnc#856100, bgo#692374,
+  bgo#720766).
+- Drop conditionals for obsolete version of openSUSE.
+- Drop xz BuildRequires as it is no longer needed.
+
+---



Other differences:
--
++ banshee.spec ++
--- /var/tmp/diff_new_pack.mm81vl/_old  2014-01-29 19:19:02.0 +0100
+++ /var/tmp/diff_new_pack.mm81vl/_new  2014-01-29 19:19:02.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package banshee
 #
-# 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
@@ -37,9 +37,8 @@
 BuildRequires:  shared-mime-info
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
-# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
-BuildRequires:  xz
 BuildRequires:  pkgconfig(boo) >= 0.8.1
+BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(dbus-sharp-1.0)
 BuildRequires:  pkgconfig(dbus-sharp-glib-1.0)
 BuildRequires:  pkgconfig(gconf-2.0)
@@ -57,11 +56,9 @@
 BuildRequires:  pkgconfig(mono)
 BuildRequires:  pkgconfig(mono-addins) >= 0.6.2
 BuildRequires:  pkgconfig(mono-zeroconf)
-%if 0%{?suse_version} > 1210
 BuildRequires:  pkgconfig(mono.ssdp) >= 0.1
 BuildRequires:  pkgconfig(mono.upnp) >= 0.1
 BuildRequires:  pkgconfig(mono.upnp.dcp.mediaserver1) >= 0.1
-%endif
 BuildRequires:  pkgconfig(notify-sharp)
 BuildRequires:  pkgconfig(sqlite3)
 BuildRequires:  pkgconfig(taglib-sharp) >= 2.0.3.5
@@ -440,13 +437,11 @@
 # Radio
 %{_libdir}/banshee/Extensions/Banshee.InternetRadio.dll*
 %{_datadir}/banshee/icons/hicolor/*/categories/radio.*
-%if 0%{?suse_version} > 1210
 # UPnP
 %{_libdir}/banshee/Extensions/Banshee.UPnPClient.dll*
 %{_libdir}/banshee/Extensions/Mono.Ssdp.dll*
 %{_libdir}/banshee/Extensions/Mono.Upnp.Dcp.MediaServer1.dll*
 %{_libdir}/banshee/Extensions/Mono.Upnp.dll*
-%endif
 # Wikipedia
 %{_libdir}/banshee/Extensions/Banshee.Wikipedia.dll*
 %{_datadir}/banshee/icons/hicolor/*/categories/wikipedia.*

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



commit banshee for openSUSE:Factory

2013-04-19 Thread h_root
Hello community,

here is the log from the commit of package banshee for openSUSE:Factory checked 
in at 2013-04-19 15:23:28

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


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

Changes:

--- /work/SRC/openSUSE:Factory/banshee/banshee.changes  2013-03-01 
07:12:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.banshee.new/banshee.changes 2013-04-19 
15:23:30.0 +0200
@@ -1,0 +2,14 @@
+Wed Apr 17 08:49:31 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.6.1:
+  + Dap.MassStorage: add product id for (WebOS) Palm Pre 2
+(bgo#697683).
+  + DatabaseImportManager: Add .amr to import whitelist.
+  + Bugs fixed: bgo#689123, bgo#696700, bgo#696877, bgo#692374,
+bgo#696111, bgo#658142, bgo#684089, bgo#689016, bgo#691694,
+bgo#661902, bgo#688540, bgo#639947, bgo#685920, bgo#685131,
+bgo#679769.
+  + Updated translations.
+- Drop banshee-avoid-dbus-race.patch: fixed upstream.
+
+---

Old:

  banshee-2.6.0.tar.xz
  banshee-avoid-dbus-race.patch

New:

  banshee-2.6.1.tar.xz



Other differences:
--
++ banshee.spec ++
--- /var/tmp/diff_new_pack.F06DJl/_old  2013-04-19 15:23:37.0 +0200
+++ /var/tmp/diff_new_pack.F06DJl/_new  2013-04-19 15:23:37.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   banshee
-Version:2.6.0
+Version:2.6.1
 Release:0
 Summary:A media playback and management application
 License:MIT
@@ -28,8 +28,6 @@
 Source99:   %{name}-rpmlintrc
 # PATCH-FIX-UPSTREAM banshee-dmcs-before-gmcs.patch bnc#798267 
dims...@opensuse.org -- Favor dmcs over gmcs... Fixes issues with mono 3.0. 
Taken from git
 Patch0: banshee-dmcs-before-gmcs.patch
-# PATCH-FIX-UPSTREAM banshee-avoid-dbus-race.patch bnc#800230 bgo#692374 
h...@opensuse.org -- Fixes random crashes with new D-Bus.
-Patch1: banshee-avoid-dbus-race.patch
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  intltool
@@ -267,7 +265,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 translation-update-upstream po banshee
 
 %build

++ banshee-2.6.0.tar.xz -> banshee-2.6.1.tar.xz ++
 22722 lines of diff (skipped)

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



commit banshee for openSUSE:Factory

2013-02-28 Thread h_root
Hello community,

here is the log from the commit of package banshee for openSUSE:Factory checked 
in at 2013-03-01 07:12:03

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


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

Changes:

--- /work/SRC/openSUSE:Factory/banshee/banshee.changes  2013-01-13 
14:05:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.banshee.new/banshee.changes 2013-03-01 
07:12:04.0 +0100
@@ -1,0 +2,6 @@
+Wed Feb 27 15:32:57 CET 2013 - h...@opensuse.org
+
+- Add banshee-avoid-dbus-race.patch: fixing random crashes
+  (bnc#800230, bgo#692374).
+
+---

New:

  banshee-avoid-dbus-race.patch



Other differences:
--
++ banshee.spec ++
--- /var/tmp/diff_new_pack.fLcQnm/_old  2013-03-01 07:12:05.0 +0100
+++ /var/tmp/diff_new_pack.fLcQnm/_new  2013-03-01 07:12:05.0 +0100
@@ -28,6 +28,8 @@
 Source99:   %{name}-rpmlintrc
 # PATCH-FIX-UPSTREAM banshee-dmcs-before-gmcs.patch bnc#798267 
dims...@opensuse.org -- Favor dmcs over gmcs... Fixes issues with mono 3.0. 
Taken from git
 Patch0: banshee-dmcs-before-gmcs.patch
+# PATCH-FIX-UPSTREAM banshee-avoid-dbus-race.patch bnc#800230 bgo#692374 
h...@opensuse.org -- Fixes random crashes with new D-Bus.
+Patch1: banshee-avoid-dbus-race.patch
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  intltool
@@ -265,6 +267,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 translation-update-upstream po banshee
 
 %build


++ banshee-avoid-dbus-race.patch ++
>From 459be46e3bd086deba369f367e6198d0b25f1a7c Mon Sep 17 00:00:00 2001
From: Hans Petter Jansson 
Date: Tue, 26 Feb 2013 02:43:37 +0100
Subject: [PATCH] Avoid race when using GConf and DBus with threads

GConf causes us to make indirect calls to libdbus from multiple threads,
resulting in crashes if left uninitialized. As a workaround, we initialize
dbus-glib for multithreading.
---
 .../Banshee.Gui/GtkBaseClient.cs   |8 
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/Core/Banshee.ThickClient/Banshee.Gui/GtkBaseClient.cs 
b/src/Core/Banshee.ThickClient/Banshee.Gui/GtkBaseClient.cs
index c5c5675..1df06ad 100644
--- a/src/Core/Banshee.ThickClient/Banshee.Gui/GtkBaseClient.cs
+++ b/src/Core/Banshee.ThickClient/Banshee.Gui/GtkBaseClient.cs
@@ -28,6 +28,7 @@
 
 using System;
 using System.IO;
+using System.Runtime.InteropServices;
 
 using Mono.Addins;
 
@@ -100,6 +101,10 @@ namespace Banshee.Gui
 {
 }
 
+internal const string LIBDBUSGLIB1 = "libdbus-glib-1.so.2";
+[DllImport (LIBDBUSGLIB1, CallingConvention=CallingConvention.Cdecl, 
SetLastError=true)]
+internal static extern void dbus_g_thread_init ();
+
 protected virtual void InitializeGtk ()
 {
 Log.Debug ("Initializing GTK");
@@ -107,6 +112,9 @@ namespace Banshee.Gui
 if (!GLib.Thread.Supported) {
 GLib.Thread.Init ();
 }
+
+dbus_g_thread_init ();
+
 Gtk.Application.Init ();
 
 if (ApplicationContext.CommandLine.Contains ("debug-gtkrc")) {
-- 
1.7.7

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



commit banshee for openSUSE:Factory

2013-01-13 Thread h_root
Hello community,

here is the log from the commit of package banshee for openSUSE:Factory checked 
in at 2013-01-13 14:05:23

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


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

Changes:

--- /work/SRC/openSUSE:Factory/banshee/banshee.changes  2012-10-07 
18:54:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.banshee.new/banshee.changes 2013-01-13 
14:05:25.0 +0100
@@ -1,0 +2,12 @@
+Sat Jan 12 20:39:35 UTC 2013 - dims...@opensuse.org
+
+- Add banshee-dmcs-before-gmcs.patch: Fix runtime issues with mono
+  3.0. Banshee favore gmcs as mono compiler, which is a mono 2.0
+  profile runtime. This linked in with other components of the
+  distribution linked with gmcs (favoring v4.0 runtime) causes
+  nasty crashes (bnc#798267). The patch changes the priority of
+  the mono compilers and favors dmcs over gmcs (v4.0 over v2.0).
+- Add libtool BuildRequires and call to autogen.sh, as above patch
+  touches the build system.
+
+---

New:

  banshee-dmcs-before-gmcs.patch



Other differences:
--
++ banshee.spec ++
--- /var/tmp/diff_new_pack.9PlNb3/_old  2013-01-13 14:05:26.0 +0100
+++ /var/tmp/diff_new_pack.9PlNb3/_new  2013-01-13 14:05:26.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package banshee
 #
-# 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,9 +26,13 @@
 Source0:
http://download.gnome.org/sources/banshee/2.6/%{name}-%{version}.tar.xz
 # rpmlintrc: macro-in-comment, no-manual-page-for-binary
 Source99:   %{name}-rpmlintrc
+# PATCH-FIX-UPSTREAM banshee-dmcs-before-gmcs.patch bnc#798267 
dims...@opensuse.org -- Favor dmcs over gmcs... Fixes issues with mono 3.0. 
Taken from git
+Patch0: banshee-dmcs-before-gmcs.patch
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  intltool
+# Needed for patch0
+BuildRequires:  libtool
 # We need the %%mime_database_* macros
 BuildRequires:  shared-mime-info
 BuildRequires:  translation-update-upstream
@@ -260,9 +264,11 @@
 %lang_package -n banshee-core
 %prep
 %setup -q
+%patch0 -p1
 translation-update-upstream po banshee
 
 %build
+NOCONFIGURE=1 ./autogen.sh
 %{?env_options}
 echo 'dist / suse_version / sles_version'
 echo '%distribution ;; %suse_version ;; %sles_version'


++ banshee-dmcs-before-gmcs.patch ++
>From 3d3f7899465ee46e634b53c236401f612dac1492 Mon Sep 17 00:00:00 2001
From: Andres G. Aragoneses 
Date: Tue, 11 Dec 2012 00:28:51 +
Subject: configure: better guess for the C# compiler available

There are some distributions that bundle only a limited set of class
libraries to be able to meet size requirements better. Such is the case
of Ubuntu, which normally ships with only the subset compiled for the
4.0 version of the runtime.

In this case, the user may install the default Mono SDK packages when
asked by the configure script, which only includes the 4.0 compiler by
default (dmcs). At that point, banshee can already be compiled, but
the configure script would insist in requiring a 2.0 compiler. If the
user installs it, compiles Banshee and launches the "run" target, she
may get a runtime exception because of a runtime version mismatch, like
in bgo#675113.

This problem is commonly known, and there is a clear workaround for it:
http://orangesquash.org.uk/~laney/blog/posts/2011/10/mono-gotcha/
However it poses a small barrier of entry for new developers that try
to compile and run banshee from sources for the first time.

Now the configure script is smarter and tries to guess harder if there
is a C# compiler, even one that targets a higher version of the runtime
than the one that is required to compile banshee.

This possibility is only enabled in case the Mono version found is 2.8
or higher, because Mono 2.6.1 included the 4.0 profile only as a
"preview" [1] and might not be stable enough.

[1] http://www.mono-project.com/Release_Notes_Mono_2.6.4#C.23_Language
---
diff --git a/build/m4/shamrock/mono.m4 b/build/m4/shamrock/mono.m4
index c40ecbf..309e163 100644
--- a/build/m4/shamrock/mono.m4
+++ b/build/m4/shamrock/mono.m4
@@ -8,6 +8,20 @@ AC_DEFUN([SHAMROCK_FIND_MONO_2_0_COMPILER],
SHAMROCK_FIND_PROGRAM_OR_BAIL(MCS, gmcs)
 ])
 
+AC_DEFUN([SHAMROCK_FIND_MONO_2_0_COMPILER_OR_HIGHER],
+[
+   SHAMROCK_FIND_PROGRAM(MCS, gmcs)
+   if test "x$MCS" = "x" ; then
+   if pkg-config --

commit banshee for openSUSE:Factory

2012-10-07 Thread h_root
Hello community,

here is the log from the commit of package banshee for openSUSE:Factory checked 
in at 2012-10-07 18:54:10

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


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

Changes:

--- /work/SRC/openSUSE:Factory/banshee/banshee.changes  2012-09-16 
23:46:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.banshee.new/banshee.changes 2012-10-07 
18:54:14.0 +0200
@@ -1,0 +2,19 @@
+Mon Oct  1 20:49:21 UTC 2012 - nmo.marq...@gmail.com
+
+- Update to version 2.6.0:
+  + For complete reference see the NEWS file in documentation
+  + bgo#577396, bgo#587756, bgo#615219, bgo#623974, bgo#624976,
+bgo#626659, bgo#634063, bgo#634758, bgo#636450, bgo#642830,
+bgo#657769, bgo#661112, bgo#662909, bgo#96, bgo#671948,
+bgo#672744, bgo#673037, bgo#673416, bgo#676144, bgo#677288,
+bgo#679260, bgo#680679, bgo#682510, bgo#682996, bgo#683359,
+bgo#661112, bgo#683498
+- Remove banshee-1* Obsoletes/Provides: the name change from
+  banshee-1 to banshee happened before openSUSE 12.1 was released
+  and as such no supported version of openSUSE still carries that
+  name.
+- Drop helix-banshee Provides/Obsoletes: last seen in openSUSE
+  10.x
+- Remove %{_major} macro, only used for the source statement
+
+---

Old:

  banshee-2.5.1.tar.xz

New:

  banshee-2.6.0.tar.xz



Other differences:
--
++ banshee.spec ++
--- /var/tmp/diff_new_pack.umFJJ5/_old  2012-10-07 18:54:16.0 +0200
+++ /var/tmp/diff_new_pack.umFJJ5/_new  2012-10-07 18:54:16.0 +0200
@@ -17,14 +17,13 @@
 
 
 Name:   banshee
-%define _major  2.5
-Version:2.5.1
+Version:2.6.0
 Release:0
 Summary:A media playback and management application
 License:MIT
 Group:  Productivity/Multimedia/Sound/Players
 Url:http://banshee.fm
-Source0:
http://download.gnome.org/sources/banshee/%{_major}/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/banshee/2.6/%{name}-%{version}.tar.xz
 # rpmlintrc: macro-in-comment, no-manual-page-for-binary
 Source99:   %{name}-rpmlintrc
 BuildRequires:  fdupes
@@ -66,17 +65,9 @@
 BuildRequires:  pkgconfig(xrandr) >= 1.1.1
 BuildRequires:  pkgconfig(xxf86vm) >= 1.0.1
 Requires:   %{name}-core = %{version}
-Provides:   %{name}-1 = %{version}
 Provides:   %{name}-client = %{version}
 Provides:   %{name}-client-classic = %{version}
-Obsoletes:  %{name}-1 < %{version}
-# We merged client-classic in the main package
-Provides:   %{name}-1-client-classic = %{version}
-Obsoletes:  %{name}-1-client-classic < %{version}
-Provides:   helix-banshee = %{version}
-Obsoletes:  helix-banshee < %{version}
-# We stopped building the soundmenu extension in 2.3.2
-Obsoletes:  %{name}-1-extensions-soundmenu < %{version}
+# We stopped building the soundmenu extension in 2.3.2. Last shipped in 
openSUSE 12.1.
 Obsoletes:  %{name}-extensions-soundmenu < %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -109,10 +100,6 @@
 Recommends: %{name}-dmp-mtp = %{version}
 Recommends: %{name}-extensions-default = %{version}
 Recommends: %{name}-lang
-Provides:   %{name}-1-core = %{version}
-Obsoletes:  %{name}-1-core < %{version}
-# Obsoletes former language packs for smooth upgrades
-Obsoletes:  %{name}-1-lang < %{version}
 
 %description core
 This package provides core libraries, services, and resources for
@@ -125,8 +112,6 @@
 Requires:   %{name}-core = %{version}
 Requires:   gstreamer010-plugins-good
 Supplements:packageand(%{name}:gstreamer-0_10)
-Provides:   %{name}-1-backend-engine-gstreamer = %{version}
-Obsoletes:  %{name}-1-backend-engine-gstreamer < %{version}
 
 %description backend-engine-gstreamer
 This package provides the playback engine used by Banshee, built on the
@@ -142,10 +127,6 @@
 Requires:   gtk-sharp-beans
 Requires:   gudev-sharp
 Requires:   media-player-info
-Provides:   %{name}-1-backend-io-gio = %{version}
-Obsoletes:  %{name}-1-backend-io-gio < %{version}
-# Obsoletes hal io backend for smooth upgrades
-Obsoletes:  %{name}-1-backend-io-hal < %{version}
 
 %description backend-io-gio
 This package provides support for importing non-local files into
@@ -156,8 +137,6 @@
 Summary:UNIX platform support for Banshee
 Group:  Productivity/Multimedia/Sound/Players
 Requires:   %{name}-core = %{version}
-Provides:   %{name}-1-backend-platform-unix = %{version}
-Obsoletes:  %{name}-1-backend-platform-unix < %{vers

commit banshee for openSUSE:Factory

2012-09-16 Thread h_root
Hello community,

here is the log from the commit of package banshee for openSUSE:Factory checked 
in at 2012-09-16 23:46:29

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


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

Changes:

--- /work/SRC/openSUSE:Factory/banshee/banshee.changes  2012-06-10 
22:59:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.banshee.new/banshee.changes 2012-09-16 
23:46:30.0 +0200
@@ -1,0 +2,56 @@
+Fri Sep 14 16:21:19 UTC 2012 - nmo.marq...@gmail.com
+
+- Update to version 2.5.1
+  + AmazonMp3.Store: Fix URL redirection for sign out action
+  + bgo#623974: BasicTrackDetailsPage: Blank year spin button
+when 0
+  + bgo#624976: Gui.Canvas.Rect: log invalid values for Width/
+Height
+  + bgo#636450: PathPattern: Limit filename length to 200
+characters
+  + bgo#682510: Mpris: Only raise PropertiesChanged signal if
+value changed
+  + bgo#683359: SourceView: log errors in SetCellDataFunc to avoid
+crashing
+  + bgo#661112: Gui.Canvas.Size: log invalid values for
+Width/Height
+
+---
+Thu Sep  6 16:37:05 UTC 2012 - nmo.marq...@gmail.com
+
+- Update to version 2.5.0:
+  + Migo.Syndication: Handle feeds with malformed enclosure URLs
+  + bgo#577396: AppleDeviceTrackInfo: Fix reading and writing
+rating values
+  + bgo#587756: MassStorage: Save playlists relative to
+BaseDirectory
+  + bgo#615219: Don't increment skip counter when restarting
+current track
+  + bgo#626659: ServiceManager: check properly if a service is
+required
+  + bgo#634063: FileSystemQueueSource: Reload when tracks are
+imported
+  + bgo#634758: PlaylistSource: Make sure the right tracks are
+removed
+  + bgo#657769: PrimarySource: Make sure AddTrackJob is marked as
+finished
+  + bgo#662909: PlaylistParser: Retry HTTP request after timeout
+  + bgo#96: DapSource: Flush pending changes when quitting
+  + bgo#671948: DapSource: Put the playlists below the default
+sources
+  + bgo#672744: UPnPServerSource: Fix crash when getting the root
+object
+  + bgo#673037: libossifer: Fix certificate validation with libsoup
+2.38
+  + bgo#673416: DbIteratorJob: Abort job after several consecutive
+failures
+  + bgo#676144: PlayQueueSource: Fix high memory usage when
+shuffling
+  + bgo#677288: PrimarySource: Fix pruning of artists from the
+database
+  + bgo#679260: AppleDevice: Fix a crash when deleting invalid
+tracks
+  + bgo#680679: PlayerEngine: Fix reporting of playback errors
+- Removed banshee-recent-gpod.patch: merged by upstream
+
+---

Old:

  banshee-2.4.1.tar.xz
  banshee-recent-gpod.patch

New:

  banshee-2.5.1.tar.xz



Other differences:
--
++ banshee.spec ++
--- /var/tmp/diff_new_pack.IOLYhZ/_old  2012-09-16 23:46:34.0 +0200
+++ /var/tmp/diff_new_pack.IOLYhZ/_new  2012-09-16 23:46:34.0 +0200
@@ -17,17 +17,16 @@
 
 
 Name:   banshee
-Version:2.4.1
+%define _major  2.5
+Version:2.5.1
 Release:0
 Summary:A media playback and management application
 License:MIT
 Group:  Productivity/Multimedia/Sound/Players
 Url:http://banshee.fm
-Source0:
http://download.gnome.org/sources/banshee/2.4/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/banshee/%{_major}/%{name}-%{version}.tar.xz
 # rpmlintrc: macro-in-comment, no-manual-page-for-binary
 Source99:   %{name}-rpmlintrc
-# PATCH-FIX-UPSTREAM banshee-recent-gpod.patch bgo#655660 vu...@opensuse.org 
-- Fix build with recent gtkpod-sharp (0.8.2)
-Patch0: banshee-recent-gpod.patch
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  intltool
@@ -303,7 +302,6 @@
 %prep
 %setup -q
 translation-update-upstream po banshee
-%patch0 -p1
 
 %build
 %{?env_options}

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



commit banshee for openSUSE:Factory

2012-06-10 Thread h_root
Hello community,

here is the log from the commit of package banshee for openSUSE:Factory checked 
in at 2012-06-10 22:59:33

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


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

Changes:

--- /work/SRC/openSUSE:Factory/banshee/banshee.changes  2012-04-18 
12:33:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.banshee.new/banshee.changes 2012-06-10 
22:59:41.0 +0200
@@ -1,0 +2,23 @@
+Wed Jun  6 22:04:35 UTC 2012 - badshah...@gmail.com
+
+- Update to version 2.4.1:
+  + Bugs fixed:
+- Migo.Syndication: Handle feeds with malformed
+  enclosure URLs
+- bgo#626659: ServiceManager: check properly if a service is
+  required
+- bgo#634758: PlaylistSource: Make sure the right tracks are
+  removed
+- bgo#662909: PlaylistParser: Retry HTTP request after
+  timeout
+- bgo#96: DapSource: Flush pending changes when quitting
+- bgo#672744: UPnPServerSource: Fix crash when getting the
+  root object
+- bgo#673037: libossifer: Fix certificate validation with
+  libsoup 2.38
+- bgo#673416: DbIteratorJob: Abort job after several
+  consecutive failures
+- bgo#676144: PlayQueueSource: Fix high memory usage when
+  shuffling.
+
+---

Old:

  banshee-2.4.0.tar.xz

New:

  banshee-2.4.1.tar.xz



Other differences:
--
++ banshee.spec ++
--- /var/tmp/diff_new_pack.QMqHee/_old  2012-06-10 22:59:43.0 +0200
+++ /var/tmp/diff_new_pack.QMqHee/_new  2012-06-10 22:59:43.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   banshee
-Version:2.4.0
+Version:2.4.1
 Release:0
 Summary:A media playback and management application
 License:MIT

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



commit banshee for openSUSE:Factory

2012-04-18 Thread h_root
Hello community,

here is the log from the commit of package banshee for openSUSE:Factory checked 
in at 2012-04-18 12:33:49

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


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

Changes:

--- /work/SRC/openSUSE:Factory/banshee/banshee.changes  2012-03-16 
13:09:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.banshee.new/banshee.changes 2012-04-18 
12:33:51.0 +0200
@@ -1,0 +2,22 @@
+Fri Apr  6 12:59:55 UTC 2012 - vu...@opensuse.org
+
+- Uncomment pkgconfig() BuildRequires for UPnP support: mono.ssdp,
+  mono.upnp, mono.upnp.dcp.mediaserver1. The pkg-config files
+  related to mono-upnp package are now fixed.
+
+---
+Wed Mar 28 12:34:22 UTC 2012 - vu...@opensuse.org
+
+- Update to version 2.4.0:
+  + Implement SSL certificate validation in browser (bgo#671536).
+  + Add support for the Archos Internet Tablet.
+  + Better compatibility with some DAAP servers (bgo#659146).
+  + Fix crash during scrobbling in Lastfm plugin (bgo#662122).
+  + Several bug fixes in UPnP support.
+  + Various other bug fixes.
+  + Updated translations.
+- Add commented out pkgconfig() BuildRequires for UPnP support:
+  mono.ssdp, mono.upnp, mono.upnp.dcp.mediaserver1. This is
+  commented out as the mono-upnp package is currently broken.
+
+---

Old:

  banshee-2.3.6.tar.xz

New:

  banshee-2.4.0.tar.xz



Other differences:
--
++ banshee.spec ++
--- /var/tmp/diff_new_pack.hnwnpH/_old  2012-04-18 12:33:54.0 +0200
+++ /var/tmp/diff_new_pack.hnwnpH/_new  2012-04-18 12:33:54.0 +0200
@@ -17,14 +17,13 @@
 
 
 Name:   banshee
-Version:2.3.6
+Version:2.4.0
 Release:0
-#FIXME enable pkgconfig(mono-upnp) BuildRequires when mono-upnp enters Factory 
(sr#105529)
 Summary:A media playback and management application
 License:MIT
 Group:  Productivity/Multimedia/Sound/Players
 Url:http://banshee.fm
-Source0:
http://download.gnome.org/sources/banshee/2.3/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/banshee/2.4/%{name}-%{version}.tar.xz
 # rpmlintrc: macro-in-comment, no-manual-page-for-binary
 Source99:   %{name}-rpmlintrc
 # PATCH-FIX-UPSTREAM banshee-recent-gpod.patch bgo#655660 vu...@opensuse.org 
-- Fix build with recent gtkpod-sharp (0.8.2)
@@ -55,8 +54,12 @@
 BuildRequires:  pkgconfig(libmtp)
 BuildRequires:  pkgconfig(mono)
 BuildRequires:  pkgconfig(mono-addins) >= 0.6.2
-#BuildRequires:  pkgconfig(mono-upnp) >= 0.1
 BuildRequires:  pkgconfig(mono-zeroconf)
+%if 0%{?suse_version} > 1210
+BuildRequires:  pkgconfig(mono.ssdp) >= 0.1
+BuildRequires:  pkgconfig(mono.upnp) >= 0.1
+BuildRequires:  pkgconfig(mono.upnp.dcp.mediaserver1) >= 0.1
+%endif
 BuildRequires:  pkgconfig(notify-sharp)
 BuildRequires:  pkgconfig(sqlite3)
 BuildRequires:  pkgconfig(taglib-sharp) >= 2.0.3.5
@@ -474,6 +477,13 @@
 # Radio
 %{_libdir}/banshee/Extensions/Banshee.InternetRadio.dll*
 %{_datadir}/banshee/icons/hicolor/*/categories/radio.*
+%if 0%{?suse_version} > 1210
+# UPnP
+%{_libdir}/banshee/Extensions/Banshee.UPnPClient.dll*
+%{_libdir}/banshee/Extensions/Mono.Ssdp.dll*
+%{_libdir}/banshee/Extensions/Mono.Upnp.Dcp.MediaServer1.dll*
+%{_libdir}/banshee/Extensions/Mono.Upnp.dll*
+%endif
 # Wikipedia
 %{_libdir}/banshee/Extensions/Banshee.Wikipedia.dll*
 %{_datadir}/banshee/icons/hicolor/*/categories/wikipedia.*

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



commit banshee for openSUSE:Factory

2012-03-16 Thread h_root
Hello community,

here is the log from the commit of package banshee for openSUSE:Factory checked 
in at 2012-03-16 13:09:30

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


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

Changes:

--- /work/SRC/openSUSE:Factory/banshee/banshee.changes  2012-02-21 
12:15:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.banshee.new/banshee.changes 2012-03-16 
13:09:36.0 +0100
@@ -1,0 +2,8 @@
+Thu Mar  8 20:52:06 UTC 2012 - zai...@opensuse.org
+
+- Update to version 2.3.6:
+  + Allow primary sources to marked as temporary (bgo#548366).
+  + LibraryWatcher: avoid importing incomplete files (bgo#666981).
+  + Updated translations.
+
+---

Old:

  banshee-2.3.5.tar.xz

New:

  banshee-2.3.6.tar.xz



Other differences:
--
++ banshee.spec ++
--- /var/tmp/diff_new_pack.17kuVT/_old  2012-03-16 13:09:37.0 +0100
+++ /var/tmp/diff_new_pack.17kuVT/_new  2012-03-16 13:09:37.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   banshee
-Version:2.3.5
+Version:2.3.6
 Release:0
 #FIXME enable pkgconfig(mono-upnp) BuildRequires when mono-upnp enters Factory 
(sr#105529)
 Summary:A media playback and management application
@@ -64,9 +64,9 @@
 BuildRequires:  pkgconfig(xrandr) >= 1.1.1
 BuildRequires:  pkgconfig(xxf86vm) >= 1.0.1
 Requires:   %{name}-core = %{version}
+Provides:   %{name}-1 = %{version}
 Provides:   %{name}-client = %{version}
 Provides:   %{name}-client-classic = %{version}
-Provides:   %{name}-1 = %{version}
 Obsoletes:  %{name}-1 < %{version}
 # We merged client-classic in the main package
 Provides:   %{name}-1-client-classic = %{version}
@@ -166,8 +166,8 @@
 %package backend-platform-gnome
 Summary:GNOME platform support for Banshee
 Group:  Productivity/Multimedia/Sound/Players
-Requires:   %{name}-core = %{version}
 Requires:   %{name}-backend-platform-unix = %{version}
+Requires:   %{name}-core = %{version}
 Provides:   %{name}-1-backend-platform-gnome = %{version}
 Obsoletes:  %{name}-1-backend-platform-gnome < %{version}
 
@@ -279,9 +279,9 @@
 # /usr/bin/muinshee is a symlink to /usr/bin/banshee (bnc#736777)
 Requires:   %{name} = %{version}
 Requires:   %{name}-core = %{version}
+Provides:   %{name}-1-client-muinshee = %{version}
 Provides:   %{name}-client = %{version}
 Provides:   %{name}-client-muinshee = %{version}
-Provides:   %{name}-1-client-muinshee = %{version}
 Obsoletes:  %{name}-1-client-muinshee < %{version}
 
 %description -n muinshee

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



commit banshee for openSUSE:Factory

2012-02-21 Thread h_root
Hello community,

here is the log from the commit of package banshee for openSUSE:Factory checked 
in at 2012-02-21 12:15:09

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


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

Changes:

--- /work/SRC/openSUSE:Factory/banshee/banshee.changes  2012-01-20 
20:22:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.banshee.new/banshee.changes 2012-02-21 
12:15:11.0 +0100
@@ -1,0 +2,35 @@
+Mon Feb 20 14:44:15 UTC 2012 - vu...@opensuse.org
+
+- Add explicit pkgconfig(xrandr) and pkgconfig(xxf86vm)
+  BuildRequires, to avoid issues after the big xorg-x11 packaging
+  change.
+
+---
+Thu Feb 16 19:12:06 UTC 2012 - dims...@opensuse.org
+
+- Update to version 2.3.5:
+  + New features:
+- UPnP support
+  + Enhancements:
+- bgo#587964: Dap: Add support for DOS folder separator in
+  playlists
+- bgo#548636: Lastfm: Use a standard directory for last.fm
+  caching
+- Add option to hide the artist filter
+- Add a Composer filter in the SearchEntry filter menu
+- AudioscrobblerConnection: Add logging for last.fm scrobbler
+- MusicBrainz: Enable FreeBSD support
+  + Bugs fixed:
+- Fix MusicBrainz dllmap for cross-architecture support
+- LibraryWatcher: Catch and log exception when processing
+  changes
+- Improve readability of the Last.fm user guide page
+- Prevent missing icons in the source tarball
+  + Updated translations.
+- Add pkgconfig(mono-upnp) BuildRequires in order to enable the new
+  UPnP support module. This is commented out for now, as mono-upnp
+  is not in Factory yet.
+- 'youtube' and 'dmp-apple-devies' icons are back, package them
+  again.
+
+---

Old:

  banshee-2.3.4.tar.xz

New:

  banshee-2.3.5.tar.xz



Other differences:
--
++ banshee.spec ++
--- /var/tmp/diff_new_pack.ut45Xw/_old  2012-02-21 12:15:13.0 +0100
+++ /var/tmp/diff_new_pack.ut45Xw/_new  2012-02-21 12:15:13.0 +0100
@@ -16,10 +16,10 @@
 #
 
 
-
 Name:   banshee
-Version:2.3.4
+Version:2.3.5
 Release:0
+#FIXME enable pkgconfig(mono-upnp) BuildRequires when mono-upnp enters Factory 
(sr#105529)
 Summary:A media playback and management application
 License:MIT
 Group:  Productivity/Multimedia/Sound/Players
@@ -55,11 +55,14 @@
 BuildRequires:  pkgconfig(libmtp)
 BuildRequires:  pkgconfig(mono)
 BuildRequires:  pkgconfig(mono-addins) >= 0.6.2
+#BuildRequires:  pkgconfig(mono-upnp) >= 0.1
 BuildRequires:  pkgconfig(mono-zeroconf)
 BuildRequires:  pkgconfig(notify-sharp)
 BuildRequires:  pkgconfig(sqlite3)
 BuildRequires:  pkgconfig(taglib-sharp) >= 2.0.3.5
 BuildRequires:  pkgconfig(webkit-1.0)
+BuildRequires:  pkgconfig(xrandr) >= 1.1.1
+BuildRequires:  pkgconfig(xxf86vm) >= 1.0.1
 Requires:   %{name}-core = %{version}
 Provides:   %{name}-client = %{version}
 Provides:   %{name}-client-classic = %{version}
@@ -430,7 +433,7 @@
 %defattr(-,root,root)
 %{_libdir}/banshee/Extensions/Banshee.Dap.AppleDevice.dll*
 %{_libdir}/banshee/Extensions/libgpod-sharp*
-#%{_datadir}/banshee/icons/hicolor/*/devices/*ipod*
+%{_datadir}/banshee/icons/hicolor/*/devices/*ipod*
 
 %files dmp-mtp
 %defattr(-,root,root)
@@ -476,7 +479,7 @@
 %{_datadir}/banshee/icons/hicolor/*/categories/wikipedia.*
 # Youtube
 %{_libdir}/banshee/Extensions/Banshee.YouTube.dll*
-#%{_datadir}/banshee/icons/hicolor/*/categories/youtube.*
+%{_datadir}/banshee/icons/hicolor/*/categories/youtube.*
 # Emusic
 %{_libdir}/banshee/Extensions/Banshee.Emusic.Store.dll*
 %{_datadir}/mime/packages/banshee-emx.xml

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



commit banshee for openSUSE:Factory

2012-01-20 Thread h_root
Hello community,

here is the log from the commit of package banshee for openSUSE:Factory checked 
in at 2012-01-20 20:22:38

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


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

Changes:

--- /work/SRC/openSUSE:Factory/banshee/banshee.changes  2012-01-19 
09:40:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.banshee.new/banshee.changes 2012-01-20 
20:22:40.0 +0100
@@ -1,0 +2,20 @@
+Thu Jan 19 16:49:30 UTC 2012 - nmarq...@opensuse.org
+
+- Update to version 2.3.4:
+  + Enhancements:
+- Misc code refactorings.
+- bgo#665997: Mpris: Add xesam:userRating field in track
+  metadata.
+- bgo#589196: Dap.MassStorage: metadata resync in manual mode.
+  + Bugs fixed, including:
+- bgo#648522: Fix race condition when starting multiple
+  instances.
+- bgo#667355: SourceWatcher: Fix SQL error caused by incorrect
+  escaping.
+- bgo#667184: Booter: Add missing quote in command line help
+  message.
+- bgo#667478: Fix build with libmtp 1.1.
+- 'youtube' and 'dmp-apple-devices' don't install icons anymore,
+  pinged upstream. Commented entries in %files.
+
+---

Old:

  banshee-2.3.3.tar.xz

New:

  banshee-2.3.4.tar.xz



Other differences:
--
++ banshee.spec ++
--- /var/tmp/diff_new_pack.Sf7Bt9/_old  2012-01-20 20:22:42.0 +0100
+++ /var/tmp/diff_new_pack.Sf7Bt9/_new  2012-01-20 20:22:42.0 +0100
@@ -15,8 +15,10 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:   banshee
-Version:2.3.3
+Version:2.3.4
 Release:0
 Summary:A media playback and management application
 License:MIT
@@ -291,7 +293,6 @@
 
 
 
-
 %lang_package -n banshee-core
 %prep
 %setup -q
@@ -429,7 +430,7 @@
 %defattr(-,root,root)
 %{_libdir}/banshee/Extensions/Banshee.Dap.AppleDevice.dll*
 %{_libdir}/banshee/Extensions/libgpod-sharp*
-%{_datadir}/banshee/icons/hicolor/*/devices/*ipod*
+#%{_datadir}/banshee/icons/hicolor/*/devices/*ipod*
 
 %files dmp-mtp
 %defattr(-,root,root)
@@ -475,7 +476,7 @@
 %{_datadir}/banshee/icons/hicolor/*/categories/wikipedia.*
 # Youtube
 %{_libdir}/banshee/Extensions/Banshee.YouTube.dll*
-%{_datadir}/banshee/icons/hicolor/*/categories/youtube.*
+#%{_datadir}/banshee/icons/hicolor/*/categories/youtube.*
 # Emusic
 %{_libdir}/banshee/Extensions/Banshee.Emusic.Store.dll*
 %{_datadir}/mime/packages/banshee-emx.xml

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



commit banshee for openSUSE:Factory

2012-01-19 Thread h_root
Hello community,

here is the log from the commit of package banshee for openSUSE:Factory checked 
in at 2012-01-19 09:40:56

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


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

Changes:

--- /work/SRC/openSUSE:Factory/banshee/banshee.changes  2012-01-05 
19:10:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.banshee.new/banshee.changes 2012-01-19 
09:40:58.0 +0100
@@ -1,0 +2,6 @@
+Tue Jan 17 11:11:22 UTC 2012 - vu...@opensuse.org
+
+- Add banshee Requires to muinshee subpackage as /usr/bin/muinshee
+  is a symlink to /usr/bin/banshee. Fix bnc#736777.
+
+---



Other differences:
--
++ banshee.spec ++
--- /var/tmp/diff_new_pack.S6vroT/_old  2012-01-19 09:40:59.0 +0100
+++ /var/tmp/diff_new_pack.S6vroT/_new  2012-01-19 09:40:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package banshee
 #
-# 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
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:   banshee
 Version:2.3.3
 Release:0
@@ -272,6 +271,8 @@
 %package -n muinshee
 Summary:Banshee client modeled after the Muine music player interface
 Group:  Productivity/Multimedia/Sound/Players
+# /usr/bin/muinshee is a symlink to /usr/bin/banshee (bnc#736777)
+Requires:   %{name} = %{version}
 Requires:   %{name}-core = %{version}
 Provides:   %{name}-client = %{version}
 Provides:   %{name}-client-muinshee = %{version}


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



commit banshee for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package banshee for openSUSE:Factory checked 
in at 2012-01-05 19:10:09

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


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

Changes:

--- /work/SRC/openSUSE:Factory/banshee/banshee.changes  2011-10-04 
18:06:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.banshee.new/banshee.changes 2012-01-05 
19:10:11.0 +0100
@@ -1,0 +2,111 @@
+Thu Dec 22 09:38:06 UTC 2011 - nmarq...@opensuse.org
+
+- Update to version 2.3.3
+  + Enhancements:
+- StreamPositionLabel: Fix label when loading
+- Preferences: Change wording of Metadata settings
+- bgo#608389: AudiobookLibrarySource: Accept tracks dragged
+  from playlists
+- bgo#666493: Emusic.Store: Remove unneeded refresh
+- bgo#666488: Dap.MassStorage: Add and use specific icons for
+  Xperia phones
+  + Bugs fixed, including:
+- bgo#638130: Fix importing of rating and play count when
+  updating track
+- bgo#644145: Fix FileLocation queries for the StartsWith
+  operator
+- bgo#656439: Audiobook: Add a button to go back to the list of
+  audiobooks
+- bgo#661322: PlaybackShuffleActions: Fix crash when setting
+  shuffle mode
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+
+---
+Wed Nov 30 23:52:38 UTC 2011 - nmarq...@opensuse.org
+
+- Update to version 2.3.2
+  + New Features:
+- Configurable browser filters
+  + Enhancements:
+- bgo#664424: AsxPlaylistFormat: Add support for external ASX
+  playlists
+- bgo#664642: Add support for the NEC LifeTouch Note
+- Dap.MassStorage: Don't sync 'unknown album' metadata
+  + Bugs fixed, including:
+- Mpris: Change trackid type from string to DBus object path
+- Gio: Fix encoding of URIs in Directory class and fix values
+  in database
+- bgo#662883: Fix activation of UbuntuOneMusicStore source on
+  startup
+- bgo#651743: YouTubeTile: Fix construction of the playback
+  URI
+- bgo#664381: Dap.MassStorage: Rename Xperia X12 to Xperia
+  arc
+- bgo#664079: Skip empty files when importing and show error
+- Importing: when showing an error, use file paths, not URIs
+- Remove support for 11.3 builds: 11.3 is nearing end of support
+  lifecycle, and it simplifies the packaging.
+- Add explicit pkgconfig(gconf-2.0) BuildRequires, following
+  upstream change.
+- Stop building the soundmenu extension as there is no need for it
+  on openSUSE:
+  + stop passing --extensions-soundmenu to configure.
+  + drop extensions-soundmenu subpackage.
+  + add a banshee-extensions-soundmenu Obsoletes to main
+subpackage.
+
+---
+Wed Nov 16 09:52:14 UTC 2011 - vu...@opensuse.org
+
+- Update to version 2.3.1:
+  + New Features:
+- DVD playback support
+  + Enhancements:
+- Several improvements to Muinshee, our alternative UI:
+  . Add a Clear button to the toolbar
+  . Make double-click on an album do the same as the Play
+button
+  . Don't close the dialog when pressing Enqueue
+  . Make the Esc key close the dialog if there is no search
+text
+  . Use better icons for the Play and Enqueue buttons
+- Add separate options for writing ratings and play counts to
+  files
+- Update values for the Smiley Face equalizer preset
+- Set the PulseAudio media.role property
+  + Bug fixes, including:
+- Fixes from 2.2.1 release.
+- Notify playlists on rating change through d-bus or command
+  line
+- bgo#647898: Try to fetch coverart without an internet
+  connection
+- bgo#658803: Prune CoverArtDownloads table when removing
+  tracks
+- Remove xz BuildRequires as we have a bz2 tarball again.
+
+---
+Tue Nov  1 22:46:28 UTC 2011 - nmarq...@opensuse.org
+
+- Update to 2.2.1:
+  + Bug fixes, including:
+- bgo#661467: AmazonMp3: Handle plain text AMZ files now sent
+  by Amazon
+- UbuntuOneMusicStore: Ensure u1ms URIs passed at startup get
+  loaded
+- Daap: Fix crash while resolving the address of a DAAP service
+- DatabaseImportManager: Support importing .mka files
+- bgo#662906: AudiobookLibrarySource: Fix crash when adding
+  tracks
+- bgo#659841: GnomeBackend: Be more robust against GConf
+  failures
+- bgo#656533: Notification: Fix application name used in
+  internal notify#
+- bgo#649277: NotificationArea: Only use supported tags in the
+  notification me

commit banshee for openSUSE:Factory

2011-10-04 Thread h_root

Hello community,

here is the log from the commit of package banshee for openSUSE:Factory
checked in at Tue Oct 4 18:06:55 CEST 2011.




--- openSUSE:Factory/banshee/banshee.changes2011-10-02 09:50:36.0 
+0200
+++ /mounts/work_src_done/STABLE/banshee/banshee.changes2011-10-03 
09:32:33.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct  3 07:32:39 UTC 2011 - vu...@opensuse.org
+
+- Add explicit shared-mime-info BuildRequires since we use the
+  %mime_database_* macros.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ banshee.spec ++
--- /var/tmp/diff_new_pack.cByQQG/_old  2011-10-04 18:06:52.0 +0200
+++ /var/tmp/diff_new_pack.cByQQG/_new  2011-10-04 18:06:52.0 +0200
@@ -32,6 +32,8 @@
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  intltool
+# We need the %%mime_database_* macros
+BuildRequires:  shared-mime-info
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 %if 0%{?suse_version} >= 1130

continue with "q"...



Remember to have fun...

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



commit banshee for openSUSE:Factory

2011-10-02 Thread h_root

Hello community,

here is the log from the commit of package banshee for openSUSE:Factory
checked in at Sun Oct 2 09:50:38 CEST 2011.




--- openSUSE:Factory/banshee/banshee.changes2011-09-23 01:52:22.0 
+0200
+++ /mounts/work_src_done/STABLE/banshee/banshee.changes2011-09-22 
14:38:29.0 +0200
@@ -1,0 +2,9 @@
+Mon Sep 19 20:23:06 UTC 2011 - nmarq...@opensuse.org
+
+- Update to version 2.2.0:
+  + Update label and ids for LG phones (bgo#658699)
+  + Update Hyena code.
+  + Various bug fixes.
+  + Updated translations.
+
+---

calling whatdependson for head-i586


Old:

  banshee-2.1.4.tar.bz2

New:

  banshee-2.2.0.tar.bz2



Other differences:
--
++ banshee.spec ++
--- /var/tmp/diff_new_pack.bTSYsw/_old  2011-10-02 09:50:32.0 +0200
+++ /var/tmp/diff_new_pack.bTSYsw/_new  2011-10-02 09:50:32.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   banshee
-Version:2.1.4
+Version:2.2.0
 Release:1
 License:MIT
 Summary:A media playback and management application

++ banshee-2.1.4.tar.bz2 -> banshee-2.2.0.tar.bz2 ++
 9567 lines of diff (skipped)

continue with "q"...



Remember to have fun...

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



commit banshee for openSUSE:Factory

2011-09-11 Thread h_root

Hello community,

here is the log from the commit of package banshee for openSUSE:Factory
checked in at Sun Sep 11 19:05:28 CEST 2011.




--- banshee/banshee.changes 2011-09-07 02:11:49.0 +0200
+++ /mounts/work_src_done/STABLE/banshee/banshee.changes2011-09-08 
12:54:15.0 +0200
@@ -1,0 +2,16 @@
+Thu Sep  8 10:52:48 UTC 2011 - vu...@opensuse.org
+
+- Update to version 2.1.4:
+  + Bugs fixed, including:
+- bgo#601554: Don't resolve external references when parsing
+  bad RSS feeds
+- bgo#633939: Fix crash in SearchEntry.FilterMenuItem
+- bgo#647917: Dap.MassStorage: decode URI before using it as
+  playlist name
+- bgo#650325: MtpSource: Remove obsolete URL from error message
+- bgo#657479: Make sure empty default smart playlists are
+  hidden
+- libbanshee: Fix crash on g_free when looking for subtitle
+  description
+
+---

calling whatdependson for head-i586


Old:

  banshee-2.1.3.tar.bz2

New:

  banshee-2.1.4.tar.bz2



Other differences:
--
++ banshee.spec ++
--- /var/tmp/diff_new_pack.0861rQ/_old  2011-09-11 19:05:22.0 +0200
+++ /var/tmp/diff_new_pack.0861rQ/_new  2011-09-11 19:05:22.0 +0200
@@ -18,13 +18,13 @@
 
 
 Name:   banshee
-Version:2.1.3
+Version:2.1.4
 Release:1
 License:MIT
 Summary:A media playback and management application
 Group:  Productivity/Multimedia/Sound/Players
 Url:http://banshee.fm
-Source0:%{name}-%{version}.tar.bz2
+Source0:
http://download.gnome.org/sources/banshee/2.1/%{name}-%{version}.tar.bz2
 # rpmlintrc: macro-in-comment, no-manual-page-for-binary
 Source99:   %{name}-rpmlintrc
 # PATCH-FIX-UPSTREAM banshee-recent-gpod.patch bgo#655660 vu...@opensuse.org 
-- Fix build with recent gtkpod-sharp (0.8.2)

++ banshee-2.1.3.tar.bz2 -> banshee-2.1.4.tar.bz2 ++
 13072 lines of diff (skipped)






Remember to have fun...

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



commit banshee for openSUSE:Factory

2011-09-09 Thread h_root

Hello community,

here is the log from the commit of package banshee for openSUSE:Factory
checked in at Fri Sep 9 11:08:57 CEST 2011.




--- banshee/banshee.changes 2011-08-03 14:10:19.0 +0200
+++ /mounts/work_src_done/STABLE/banshee/banshee.changes2011-09-07 
02:11:49.0 +0200
@@ -1,0 +2,47 @@
+Mon Aug 29 04:19:49 UTC 2011 - nmarq...@opensuse.org
+
+- Update to version 2.1.3:
+  + New Features:
+- New custom support for the Barnes & Noble Nook
+- Support default internet radio stations. At first start, XSPF
+  playlists in $datadir/banshee/stations/ are imported
+  automatically. We don't provide default radio stations
+  ourselves but this allows distros or other third parties to
+  do so.
+  + Enhancements:
+- bgo#549173: Add "Stop when finished" option in the
+  notification popup menu
+- bgo#636071: Get info from the database or the file when
+  opening a URI
+- bgo#639805: Hide labels in the source pane when the group is
+  empty
+- bgo#647306: Add support for the Notion Ink Adam tablet
+- bgo#651497: Motorola Atrix support
+- bgo#653255: Samsung Galaxy S2 support
+- bgo#653284: Remove keyboard shortcut for toggling scrobbling
+- bgo#653997: Samsung Galaxy Ace support
+- bgo#656526: Add "Smiley Face Curve" default equalizer
+- bgo#656670: Cache the ArtworkID in the database for faster
+  startup
+- Various enhancements to our experimental GStreamer# backend,
+  bringing it close to feature parity with our current C
+  backend.
+  + Bugs fixed, including:
+- bgo#587264: Fix metadata fetching from MusicBrainz
+- bgo#647111: Put the Audio CD source label in the right place
+- bgo#647202: Fix space usage reporting for some DAP devices
+- bgo#648498: Make sure the MPRIS sends the new metadata on
+  track change
+- bgo#650011: Fix items disappearing in playlists when
+  re-connecting iPod
+- bgo#650184: Fix XSPF playlist importing error
+- bgo#651914: Fix "Least Favorite" smart playlist to not pick
+  unrated songs
+- bgo#654524: Fix the SetPosition method in the MPRIS interface
+- bgo#656176: Don't ignore the last value of the
+  .is_audio_player file
+- bgo#656246: Fix random crash while changing tracks
+- EqualizerSetting: Set the amplifier level for default
+  equalizers
+
+---

calling whatdependson for head-i586


Old:

  banshee-2.1.0.tar.bz2

New:

  banshee-2.1.3.tar.bz2



Other differences:
--
++ banshee.spec ++
--- /var/tmp/diff_new_pack.NHGjLO/_old  2011-09-09 11:08:50.0 +0200
+++ /var/tmp/diff_new_pack.NHGjLO/_new  2011-09-09 11:08:50.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   banshee
-Version:2.1.0
+Version:2.1.3
 Release:1
 License:MIT
 Summary:A media playback and management application

++ banshee-2.1.0.tar.bz2 -> banshee-2.1.3.tar.bz2 ++
 65003 lines of diff (skipped)






Remember to have fun...

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



commit banshee for openSUSE:Factory

2011-08-11 Thread h_root

Hello community,

here is the log from the commit of package banshee for openSUSE:Factory
checked in at Thu Aug 11 15:35:56 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/banshee/banshee.changes2011-08-03 
14:10:19.0 +0200
@@ -0,0 +1,1227 @@
+---
+Wed Aug  3 13:37:25 CEST 2011 - vu...@opensuse.org
+
+- Add banshee-recent-gpod.patch: fix build with recent gtkpod.
+- Remove pkgconfig(gnome-vfs-2.0) BuildRequires, since it's not
+  used anymore.
+
+---
+Fri Jul 15 03:26:54 UTC 2011 - nmarq...@opensuse.org
+
+- Remove bundleize-pkg-config.awk: no longer required.
+
+---
+Fri Jul  8 01:37:29 UTC 2011 - nmarq...@opensuse.org
+
+- Remove '#!BuildIgnore: ndesk-dbus-glib': it is no longer required
+  with patched notify-sharp that uses dbus-sharp/dbus-sharp-glib.
+
+---
+Tue Jul  5 09:53:45 UTC 2011 - nmarq...@opensuse.org
+
+- Add  '#!BuildIgnore: ndesk-dbus-glib' to spec, otherwise it
+  prevents dbus-sharp-glib from install and build breaks. From
+  2.1.0 onwards Banshee requires dbus-sharp-glib and drops
+  ndesk-dbus-glib.
+
+---
+Tue May 31 10:26:32 UTC 2011 - nmarq...@opensuse.org
+
+- Rename source package from banshee-1 to banshee, as we're at
+  version 2.x.
+- Update to version 2.1.0:
+  + New Features:
+- eMusic Store
+  + Enhancements:
+- ArtworkManager: add --fetch-artwork argument
+- bgo#647754: Xperia X12 support
+- bgo#508713: MiniMode: Reduce height of window
+- bgo#648941: Support .spc files
+- bgo#649401: Set UserAgent when doing MusicBrainz queries
+  + Notable Bugs Fixed (51 fixed since 2.0):
+- Windows installer fixes;
+- AmazonMp3.Store: Fix signed-in detection for UK store;
+- bgo#633552: AppleDevice: Ensure m4a/mp3 are supported;
+- PodcastFeedPropertiesDialog: Fix display of feed URL;
+- bgo#647059, bgo#647089, bgo#644648, bgo#642113, bgo#647144,
+  bgo#634647, bgo#642140, bgo#648133, bgo#647932, bgo#646991,
+  bgo#647024, bgo#636057, bgo#648458, bgo#611489, bgo#641748,
+  bgo#638889.
+  + Packaging Changes:
+- HAL dependency dropped
+- ipod-sharp and podsleuth dependencies dropped
+- NDesk.DBus dependency dropped
+- dbus-sharp >= 0.7 and dbus-sharp-glib >= 0.5 required
+  (available from http://mono.github.com/dbus-sharp/)
+- Gtk# >= 2.12.10 required
+- Mono >= 2.4.3 required
+- GStreamer >= 0.10.26 required
+- Various configure flags removed:
+  + --disable-ipod
+  + --disable-hal
+  + --disable-podcasts
+- The packaging changed quite a bit. Important highlights:
+  + Stop supporting a mode for upstream builds and for old versions
+of openSUSE/SLE, as this is not supported upstream anymore.
+  + Update BuildRequires according to upstream changes, and move to
+pkgconfig() BuildRequires.
+  + Remove .la files.
+  + Drop backend-hal and dmp-ipod-devices subpackages.
+  + Merge the client-classic subpackage in the main subpackage, as
+people installing the banshee package expect to have the
+classic interface.
+  + Add various Provides/Obsoletes for smooth upgrades from
+banshee-1.
+
+---
+Thu May 26 16:33:08 UTC 2011 - nmarq...@opensuse.org
+
+- Update to version 2.0.1:
+  + Notable Bugs Fixed:
+- AmazonMp3.Store: Fix signed-in detection for UK store;
+- PodcastFeedPropertiesDialog: Fix display of feed URL
+  (underscore);
+- bgo#648941: Add .spc to whitelist;
+- bgo#648458: PlsPlaylistFormat: Make parsing the header
+  case-insensitive;
+- bgo#647754: Add USB ids for Xperia X12;
+- bgo#647024: Lastfm: Fix NRE crash;
+- bgo#646991: AlbumListView: Fix disappearing option in
+  Preferences;
+- bgo#647932: DatabaseSource: Fix NRE in SkipTrackIfRemoved;
+- bgo#642140: Last.fm: Close HTTP streams when finished with
+  them;
+- bgo#633552: AppleDevice: Ensure m4a/mp3 are supported;
+- bgo#647144: StreamPositionLabel: Avoid unnecessary redraws;
+- bgo#647089: Daap: Bind to IPAddress.Loopback instead of Any;
+- bgo#647059: Fix Remote Daap crash;
+  + Updated Translations:
+- Dutch
+- Galician
+- Greek
+- Hungarian
+- Korean
+- Russian
+- Telugu
+- Vietnamese
+
+---
+Mon Apr  4 16:03:01 CDT 2011 - gb...@suse.de
+
+- Update to 2.0.0 release 
+  + Notable Bugs Fixed:
+  * BansheeMetrics: Only enable collection 5% of the time
+  * Dap.MassStorage: Support the LG Optimus S Android phone (bgo#646593)
+  * CoverArt: If cache folder missin