Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package spotify-qt for openSUSE:Factory checked in at 2025-05-20 09:37:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/spotify-qt (Old) and /work/SRC/openSUSE:Factory/.spotify-qt.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "spotify-qt" Tue May 20 09:37:38 2025 rev:8 rq:1278265 version:4.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/spotify-qt/spotify-qt.changes 2025-05-02 15:02:15.297150276 +0200 +++ /work/SRC/openSUSE:Factory/.spotify-qt.new.30101/spotify-qt.changes 2025-05-20 09:39:38.973550676 +0200 @@ -1,0 +2,6 @@ +Thu May 15 10:29:46 UTC 2025 - ecsos <ec...@opensuse.org> + +- Fix build error under Leap 15.6 + As described in changelog spotify-qt now requires QT6. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ spotify-qt.spec ++++++ --- /var/tmp/diff_new_pack.VM0poz/_old 2025-05-20 09:39:39.429571691 +0200 +++ /var/tmp/diff_new_pack.VM0poz/_new 2025-05-20 09:39:39.433571876 +0200 @@ -24,21 +24,20 @@ URL: https://github.com/kraxarn/spotify-qt Source: https://github.com/kraxarn/spotify-qt/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Group: Productivity/Multimedia/Sound/Players +%if 0%{?suse_version} < 1600 +BuildRequires: gcc12 +BuildRequires: gcc12-c++ +%else +BuildRequires: gcc BuildRequires: gcc-c++ +%endif BuildRequires: libsecret BuildRequires: make -%if 0%{?suse_version} >= 1600 && 0%{?is_opensuse} -BuildRequires: kf6-kcrash-devel BuildRequires: cmake(Qt6Core) BuildRequires: cmake(Qt6DBus) BuildRequires: cmake(Qt6Network) BuildRequires: cmake(Qt6Svg) -%else -BuildRequires: cmake(Qt5Core) -BuildRequires: cmake(Qt5DBus) -BuildRequires: cmake(Qt5Network) -BuildRequires: cmake(Qt5Svg) -%endif +BuildRequires: cmake(Qt6Widgets) Suggests: libsecret %if 0%{?suse_version} >= 1600 && 0%{?is_opensuse} Suggests: librespot @@ -51,6 +50,10 @@ %setup -q %build +%if 0%{?suse_version} < 1600 +export CC=gcc-12 +export CXX=g++-12 +%endif %cmake %cmake_build