Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package clementine for openSUSE:Factory checked in at 2021-04-08 21:32:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/clementine (Old) and /work/SRC/openSUSE:Factory/.clementine.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "clementine" Thu Apr 8 21:32:29 2021 rev:60 rq:883768 version:1.3.99.20210304 Changes: -------- --- /work/SRC/openSUSE:Factory/clementine/clementine.changes 2020-12-28 13:56:14.997036307 +0100 +++ /work/SRC/openSUSE:Factory/.clementine.new.2401/clementine.changes 2021-04-08 21:32:43.275843719 +0200 @@ -1,0 +2,8 @@ +Thu Apr 8 07:29:38 UTC 2021 - Dave Plater <[email protected]> + +- Update to git snapshot 1.3.99.20210304 to fix build against the + new taglib. +- For upstream changes go to: + https://github.com/clementine-player/Clementine/compare/1.4.0rc1-343-gb49afcc5b...1.4.0rc1-548-g354f6a23e + +------------------------------------------------------------------- Old: ---- clementine-1.3.99.tar.gz New: ---- clementine-1.3.99.20210304.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ clementine.spec ++++++ --- /var/tmp/diff_new_pack.DsAtnK/_old 2021-04-08 21:32:44.055844578 +0200 +++ /var/tmp/diff_new_pack.DsAtnK/_new 2021-04-08 21:32:44.059844582 +0200 @@ -1,7 +1,7 @@ # # spec file for package clementine # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,7 @@ # -%define rev b49afcc5b73162fba903095c5d85046804c9a283 +%define rev 354f6a23e0ceb03593cf1e6cadf88da5fc4f5361 %bcond_without git @@ -29,7 +29,7 @@ %define gname Clementine Name: clementine -Version: 1.3.99 +Version: 1.3.99.20210304 Release: 0 Summary: A music player inspired by Amarok 1.4 License: GPL-3.0-or-later ++++++ clementine-1.3.99.tar.gz -> clementine-1.3.99.20210304.tar.gz ++++++ /work/SRC/openSUSE:Factory/clementine/clementine-1.3.99.tar.gz /work/SRC/openSUSE:Factory/.clementine.new.2401/clementine-1.3.99.20210304.tar.gz differ: char 13, line 1 ++++++ clementine-hidden-systray-icon.patch ++++++ --- /var/tmp/diff_new_pack.DsAtnK/_old 2021-04-08 21:32:44.107844635 +0200 +++ /var/tmp/diff_new_pack.DsAtnK/_new 2021-04-08 21:32:44.107844635 +0200 @@ -1,7 +1,7 @@ -Index: Clementine-75f18dab23f0842713a4200a7e362efd51b12e31/dist/clementine.desktop +Index: b/dist/clementine.desktop =================================================================== ---- Clementine-75f18dab23f0842713a4200a7e362efd51b12e31.orig/dist/clementine.desktop 2019-07-24 12:51:48.000000000 +0200 -+++ Clementine-75f18dab23f0842713a4200a7e362efd51b12e31/dist/clementine.desktop 2019-07-26 11:41:32.638186156 +0200 +--- a/dist/clementine.desktop 2021-04-07 16:29:25.956516313 +0200 ++++ b/dist/clementine.desktop 2021-04-07 16:29:43.073173522 +0200 @@ -36,7 +36,7 @@ TryExec=clementine Icon=clementine Terminal=false @@ -11,15 +11,3 @@ MimeType=application/ogg;application/x-ogg;application/x-ogm-audio;audio/aac;audio/mp4;audio/mpeg;audio/mpegurl;audio/ogg;audio/vnd.rn-realaudio;audio/vorbis;audio/x-flac;audio/x-mp3;audio/x-mpeg;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-vorbis+ogg;audio/x-wav;video/x-ms-asf;x-content/audio-player;x-scheme-handler/zune;x-scheme-handler/itpc;x-scheme-handler/itms;x-scheme-handler/feed; Actions=Play;Pause;Stop;StopAfterCurrent;Previous;Next; -Index: Clementine-75f18dab23f0842713a4200a7e362efd51b12e31/src/ui/mainwindow.cpp -=================================================================== ---- Clementine-75f18dab23f0842713a4200a7e362efd51b12e31.orig/src/ui/mainwindow.cpp 2019-07-24 12:51:48.000000000 +0200 -+++ Clementine-75f18dab23f0842713a4200a7e362efd51b12e31/src/ui/mainwindow.cpp 2019-07-26 11:41:32.638186156 +0200 -@@ -1041,6 +1041,7 @@ MainWindow::MainWindow(Application* app, - if (hidden && (!QSystemTrayIcon::isSystemTrayAvailable() || !tray_icon_ || - !tray_icon_->IsVisible())) { - settings_.setValue("hidden", false); -+ setVisible(TRUE); - show(); - } - #endif ++++++ clementine-moodbar-fpic.patch ++++++ --- /var/tmp/diff_new_pack.DsAtnK/_old 2021-04-08 21:32:44.119844648 +0200 +++ /var/tmp/diff_new_pack.DsAtnK/_new 2021-04-08 21:32:44.119844648 +0200 @@ -1,14 +1,20 @@ -Index: Clementine-75f18dab23f0842713a4200a7e362efd51b12e31/gst/moodbar/CMakeLists.txt +Index: b/src/ui/mainwindow.cpp =================================================================== ---- Clementine-75f18dab23f0842713a4200a7e362efd51b12e31.orig/gst/moodbar/CMakeLists.txt 2019-07-24 12:51:48.000000000 +0200 -+++ Clementine-75f18dab23f0842713a4200a7e362efd51b12e31/gst/moodbar/CMakeLists.txt 2019-07-26 11:40:41.784156710 +0200 -@@ -1,7 +1,7 @@ - cmake_minimum_required(VERSION 2.8.11) +--- a/src/ui/mainwindow.cpp 2021-04-07 16:18:29.019328415 +0200 ++++ b/src/ui/mainwindow.cpp 2021-04-07 16:27:42.804556644 +0200 +@@ -1062,6 +1062,7 @@ MainWindow::MainWindow(Application* app, + // to hide + if (hidden && (!QSystemTrayIcon::isSystemTrayAvailable() || !tray_icon_ || + !tray_icon_->IsVisible())) ++ setVisible(TRUE); + show(); + #endif --set(CMAKE_C_FLAGS "-Wall") --set(CMAKE_CXX_FLAGS "-Woverloaded-virtual -Wall --std=c++0x") -+set(CMAKE_C_FLAGS "-Wall -fPIC") -+set(CMAKE_CXX_FLAGS "-Woverloaded-virtual -Wall -fPIC --std=c++0x") +@@ -1105,6 +1106,7 @@ void MainWindow::ReloadSettings() { - include_directories(${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}) + if (tray_icon_) tray_icon_->SetVisible(show_tray); + if ((!show_tray || !QSystemTrayIcon::isSystemTrayAvailable()) && !isVisible()) ++ setVisible(TRUE); + show(); + #endif ++++++ clementine-udisks-headers.patch ++++++ --- /var/tmp/diff_new_pack.DsAtnK/_old 2021-04-08 21:32:44.127844657 +0200 +++ /var/tmp/diff_new_pack.DsAtnK/_new 2021-04-08 21:32:44.127844657 +0200 @@ -1,8 +1,8 @@ -Index: Clementine-1.3.92/src/CMakeLists.txt +Index: b/src/CMakeLists.txt =================================================================== ---- Clementine-1.3.92.orig/src/CMakeLists.txt 2019-12-30 22:30:22.000000000 +0200 -+++ Clementine-1.3.92/src/CMakeLists.txt 2020-06-02 11:29:58.834577729 +0200 -@@ -976,6 +976,8 @@ if(UNIX AND HAVE_DBUS) +--- a/src/CMakeLists.txt 2021-04-07 15:22:15.000000000 +0200 ++++ b/src/CMakeLists.txt 2021-04-07 16:15:20.232103946 +0200 +@@ -1013,6 +1013,8 @@ if(UNIX AND HAVE_DBUS) list(APPEND HEADERS ${CMAKE_CURRENT_BINARY_DIR}/dbus/avahientrygroup.h) list(APPEND SOURCES ${CMAKE_CURRENT_BINARY_DIR}/dbus/avahientrygroup.cpp)
