Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package quimup for openSUSE:Factory checked in at 2026-06-25 10:57:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/quimup (Old) and /work/SRC/openSUSE:Factory/.quimup.new.2088 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "quimup" Thu Jun 25 10:57:24 2026 rev:7 rq:1361586 version:2.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/quimup/quimup.changes 2025-01-01 23:09:44.380973661 +0100 +++ /work/SRC/openSUSE:Factory/.quimup.new.2088/quimup.changes 2026-06-25 10:59:15.269594842 +0200 @@ -1,0 +2,17 @@ +Tue Jun 23 10:54:46 UTC 2026 - Luigi Baldoni <[email protected]> + +- Update to version 2.1.2 + Fixed bugs: + * Failed to detect if MPD is installed on some distros. + * Failed to detect external apps on some distros. + * Error checking when executing external apps. + * Did not check if linked docs in 'About' tab existed. + * Wrong # column width in playlist in recent QT versions. + * Jittery / slow min-max transition (removed fading). + Added features: + * Link to changelog at the bottom of the 'About' tab. + * Script for the (un)installation of binaries. + Other: + * Better conversion of QString for command line output. + +------------------------------------------------------------------- Old: ---- Quimup-2.1.1.source.tar.gz New: ---- quimup_2.1.2_source.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ quimup.spec ++++++ --- /var/tmp/diff_new_pack.ZbOkUc/_old 2026-06-25 10:59:15.773612244 +0200 +++ /var/tmp/diff_new_pack.ZbOkUc/_new 2026-06-25 10:59:15.777612383 +0200 @@ -1,7 +1,7 @@ # # spec file for package quimup # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # Copyright (c) 2016 Packman team: http://packman.links2linux.org/ # # All modifications and additions to the file contributed by third parties @@ -17,17 +17,21 @@ # -%define _mainv 2.1.1 +%define _mainv 2.1.2 Name: quimup -Version: 2.1.1 +Version: 2.1.2 Release: 0 Summary: A client for the music player daemon (MPD) # was http://www.coonsden.com License: GPL-3.0-or-later Group: Productivity/Multimedia/Sound/Players URL: https://quimup.sourceforge.io -Source0: https://sourceforge.net/projects/quimup/files/Quimup%20%{_mainv}/Quimup-%{version}.source.tar.gz +Source0: https://sourceforge.net/projects/quimup/files/Quimup%20%{_mainv}/quimup_%{version}_source.tar.gz BuildRequires: hicolor-icon-theme +%if 0%{suse_version} >= 1600 && 0%{suse_version} < 1699 +BuildRequires: gcc15-PIE +BuildRequires: gcc15-c++ +%endif BuildRequires: pkgconfig(Qt6Core) BuildRequires: pkgconfig(Qt6Gui) BuildRequires: pkgconfig(Qt6Network) @@ -44,9 +48,17 @@ playback functions are directly accessible from the system tray. %prep -%autosetup -p1 -n Quimup-%{version}.source +%autosetup -p1 -n quimup_%{version}_source +rm build -r +rm .qmake.stash Makefile +for f in changelog faq readme; do + mv -f RPM_DEB_build/share/doc/quimup/${f} . +done %build +%if 0%{suse_version} >= 1600 && 0%{suse_version} < 1699 +export CC=gcc-15 CXX=g++-15 +%endif %qmake6 %qmake6_build
