Hello community,

here is the log from the commit of package rhythmbox for openSUSE:Factory 
checked in at 2016-04-11 10:28:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rhythmbox (Old)
 and      /work/SRC/openSUSE:Factory/.rhythmbox.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rhythmbox"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rhythmbox/rhythmbox.changes      2016-03-31 
13:03:37.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rhythmbox.new/rhythmbox.changes 2016-04-11 
10:28:10.000000000 +0200
@@ -1,0 +2,14 @@
+Sun Apr  3 18:17:57 UTC 2016 - badshah...@gmail.com
+
+- Update to version 3.3.1:
+  + Better handling of locked Android devices.
+  + Simplified ReplayGain processing that might crash less.
+  + Switched to webkit2 API, except for the context plugin which
+    is disabled.
+  + Notifications behave better when actions aren't available.
+  + Bugs fixed: bgo#678349, bgo#744775, bgo#752019, bgo#762087,
+    bgo#762203, bgo#763206, bgo#763435, bgo#763874.
+  + Updated translations.
+- Drop rhythmbox-Port-to-webkit2.patch, incorporated upstream.
+
+-------------------------------------------------------------------

Old:
----
  rhythmbox-3.3.tar.xz
  rhythmbox-Port-to-webkit2.patch

New:
----
  rhythmbox-3.3.1.tar.xz

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

Other differences:
------------------
++++++ rhythmbox.spec ++++++
--- /var/tmp/diff_new_pack.eLQAuW/_old  2016-04-11 10:28:11.000000000 +0200
+++ /var/tmp/diff_new_pack.eLQAuW/_new  2016-04-11 10:28:11.000000000 +0200
@@ -21,7 +21,7 @@
 %bcond_with visualizer
 
 Name:           rhythmbox
-Version:        3.3
+Version:        3.3.1
 Release:        0
 Summary:        GNOME Music Management Application
 License:        GPL-2.0+
@@ -30,8 +30,6 @@
 Source:         
http://download.gnome.org/sources/rhythmbox/3.3/%{name}-%{version}.tar.xz
 # PATCH-FEATURE-UPSTREAM rhythmbox-grilo-0.3.patch bgo#759589 
dims...@opensuse.org -- Port to grilo 0.3
 Patch0:         rhythmbox-grilo-0.3.patch
-# PATCH-FEATURE-UPSTREAM rhythmbox-Port-to-webkit2.patch bgo#752019 
zai...@opensuse.org -- Port to webkit2gtk3
-Patch1:         rhythmbox-Port-to-webkit2.patch
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
 BuildRequires:  libdiscid-devel
@@ -107,7 +105,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 translation-update-upstream
 
 %build
@@ -178,6 +175,7 @@
 %{_libdir}/rhythmbox/plugins/audiocd/
 %{_libdir}/rhythmbox/plugins/audioscrobbler/
 %{_libdir}/rhythmbox/plugins/cd-recorder/
+%{_libdir}/rhythmbox/plugins/context/
 %{_libdir}/rhythmbox/plugins/daap/
 %{_libdir}/rhythmbox/plugins/dbus-media-server/
 %{_libdir}/rhythmbox/plugins/fmradio/

++++++ rhythmbox-3.3.tar.xz -> rhythmbox-3.3.1.tar.xz ++++++
/work/SRC/openSUSE:Factory/rhythmbox/rhythmbox-3.3.tar.xz 
/work/SRC/openSUSE:Factory/.rhythmbox.new/rhythmbox-3.3.1.tar.xz differ: char 
27, line 1

++++++ rhythmbox-grilo-0.3.patch ++++++
--- /var/tmp/diff_new_pack.eLQAuW/_old  2016-04-11 10:28:11.000000000 +0200
+++ /var/tmp/diff_new_pack.eLQAuW/_new  2016-04-11 10:28:11.000000000 +0200
@@ -3,8 +3,10 @@
  plugins/grilo/rb-grilo-plugin.c |  2 +-
  plugins/grilo/rb-grilo-source.c | 10 +++++-----
  3 files changed, 8 insertions(+), 8 deletions(-)
---- a/configure.ac     
-+++ a/configure.ac     
+Index: rhythmbox-3.3.1/configure.ac
+===================================================================
+--- rhythmbox-3.3.1.orig/configure.ac
++++ rhythmbox-3.3.1/configure.ac
 @@ -54,7 +54,7 @@ LIBSOUP_REQS=2.34.0
  GUDEV_REQS=143
  LIBMTP_REQS=0.3.0
@@ -14,7 +16,7 @@
  LIBXML2_REQS=2.7.8
  LIBSECRET_REQS=0.18
  
-@@ -714,7 +714,7 @@ AC_ARG_ENABLE(grilo,
+@@ -722,7 +722,7 @@ AC_ARG_ENABLE(grilo,
                             [Disable Grilo support]),,
              enable_grilo=auto)
  if test "x$enable_grilo" != "xno"; then
@@ -23,8 +25,10 @@
        if test "x$have_grilo" = "xno" -a "x$enable_grilo" = "xyes"; then
                AC_MSG_ERROR([Grilo support explicitly requested, but grilo 
couldn not be found])
        fi
---- a/plugins/grilo/rb-grilo-plugin.c  
-+++ a/plugins/grilo/rb-grilo-plugin.c  
+Index: rhythmbox-3.3.1/plugins/grilo/rb-grilo-plugin.c
+===================================================================
+--- rhythmbox-3.3.1.orig/plugins/grilo/rb-grilo-plugin.c
++++ rhythmbox-3.3.1/plugins/grilo/rb-grilo-plugin.c
 @@ -213,7 +213,7 @@ impl_activate (PeasActivatable *plugin)
        pi->registry = grl_registry_get_default ();
        g_signal_connect (pi->registry, "source-added", G_CALLBACK 
(grilo_source_added_cb), pi);
@@ -34,9 +38,11 @@
                g_warning ("Failed to load Grilo plugins: %s", error->message);
                g_clear_error (&error);
        }
---- a/plugins/grilo/rb-grilo-source.c  
-+++ a/plugins/grilo/rb-grilo-source.c  
-@@ -524,7 +524,7 @@ make_operation_options (RBGriloSource *source, 
GrlSupportedOps op, int position)
+Index: rhythmbox-3.3.1/plugins/grilo/rb-grilo-source.c
+===================================================================
+--- rhythmbox-3.3.1.orig/plugins/grilo/rb-grilo-source.c
++++ rhythmbox-3.3.1/plugins/grilo/rb-grilo-source.c
+@@ -524,7 +524,7 @@ make_operation_options (RBGriloSource *s
        grl_operation_options_set_count (options,
                                         CONTAINER_FETCH_SIZE);
        grl_operation_options_set_type_filter (options, GRL_TYPE_FILTER_AUDIO);
@@ -45,7 +51,7 @@
  
        return options;
  }
-@@ -684,7 +684,7 @@ grilo_browse_cb (GrlSource *grilo_source, guint 
operation_id, GrlMedia *media, g
+@@ -684,7 +684,7 @@ grilo_browse_cb (GrlSource *grilo_source
                source->priv->browse_position++;
        }
  
@@ -54,7 +60,7 @@
  
                GtkTreeIter new_row;
                if (source->priv->browse_container == NULL) {
-@@ -724,7 +724,7 @@ grilo_browse_cb (GrlSource *grilo_source, guint 
operation_id, GrlMedia *media, g
+@@ -724,7 +724,7 @@ grilo_browse_cb (GrlSource *grilo_source
                                                   2, CONTAINER_MARKER,
                                                   3, 0,
                                                   -1);
@@ -63,7 +69,7 @@
                source->priv->browse_got_media = TRUE;
        }
  
-@@ -854,7 +854,7 @@ grilo_media_browse_cb (GrlSource *grilo_source, guint 
operation_id, GrlMedia *me
+@@ -854,7 +854,7 @@ grilo_media_browse_cb (GrlSource *grilo_
                source->priv->media_browse_got_results = TRUE;
                source->priv->media_browse_position++;
  
@@ -72,7 +78,7 @@
                        RhythmDBEntry *entry;
                        entry = create_entry_for_media (source->priv->db,
                                                        
source->priv->entry_type,
-@@ -863,7 +863,7 @@ grilo_media_browse_cb (GrlSource *grilo_source, guint 
operation_id, GrlMedia *me
+@@ -863,7 +863,7 @@ grilo_media_browse_cb (GrlSource *grilo_
                        if (entry != NULL) {
                                rhythmdb_query_model_add_entry 
(source->priv->query_model, entry, -1);
                        }
@@ -81,4 +87,3 @@
                        source->priv->media_browse_got_containers = TRUE;
                }
        }
-


Reply via email to