Hello community,

here is the log from the commit of package gnome-music for openSUSE:Factory 
checked in at 2013-10-01 08:12:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-music (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-music.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-music"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-music/gnome-music.changes  2013-09-11 
11:40:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-music.new/gnome-music.changes     
2013-10-01 08:12:33.000000000 +0200
@@ -1,0 +2,43 @@
+Sun Sep 29 15:53:41 UTC 2013 - [email protected]
+
+- Add gnome-music-notif-coverart.patch: Fix cover art not being
+  shown in notifications (bnc#842992, bgo#709033).
+
+-------------------------------------------------------------------
+Tue Sep 24 19:10:11 UTC 2013 - [email protected]
+
+- Update to version 3.10.0:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Sep 23 18:58:49 UTC 2013 - [email protected]
+
+- License update: SUSE-GPL-2.0-with-plugin-exception and LGPL-2.1+:
+  gnome-music has an exception to allow linking of non free
+  plugins.
+
+-------------------------------------------------------------------
+Sun Sep 22 11:05:12 UTC 2013 - [email protected]
+
+- Add python3-cairo Requires: gnomemusic/albumArtCache.py imports
+  cairo explicitly (bnc#841681).
+
+-------------------------------------------------------------------
+Mon Sep 16 16:48:49 UTC 2013 - [email protected]
+
+- Update to version 3.9.92:
+  + Added AppData description.
+  + Icons are now RTL-compatible.
+  + Notifications appear during the playback.
+  + All views can be filtered via search button or Ctrl+F shortcut.
+  + URLs with no FileDataObject (*.cue) are now filtered.
+  + Fixed MPRIS commands: close, play, thumbnail display.
+  + Songs view now displays 'Unknown Album' for tracks with no
+    album set.
+  + Gnome Music notifies about startup.
+  + Bugs fixed: bgo#702377, bgo#703303, bgo#706576, bgo#707388,
+    bgo#707632, bgo#707824, bgo#707937, bgo#707938, bgo#708102,
+    bgo#708103, bgo#708116, bgo#708117, bgo#708159.
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  gnome-music-3.9.91.tar.xz

New:
----
  gnome-music-3.10.0.tar.xz
  gnome-music-notif-coverart.patch

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

Other differences:
------------------
++++++ gnome-music.spec ++++++
--- /var/tmp/diff_new_pack.Jj2HQC/_old  2013-10-01 08:12:34.000000000 +0200
+++ /var/tmp/diff_new_pack.Jj2HQC/_new  2013-10-01 08:12:34.000000000 +0200
@@ -17,13 +17,15 @@
 
 
 Name:           gnome-music
-Version:        3.9.91
+Version:        3.10.0
 Release:        0
 Summary:        Music Player for GNOME
-License:        GPL-2.0+
+License:        SUSE-GPL-2.0-with-plugin-exception and LGPL-2.1+
 Group:          Productivity/Multimedia/Sound/Players
 Url:            http://www.gnome.org
-Source:         
http://download.gnome.org/sources/gnome-music/3.9/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/gnome-music/3.10/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM gnome-music-notif-coverart.patch bnc#842992 bgo#709033 
[email protected] -- Cover Art is not show in notificatons
+Patch0:         gnome-music-notif-coverart.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool >= 0.26
 BuildRequires:  itstool
@@ -37,6 +39,8 @@
 BuildRequires:  pkgconfig(tracker-miner-0.16) >= 0.16.1
 BuildRequires:  pkgconfig(tracker-sparql-0.16) >= 0.16.1
 Requires:       dbus-1-python3
+# gnomemusic/albumArtCache.py imports cairo directly.
+Requires:       python3-cairo
 # This is a python 3 application
 Requires:       python3-gobject
 # gnome-music relies on tracker to find local files.
@@ -51,6 +55,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure
@@ -80,6 +85,8 @@
 %defattr(-,root,root)
 %doc README AUTHORS COPYING
 %{_bindir}/gnome-music
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/gnome-music.appdata.xml
 %{_datadir}/applications/gnome-music.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.Music.gschema.xml
 %{_datadir}/gnome-music/

++++++ gnome-music-3.9.91.tar.xz -> gnome-music-3.10.0.tar.xz ++++++
++++ 10193 lines of diff (skipped)

++++++ gnome-music-notif-coverart.patch ++++++
>From 2daecce1b939271246e7c94220be85962ccf7f96 Mon Sep 17 00:00:00 2001
From: Dominique Leuenberger <[email protected]>
Date: Sat, 28 Sep 2013 17:12:17 +0200
Subject: [PATCH] notification: remove code duplication: album_art_loader
 already avoided passing a pixbuf stream if a path was knwon

---
 gnomemusic/notification.py | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/gnomemusic/notification.py b/gnomemusic/notification.py
index 7af5e8a..2c8485e 100644
--- a/gnomemusic/notification.py
+++ b/gnomemusic/notification.py
@@ -84,13 +84,6 @@ class NotificationManager:
                                                              '<i>' + album + 
'</i>'),
                                       'gnome-music')
 
-            # Try to pass an image path instead of a serialized pixbuf if 
possible
-            if item.get_thumbnail():
-                self._notification.set_hint('image-path', GLib.Variant('s', 
item.get_thumbnail()))
-                self._notification.set_hint('image-data', None)
-                self._notification.show()
-                return
-
             self._albumArtCache.lookup(item, IMAGE_SIZE, IMAGE_SIZE, 
self._album_art_loaded)
 
     def _album_art_loaded(self, image, path, data):
-- 
1.8.4


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to