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-01-21 14:12:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/amarok (Old) and /work/SRC/openSUSE:Factory/.amarok.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "amarok" Wed Jan 21 14:12:33 2026 rev:147 rq:1328375 version:3.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/amarok/amarok.changes 2025-08-11 13:53:24.803386151 +0200 +++ /work/SRC/openSUSE:Factory/.amarok.new.1928/amarok.changes 2026-01-21 14:12:59.827932617 +0100 @@ -1,0 +2,6 @@ +Tue Jan 20 17:47:30 UTC 2026 - Christophe Marin <[email protected]> + +- Update to 3.3.2 + https://blogs.kde.org/2026/01/18/amarok-3.3.2-released/ + +------------------------------------------------------------------- Old: ---- amarok-3.3.1.tar.xz amarok-3.3.1.tar.xz.sig New: ---- amarok-3.3.2.tar.xz amarok-3.3.2.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ amarok.spec ++++++ --- /var/tmp/diff_new_pack.Y6TEy6/_old 2026-01-21 14:13:00.703969209 +0100 +++ /var/tmp/diff_new_pack.Y6TEy6/_new 2026-01-21 14:13:00.703969209 +0100 @@ -21,7 +21,7 @@ %bcond_without released Name: amarok -Version: 3.3.1 +Version: 3.3.2 Release: 0 Summary: Media Player License: GPL-2.0-or-later @@ -135,6 +135,9 @@ %prep %autosetup -p1 +# Reduce size of the context widget +sed -i 's#1.7#1.12#' src/MainWindow.cpp + %build %cmake_kf6 ++++++ 0001-Work-around-QTBUG-75797-for-openQA.patch ++++++ --- /var/tmp/diff_new_pack.Y6TEy6/_old 2026-01-21 14:13:00.735970546 +0100 +++ /var/tmp/diff_new_pack.Y6TEy6/_new 2026-01-21 14:13:00.743970880 +0100 @@ -8,10 +8,10 @@ 1 file changed, 6 insertions(+) diff --git a/src/main.cpp b/src/main.cpp -index 6bb07b64a7..d35fda12fb 100644 +index 293a41323a..09f558bd17 100644 --- a/src/main.cpp +++ b/src/main.cpp -@@ -31,6 +31,7 @@ +@@ -29,6 +29,7 @@ #include <QCommandLineParser> #include <QStandardPaths> @@ -19,9 +19,9 @@ #include <QtGlobal> #include <csignal> -@@ -44,6 +45,11 @@ int main( int argc, char *argv[] ) +@@ -41,6 +42,11 @@ int main( int argc, char *argv[] ) + { QCoreApplication::setAttribute(Qt::AA_ShareOpenGLContexts); - QCoreApplication::setAttribute(Qt::AA_UseHighDpiPixmaps); + QSurfaceFormat fmt = QSurfaceFormat::defaultFormat(); + if(fmt.redBufferSize() < 8) @@ -31,6 +31,4 @@ App app(argc, argv); app.setApplicationDisplayName(i18n("Amarok")); --- -2.46.0 ++++++ amarok-3.3.1.tar.xz -> amarok-3.3.2.tar.xz ++++++ /work/SRC/openSUSE:Factory/amarok/amarok-3.3.1.tar.xz /work/SRC/openSUSE:Factory/.amarok.new.1928/amarok-3.3.2.tar.xz differ: char 15, line 1 ++++++ disable-web-plugins-by-default.patch ++++++ --- /var/tmp/diff_new_pack.Y6TEy6/_old 2026-01-21 14:13:00.799973219 +0100 +++ /var/tmp/diff_new_pack.Y6TEy6/_new 2026-01-21 14:13:00.811973721 +0100 @@ -3,12 +3,12 @@ References: boo#1070899 diff --git a/src/services/lastfm/amarok_service_lastfm.json b/src/services/lastfm/amarok_service_lastfm.json -index 2097d4c700..a22ae393ed 100644 +index 035ef66152..21054ba64c 100644 --- a/src/services/lastfm/amarok_service_lastfm.json +++ b/src/services/lastfm/amarok_service_lastfm.json -@@ -53,7 +53,7 @@ +@@ -63,7 +63,7 @@ + "Description[tr]": "Last.fm işlevlerini Amarok ile tümleştiren bir hizmet", "Description[uk]": "Служба, яка інтегрує функціональність Last.fm до Amarok", - "Description[x-test]": "xxA service that integrates Last.fm functionality into Amarokxx", "Description[zh_TW]": "一種將 Last.fm 其功能性整合到 Amarok 中的服務", - "EnabledByDefault": true, + "EnabledByDefault": false, @@ -16,12 +16,12 @@ "License": "GPL", "Name": "Last.fm", diff --git a/src/services/magnatune/amarok_service_magnatunestore.json b/src/services/magnatune/amarok_service_magnatunestore.json -index bd9ae23938..cacc3b25de 100644 +index 68dd12b6a1..0265f47405 100644 --- a/src/services/magnatune/amarok_service_magnatunestore.json +++ b/src/services/magnatune/amarok_service_magnatunestore.json -@@ -53,7 +53,7 @@ +@@ -63,7 +63,7 @@ + "Description[tr]": "Kötü amaçlı olmayan Magnatune plak şirketinden etiketinden müzik önizle ve satın al", "Description[uk]": "Прослухайте і купіть музику з ненав’язливої агенції звукозапису Magnatune", - "Description[x-test]": "xxPreview and buy music from the non-evil Magnatune record labelxx", "Description[zh_TW]": "從標為不邪惡的 Magnatune 唱片標籤的音樂中,預聽並購買", - "EnabledByDefault": true, + "EnabledByDefault": false, ++++++ flac_mimetype_bnc671581.diff ++++++ --- /var/tmp/diff_new_pack.Y6TEy6/_old 2026-01-21 14:13:00.823974222 +0100 +++ /var/tmp/diff_new_pack.Y6TEy6/_new 2026-01-21 14:13:00.831974556 +0100 @@ -1,5 +1,5 @@ diff --git a/src/org.kde.amarok.desktop b/src/org.kde.amarok.desktop -index 506b2a0277..bcc85efcd4 100644 +index d923bb44e5..b2ce0ddf98 100644 --- a/src/org.kde.amarok.desktop +++ b/src/org.kde.amarok.desktop @@ -194,7 +194,7 @@ Icon=amarok @@ -9,6 +9,6 @@ -MimeType=audio/aac;audio/mp4;audio/mpeg;audio/mpegurl;audio/vnd.rn-realaudio;audio/vorbis;audio/x-flac;audio/x-mp3;audio/x-mpegurl;audio/x-ms-wma;audio/x-musepack;audio/x-oggflac;audio/x-pn-realaudio;audio/x-scpls;audio/x-speex;audio/x-vorbis;audio/x-wav;application/x-ogm-audio;audio/x-vorbis+ogg;audio/ogg; +MimeType=audio/aac;audio/mp4;audio/mpeg;audio/mpegurl;audio/vnd.rn-realaudio;audio/vorbis;audio/x-flac;audio/flac;audio/x-mp3;audio/x-mpegurl;audio/x-ms-wma;audio/x-musepack;audio/x-oggflac;audio/x-pn-realaudio;audio/x-scpls;audio/x-speex;audio/x-vorbis;audio/x-wav;application/x-ogm-audio;audio/x-vorbis+ogg;audio/ogg; X-DocPath=amarok/index.html - X-KDE-Keywords=music,podcast - X-KDE-Keywords[bg]=music,podcast + Keywords=music;podcast; + Keywords[ar]=موسيقى;مدونة صوتية;
