Hello community,

here is the log from the commit of package rhythmbox for openSUSE:Factory 
checked in at 2018-06-02 12:15:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rhythmbox (Old)
 and      /work/SRC/openSUSE:Factory/.rhythmbox.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rhythmbox"

Sat Jun  2 12:15:14 2018 rev:94 rq:613531 version:3.4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/rhythmbox/rhythmbox.changes      2018-03-24 
16:14:42.144963301 +0100
+++ /work/SRC/openSUSE:Factory/.rhythmbox.new/rhythmbox.changes 2018-06-02 
12:15:37.240348071 +0200
@@ -1,0 +2,6 @@
+Tue Apr 17 12:42:05 UTC 2018 - dims...@opensuse.org
+
+- Add rhythmbox-gstreamer-1.14.patch: Fix build against GStreamer
+  1.14 (bgo#788706).
+
+-------------------------------------------------------------------

New:
----
  rhythmbox-gstreamer-1.14.patch

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

Other differences:
------------------
++++++ rhythmbox.spec ++++++
--- /var/tmp/diff_new_pack.TANsIL/_old  2018-06-02 12:15:38.100316528 +0200
+++ /var/tmp/diff_new_pack.TANsIL/_new  2018-06-02 12:15:38.104316381 +0200
@@ -24,6 +24,8 @@
 Group:          Productivity/Multimedia/Sound/Players
 URL:            https://wiki.gnome.org/Apps/Rhythmbox
 Source:         
https://download.gnome.org/sources/rhythmbox/3.4/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM rhythmbox-gstreamer-1.14.patch bgo#788706 
dims...@opensuse.org -- Fix build against GStreamer 1.14
+Patch0:         rhythmbox-gstreamer-1.14.patch
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel >= 0.10.0
 BuildRequires:  intltool
@@ -88,6 +90,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 translation-update-upstream
 
 %build

++++++ rhythmbox-gstreamer-1.14.patch ++++++
>From b182c6b9e1d09e601bac0b703cc5f8b159ebbc3a Mon Sep 17 00:00:00 2001
From: Bastien Nocera <had...@hadess.net>
Date: Mon, 9 Oct 2017 13:11:47 +0200
Subject: fmradio: Fix build with GStreamer master

The plugin description is not supposed to be a string constant, but an
unescaped string, to be concatenated with function names.

This used to be acceptable (though would have warned), but breaks with
the GStreamer 1.13 development branch.

rb-fm-radio-gst-src.c:181:6: error: pasting ""rbsilencesrc"" and "_get_desc" 
does not give a valid preprocessing token
      "rbsilencesrc",
      ^

https://bugzilla.gnome.org/show_bug.cgi?id=788706
---
 plugins/fmradio/rb-fm-radio-gst-src.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/fmradio/rb-fm-radio-gst-src.c 
b/plugins/fmradio/rb-fm-radio-gst-src.c
index 09d709c..88abdaf 100644
--- a/plugins/fmradio/rb-fm-radio-gst-src.c
+++ b/plugins/fmradio/rb-fm-radio-gst-src.c
@@ -178,7 +178,7 @@ plugin_init (GstPlugin *plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
                   GST_VERSION_MINOR,
-                  "rbsilencesrc",
+                  rbsilencesrc,
                   "element to output silence",
                   plugin_init,
                   VERSION,
-- 
cgit v0.12



Reply via email to