Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package amarok for openSUSE:Factory checked in at 2026-06-17 16:16:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/amarok (Old) and /work/SRC/openSUSE:Factory/.amarok.new.1981 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "amarok" Wed Jun 17 16:16:57 2026 rev:148 rq:1359799 version:3.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/amarok/amarok.changes 2026-01-21 14:12:59.827932617 +0100 +++ /work/SRC/openSUSE:Factory/.amarok.new.1981/amarok.changes 2026-06-17 16:17:36.041259333 +0200 @@ -1,0 +2,5 @@ +Tue Jun 2 12:46:39 UTC 2026 - Josef Melcr <[email protected]> + +- Add gcc16.patch to fix the broken build with GCC 16 + +------------------------------------------------------------------- New: ---- gcc16.patch ----------(New B)---------- New: - Add gcc16.patch to fix the broken build with GCC 16 ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ amarok.spec ++++++ --- /var/tmp/diff_new_pack.7V9762/_old 2026-06-17 16:17:40.605450335 +0200 +++ /var/tmp/diff_new_pack.7V9762/_new 2026-06-17 16:17:40.605450335 +0200 @@ -1,7 +1,7 @@ # # spec file for package amarok # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -38,8 +38,10 @@ Patch1: disable-web-plugins-by-default.patch # PATCH-FIX-OPENSUSE Patch2: 0001-Work-around-QTBUG-75797-for-openQA.patch -BuildRequires: kf6-extra-cmake-modules >= %{kf6_version} +# PATCH-FIX-OPENSUSE +Patch3: gcc16.patch BuildRequires: fdupes +BuildRequires: kf6-extra-cmake-modules >= %{kf6_version} BuildRequires: libmariadbd-devel BuildRequires: mariadb BuildRequires: pkgconfig @@ -70,7 +72,6 @@ BuildRequires: cmake(KF6Wallet) >= %{kf6_version} BuildRequires: cmake(KF6WidgetsAddons) >= %{kf6_version} BuildRequires: cmake(KF6WindowSystem) >= %{kf6_version} -BuildRequires: cmake(lastfm6) BuildRequires: cmake(Mygpo-qt6) BuildRequires: cmake(Qt6Core) >= %{qt6_version} BuildRequires: cmake(Qt6Core5Compat) >= %{qt6_version} @@ -83,9 +84,10 @@ BuildRequires: cmake(Qt6Svg) >= %{qt6_version} BuildRequires: cmake(Qt6SvgWidgets) >= %{qt6_version} BuildRequires: cmake(Qt6Test) >= %{qt6_version} +BuildRequires: cmake(Qt6UiTools) >= %{qt6_version} BuildRequires: cmake(Qt6Widgets) >= %{qt6_version} BuildRequires: cmake(Qt6Xml) >= %{qt6_version} -BuildRequires: cmake(Qt6UiTools) >= %{qt6_version} +BuildRequires: cmake(lastfm6) %ifarch x86_64 %{x86_64} aarch64 riscv64 BuildRequires: cmake(Qt6WebEngineWidgets) >= %{qt6_version} %endif ++++++ gcc16.patch ++++++ GCC 16 build fix Author: Josef Melcr <[email protected]> Status: merged upstream (kde#521046) Index: amarok-3.3.2/src/playlistmanager/SyncedPlaylist.h =================================================================== --- amarok-3.3.2.orig/src/playlistmanager/SyncedPlaylist.h +++ amarok-3.3.2/src/playlistmanager/SyncedPlaylist.h @@ -23,7 +23,7 @@ /** A synchronized playlist that will try to get the attached slaves into the same state as the * master. The first playlist attached (through constructor) is the master. */ -class SyncedPlaylist : public Playlists::Playlist, public Playlists::PlaylistObserver +class __attribute__((visibility("default"))) SyncedPlaylist : public Playlists::Playlist, public Playlists::PlaylistObserver { public: explicit SyncedPlaylist( const Playlists::PlaylistPtr &playlist );
