Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2016-05-31 12:11:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/amarok (Old)
 and      /work/SRC/openSUSE:Factory/.amarok.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "amarok"

Changes:
--------
--- /work/SRC/openSUSE:Factory/amarok/amarok.changes    2016-05-20 
11:54:45.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes       2016-05-31 
12:11:11.000000000 +0200
@@ -1,0 +2,6 @@
+Wed May 25 12:49:35 UTC 2016 - [email protected]
+
+- Add gcc6-workaround.patch to workaround an error seen by GCC,
+  link: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71273.
+
+-------------------------------------------------------------------

New:
----
  gcc6-workaround.patch

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

Other differences:
------------------
++++++ amarok.spec ++++++
--- /var/tmp/diff_new_pack.p4gUfZ/_old  2016-05-31 12:11:13.000000000 +0200
+++ /var/tmp/diff_new_pack.p4gUfZ/_new  2016-05-31 12:11:13.000000000 +0200
@@ -35,6 +35,8 @@
 # PATCH-FIX-UPSTREAM revert_solid_workaround.diff
 Patch3:         revert_solid_workaround.diff
 Patch4:         amarok-taglib-compare.patch
+# PATCH-FIX-OPENSUSE gcc6-workaround.patch -- Workaround an errors seen by 
GCC6 (PR71273)
+Patch5:         gcc6-workaround.patch
 # PATCH-FIX-UPSTREAM 
0001-Don-t-add-the-analyzer-applet-when-Phonon-doesn-t-su.patch -- avoids 
adding the analyzer applet on phonon backends that don't support it (e.g. vlc)
 Patch100:       0001-Don-t-add-the-analyzer-applet-when-Phonon-doesn-t-su.patch
 # PATCH-FIX-UPSTREAM 
0002-Don-t-allow-adding-Analyzer-applet-when-not-supporte.patch -- Don't allow 
adding Analyzer applet when not supported.
@@ -121,6 +123,7 @@
 %patch2
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 %patch100 -p1
 %patch101 -p1
 %patch102 -p1

++++++ gcc6-workaround.patch ++++++
--- amarok-2.8.0/src/core-impl/playlists/types/file/xspf/XSPFPlaylist.cpp       
2013-08-14 22:22:52.000000000 +0200
+++ amarok-2.8.0/src/core-impl/playlists/types/file/xspf/XSPFPlaylist.cpp       
2016-05-25 14:43:13.681557351 +0200
@@ -28,6 +28,7 @@
 #include "playlist/PlaylistModelStack.h"
 
 using namespace Playlists;
+using namespace Playlist;
 
 XSPFPlaylist::XSPFPlaylist( const KUrl &url, Playlists::PlaylistProvider 
*provider, OnLoadAction onLoad )
     : PlaylistFile( url, provider )
@@ -101,7 +102,7 @@
     //FIXME: this needs to be moved to whatever is creating the XSPFPlaylist
     if( m_autoAppendAfterLoad )
         The::playlistController()->insertPlaylist(
-                    ::Playlist::ModelStack::instance()->bottom()->rowCount(),
+                    ModelStack::instance()->bottom()->rowCount(),
                     Playlists::PlaylistPtr( this )
                 );
 }

Reply via email to