r55006 - in /packages/unstable/rhythmbox/debian: changelog control.in patches/fix_mediakeys_api.patch patches/series

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Thu Feb 8 13:00:36 UTC 2018


Author: bigon
Date: Thu Feb  8 13:00:33 2018
New Revision: 55006

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=55006
Log:
* debian/patches/fix_mediakeys_api.patch: Fix use of mediakeys D-Bus API
* debian/control.in: Bump Standards-Version to 4.1.3 (no further changes)

Added:
    packages/unstable/rhythmbox/debian/patches/fix_mediakeys_api.patch
Modified:
    packages/unstable/rhythmbox/debian/changelog
    packages/unstable/rhythmbox/debian/control.in
    packages/unstable/rhythmbox/debian/patches/series

Modified: packages/unstable/rhythmbox/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/rhythmbox/debian/changelog?rev=55006&op=diff
==============================================================================
--- packages/unstable/rhythmbox/debian/changelog	[utf-8] (original)
+++ packages/unstable/rhythmbox/debian/changelog	[utf-8] Thu Feb  8 13:00:33 2018
@@ -1,9 +1,14 @@
 rhythmbox (3.4.2-2) UNRELEASED; urgency=medium
 
+  [ Simon McVittie ]
   * gir1.2-rb-3.0 Provides gir1.2-mpid-3.0, since it also contains
     MPID-3.0.typelib
 
- -- Simon McVittie <smcv at debian.org>  Mon, 13 Nov 2017 00:24:52 +0000
+  [ Laurent Bigonville ]
+  * debian/patches/fix_mediakeys_api.patch: Fix use of mediakeys D-Bus API
+  * debian/control.in: Bump Standards-Version to 4.1.3 (no further changes)
+
+ -- Laurent Bigonville <bigon at debian.org>  Thu, 08 Feb 2018 14:00:03 +0100
 
 rhythmbox (3.4.2-1) unstable; urgency=medium
 

Modified: packages/unstable/rhythmbox/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/rhythmbox/debian/control.in?rev=55006&op=diff
==============================================================================
--- packages/unstable/rhythmbox/debian/control.in	[utf-8] (original)
+++ packages/unstable/rhythmbox/debian/control.in	[utf-8] Thu Feb  8 13:00:33 2018
@@ -49,7 +49,7 @@
                      docbook-xsl (>= 1.54.1),
                      docbook-utils (>= 0.6.11),
 Build-Conflicts: libmusicbrainz3-dev
-Standards-Version: 4.0.0
+Standards-Version: 4.1.3
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/packages/unstable/rhythmbox/
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/rhythmbox/
 

Added: packages/unstable/rhythmbox/debian/patches/fix_mediakeys_api.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/rhythmbox/debian/patches/fix_mediakeys_api.patch?rev=55006&op=file
==============================================================================
--- packages/unstable/rhythmbox/debian/patches/fix_mediakeys_api.patch	(added)
+++ packages/unstable/rhythmbox/debian/patches/fix_mediakeys_api.patch	[utf-8] Thu Feb  8 13:00:33 2018
@@ -0,0 +1,23 @@
+commit a48c08641c2fb282fad21ff8b0f3e47932f0a656
+Author: Bastien Nocera <hadess at hadess.net>
+Date:   Mon Apr 24 16:21:41 2017 +0200
+
+    mmkeys: media-player-keys: Fix usage to match API documentation
+    
+    See https://bugzilla.gnome.org/show_bug.cgi?id=781326
+    
+    https://bugzilla.gnome.org/show_bug.cgi?id=781664
+
+diff --git a/plugins/mmkeys/rb-mmkeys-plugin.c b/plugins/mmkeys/rb-mmkeys-plugin.c
+index 46431584f..058b82f0e 100644
+--- a/plugins/mmkeys/rb-mmkeys-plugin.c
++++ b/plugins/mmkeys/rb-mmkeys-plugin.c
+@@ -385,7 +385,7 @@ impl_activate (PeasActivatable *pplugin)
+ 		plugin->proxy = g_dbus_proxy_new_sync (bus,
+ 						       G_DBUS_PROXY_FLAGS_NONE,
+ 						       NULL,
+-						       "org.gnome.SettingsDaemon",
++						       "org.gnome.SettingsDaemon.MediaKeys",
+ 						       "/org/gnome/SettingsDaemon/MediaKeys",
+ 						       "org.gnome.SettingsDaemon.MediaKeys",
+ 						       NULL,

Modified: packages/unstable/rhythmbox/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/rhythmbox/debian/patches/series?rev=55006&op=diff
==============================================================================
--- packages/unstable/rhythmbox/debian/patches/series	[utf-8] (original)
+++ packages/unstable/rhythmbox/debian/patches/series	[utf-8] Thu Feb  8 13:00:33 2018
@@ -1 +1,2 @@
 multiarch_fallback.patch
+fix_mediakeys_api.patch




More information about the pkg-gnome-commits mailing list