Hello community,

here is the log from the commit of package totem for openSUSE:Factory checked 
in at 2017-06-12 15:09:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/totem (Old)
 and      /work/SRC/openSUSE:Factory/.totem.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "totem"

Mon Jun 12 15:09:22 2017 rev:125 rq:501759 version:3.24.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/totem/totem.changes      2017-03-22 
23:07:06.750711466 +0100
+++ /work/SRC/openSUSE:Factory/.totem.new/totem.changes 2017-06-12 
15:09:23.807366170 +0200
@@ -1,0 +2,7 @@
+Fri May 26 21:31:47 UTC 2017 - [email protected]
+
+- Add totem-media-player-keys-fix-usage-vs-api.patch:
+  media-player-keys: Fix usage to match API documentation
+  (bgo#781589).
+
+-------------------------------------------------------------------

New:
----
  totem-media-player-keys-fix-usage-vs-api.patch

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

Other differences:
------------------
++++++ totem.spec ++++++
--- /var/tmp/diff_new_pack.eVOPZ9/_old  2017-06-12 15:09:25.455133560 +0200
+++ /var/tmp/diff_new_pack.eVOPZ9/_new  2017-06-12 15:09:25.459132995 +0200
@@ -26,6 +26,8 @@
 Group:          Productivity/Multimedia/Video/Players
 Url:            http://www.gnome.org/projects/totem/
 Source0:        
http://download.gnome.org/sources/totem/3.24/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM totem-media-player-keys-fix-usage-vs-api.patch bgo#781589 
[email protected] -- media-player-keys: Fix usage to match API documentation
+Patch0:         totem-media-player-keys-fix-usage-vs-api.patch
 BuildRequires:  appstream-glib
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -163,6 +165,7 @@
 %if !0%{?is_opensuse}
 translation-update-upstream
 %endif
+%patch0 -p1
 
 %build
 %configure\

++++++ totem-media-player-keys-fix-usage-vs-api.patch ++++++
>From 270b7178ec759d4644736bbbf3933a24b2307fe0 Mon Sep 17 00:00:00 2001
From: Bastien Nocera <[email protected]>
Date: Fri, 21 Apr 2017 15:38:51 +0200
Subject: 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=781589
---
 src/plugins/media-player-keys/totem-media-player-keys.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/plugins/media-player-keys/totem-media-player-keys.c 
b/src/plugins/media-player-keys/totem-media-player-keys.c
index 8281ce5..640a9e6 100644
--- a/src/plugins/media-player-keys/totem-media-player-keys.c
+++ b/src/plugins/media-player-keys/totem-media-player-keys.c
@@ -204,7 +204,7 @@ name_appeared_cb (GDBusConnection            *connection,
                                  G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES |
                                  G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START,
                                  NULL,
-                                 "org.gnome.SettingsDaemon",
+                                 "org.gnome.SettingsDaemon.MediaKeys",
                                  "/org/gnome/SettingsDaemon/MediaKeys",
                                  "org.gnome.SettingsDaemon.MediaKeys",
                                  cancellable,
@@ -238,7 +238,7 @@ impl_activate (PeasActivatable *plugin)
        GtkWindow *window;
 
        pi->priv->watch_id = g_bus_watch_name (G_BUS_TYPE_SESSION,
-                                              "org.gnome.SettingsDaemon",
+                                              
"org.gnome.SettingsDaemon.MediaKeys",
                                               G_BUS_NAME_WATCHER_FLAGS_NONE,
                                               (GBusNameAppearedCallback) 
name_appeared_cb,
                                               (GBusNameVanishedCallback) 
name_vanished_cb,
-- 
cgit v0.12



Reply via email to