Hello community,

here is the log from the commit of package rhythmbox for openSUSE:Leap:15.2 
checked in at 2020-02-21 10:52:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/rhythmbox (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.rhythmbox.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rhythmbox"

Fri Feb 21 10:52:04 2020 rev:27 rq:777478 version:3.4.4

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/rhythmbox/rhythmbox.changes    2020-01-15 
15:57:15.955729365 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.rhythmbox.new.26092/rhythmbox.changes 
2020-02-21 10:52:06.203258877 +0100
@@ -1,0 +2,38 @@
+Sat Jan 25 14:19:17 UTC 2020 - Dominique Leuenberger <[email protected]>
+
+- No longer recommend -lang: supplements are in use
+
+-------------------------------------------------------------------
+Sun Jan  5 12:26:50 UTC 2020 - Bjørn Lie <[email protected]>
+
+- Update to version 3.4.4:
+  + Support for fetching cover art from coverartarchive.org.
+  + Uses HTTPS for external requests where possible.
+  + New Listenbrainz plugin.
+  + Sendto plugin removed.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Sun Jan  6 11:32:17 UTC 2019 - [email protected]
+
+- Update to version 3.4.3:
+  + Android plugin works better with Samsung and Android 9 devices.
+  + Status bar replaced with floating bar as used by Nautilus.
+  + Bugs fixed: bgo#727670, bgo#767255, bgo#781664, bgo#788676,
+    bgo#788677, bgo#788706, bgo#789155, bgo#789494, bgo#789632,
+    bgo#789706, bgo#789795, bgo#789839, bgo#789157, bgo#790876,
+    bgo#791815, glgo#GNOME/rhythmbox#1626,
+    glgo#GNOME/rhythmbox#1646, glgo#GNOME/rhythmbox#1660,
+    glgo#GNOME/rhythmbox#7, glgo#GNOME/rhythmbox#8,
+    glgo#GNOME/rhythmbox#10, glgo#GNOME/rhythmbox#11,
+    glgo#GNOME/rhythmbox#21.
+  + Updated translations.
+- Drop rhythmbox-gstreamer-1.14.patch: Fixed upstream.
+
+-------------------------------------------------------------------
+Tue Apr 17 12:42:05 UTC 2018 - [email protected]
+
+- Add rhythmbox-gstreamer-1.14.patch: Fix build against GStreamer
+  1.14 (bgo#788706).
+
+-------------------------------------------------------------------

Old:
----
  rhythmbox-3.4.2.tar.xz

New:
----
  rhythmbox-3.4.4.tar.xz

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

Other differences:
------------------
++++++ rhythmbox.spec ++++++
--- /var/tmp/diff_new_pack.wxVWJf/_old  2020-02-21 10:52:06.915260331 +0100
+++ /var/tmp/diff_new_pack.wxVWJf/_new  2020-02-21 10:52:06.919260339 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rhythmbox
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,19 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           rhythmbox
-Version:        3.4.2
+Version:        3.4.4
 Release:        0
 Summary:        GNOME Music Management Application
 License:        GPL-2.0-or-later
 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
+
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel >= 0.10.0
 BuildRequires:  intltool
@@ -41,7 +42,7 @@
 BuildRequires:  pkgconfig(gstreamer-base-1.0) >= 0.11.92
 BuildRequires:  pkgconfig(gstreamer-pbutils-1.0) >= 0.11.92
 BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0) >= 0.11.92
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.16.0
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20.0
 BuildRequires:  pkgconfig(gudev-1.0)
 BuildRequires:  pkgconfig(json-glib-1.0)
 BuildRequires:  pkgconfig(libbrasero-media3)
@@ -63,7 +64,6 @@
 # For python plugins
 Requires:       python3-gobject
 Requires:       python3-gobject-Gdk
-Recommends:     %{name}-lang
 Recommends:     gstreamer-plugins-ugly
 Recommends:     media-player-info
 
@@ -87,25 +87,25 @@
 %lang_package
 
 %prep
-%setup -q
+%autosetup -p1
 translation-update-upstream
 
 %build
 export MOZILLA_PLUGINDIR=%{_libdir}/browser-plugins
 export PYTHON=%{_bindir}/python3
 %configure \
-    --with-gudev\
-    --with-ipod\
-    --with-mtp\
-    --with-libsecret\
-    --with-brasero\
-        --disable-static\
-        --disable-hal\
-        --enable-lirc\
-        --enable-python\
-        --enable-daap\
-        --enable-vala
-
+       --with-gudev \
+       --with-ipod \
+       --with-mtp \
+       --with-libsecret \
+       --with-brasero \
+       --disable-static \
+       --disable-hal \
+       --enable-lirc \
+       --enable-python \
+       --enable-daap \
+       --enable-vala \
+       %{nil}
 make %{?_smp_mflags}
 
 %install
@@ -128,17 +128,17 @@
 %doc %{_datadir}/help/C/rhythmbox/
 %{_bindir}/rhythmbox
 %{_bindir}/rhythmbox-client
-%{_datadir}/appdata/rhythmbox.appdata.xml
+%dir %{_datadir}/metainfo
+%{_datadir}/metainfo/rhythmbox.appdata.xml
 %{_datadir}/applications/rhythmbox.desktop
 %{_datadir}/applications/rhythmbox-device.desktop
 %{_datadir}/dbus-1/services/org.gnome.Rhythmbox3.service
 %{_datadir}/glib-2.0/schemas/org.gnome.rhythmbox.gschema.xml
-%{_datadir}/icons/hicolor/*/apps/rhythmbox*
+%{_datadir}/icons/hicolor/scalable/apps/org.gnome.Rhythmbox*.svg
 %{_datadir}/rhythmbox/
 %{_libdir}/girepository-1.0/MPID-3.0.typelib
 %{_libdir}/girepository-1.0/RB-3.0.typelib
 %{_libdir}/librhythmbox-core.so.*
-%{_libdir}/browser-plugins/librhythmbox-itms-detection-plugin.*
 %dir %{_libdir}/rhythmbox
 %dir %{_libdir}/rhythmbox/plugins
 %{_libdir}/rhythmbox/plugins/android/
@@ -156,6 +156,7 @@
 %{_libdir}/rhythmbox/plugins/im-status/
 %{_libdir}/rhythmbox/plugins/ipod/
 %{_libdir}/rhythmbox/plugins/iradio/
+%{_libdir}/rhythmbox/plugins/listenbrainz/
 %{_libdir}/rhythmbox/plugins/lyrics/
 %{_libdir}/rhythmbox/plugins/magnatune/
 %{_libdir}/rhythmbox/plugins/mmkeys/
@@ -168,7 +169,6 @@
 %{_libdir}/rhythmbox/plugins/rblirc/
 %{_libdir}/rhythmbox/plugins/rbzeitgeist/
 %{_libdir}/rhythmbox/plugins/replaygain/
-%{_libdir}/rhythmbox/plugins/sendto/
 %{_libdir}/rhythmbox/plugins/soundcloud/
 %{_libdir}/rhythmbox/plugins/webremote/
 %{_libexecdir}/rhythmbox-metadata

++++++ rhythmbox-3.4.2.tar.xz -> rhythmbox-3.4.4.tar.xz ++++++
/work/SRC/openSUSE:Leap:15.2/rhythmbox/rhythmbox-3.4.2.tar.xz 
/work/SRC/openSUSE:Leap:15.2/.rhythmbox.new.26092/rhythmbox-3.4.4.tar.xz 
differ: char 25, line 1


Reply via email to