Hello community,

here is the log from the commit of package audience for openSUSE:Factory 
checked in at 2017-06-21 13:54:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/audience (Old)
 and      /work/SRC/openSUSE:Factory/.audience.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "audience"

Wed Jun 21 13:54:02 2017 rev:5 rq:504499 version:0.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/audience/audience.changes        2017-05-02 
08:54:47.631160016 +0200
+++ /work/SRC/openSUSE:Factory/.audience.new/audience.changes   2017-06-21 
13:54:05.769568892 +0200
@@ -1,0 +2,5 @@
+Fri Jun 16 21:21:07 UTC 2017 - [email protected]
+
+- Fix mmkeys D-Bus (add audience-0.2.2-dbus.patch) 
+
+-------------------------------------------------------------------

New:
----
  audience-0.2.2-dbus.patch

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

Other differences:
------------------
++++++ audience.spec ++++++
--- /var/tmp/diff_new_pack.uSYgYN/_old  2017-06-21 13:54:07.301352819 +0200
+++ /var/tmp/diff_new_pack.uSYgYN/_new  2017-06-21 13:54:07.305352255 +0200
@@ -24,6 +24,8 @@
 Group:          Productivity/Multimedia/Video/Players
 Url:            https://launchpad.net/audience
 Source:         
https://launchpad.net/audience/0.4-loki/%{version}/+download/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM dbus.patch -- 
https://github.com/elementary/videos/issues/25
+Patch0:         audience-0.2.2-dbus.patch
 BuildRequires:  cmake
 BuildRequires:  desktop-file-utils
 BuildRequires:  elementary-icon-theme
@@ -54,6 +56,9 @@
 
 %prep
 %setup -q
+%if 0%{?suse_version} > 1320
+%patch0 -p1
+%endif
 
 %build
 %cmake \

++++++ audience-0.2.2-dbus.patch ++++++
diff -ruN audience-0.2.2.orig/src/Widgets/Player/PlayerPage.vala 
audience-0.2.2/src/Widgets/Player/PlayerPage.vala
--- audience-0.2.2.orig/src/Widgets/Player/PlayerPage.vala      2017-04-14 
03:25:51.000000000 +0300
+++ audience-0.2.2/src/Widgets/Player/PlayerPage.vala   2017-06-17 
00:13:51.479068219 +0300
@@ -122,7 +122,7 @@
             //media keys
             try {
                 mediakeys = Bus.get_proxy_sync (BusType.SESSION,
-                    "org.gnome.SettingsDaemon", 
"/org/gnome/SettingsDaemon/MediaKeys");
+                    "org.gnome.SettingsDaemon.MediaKeys", 
"/org/gnome/SettingsDaemon/MediaKeys");
                 mediakeys.MediaPlayerKeyPressed.connect ((bus, app, key) => {
                     if (app != "audience")
                        return;

Reply via email to