Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kmix for openSUSE:Leap:16.0 checked in at 2025-04-23 18:07:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/kmix (Old) and /work/SRC/openSUSE:Leap:16.0/.kmix.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kmix" Wed Apr 23 18:07:40 2025 rev:3 rq:1271721 version:25.04.0 Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/kmix/kmix.changes 2025-03-19 11:48:27.570115368 +0100 +++ /work/SRC/openSUSE:Leap:16.0/.kmix.new.30101/kmix.changes 2025-04-23 18:08:42.208815056 +0200 @@ -1,0 +2,77 @@ +Mon Apr 14 07:06:54 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Update to 25.04.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/25.04.0/ +- No code change since 25.03.90 + +------------------------------------------------------------------- +Sat Mar 29 08:42:38 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Update to 25.03.90 + * New feature release +- Changes since 24.12.3: + * OpenBSD sndio(7) backend support + * Drop Qt5/KF5 build + +------------------------------------------------------------------- +Tue Mar 4 13:01:10 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Update to 24.12.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/24.12.3/ +- No code change since 24.12.2 + +------------------------------------------------------------------- +Tue Feb 4 12:29:49 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Update to 24.12.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/24.12.2/ +- No code change since 24.12.1 + +------------------------------------------------------------------- +Tue Jan 7 18:53:16 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Update to 24.12.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/24.12.1/ +- No code change since 24.12.0 + +------------------------------------------------------------------- +Sun Dec 8 09:27:51 UTC 2024 - Christophe Marin <christo...@krop.fr> + +- Update to 24.12.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/24.12.0/ +- No code change since 24.11.90 + +------------------------------------------------------------------- +Mon Dec 2 08:43:19 UTC 2024 - Christophe Marin <christo...@krop.fr> + +- Update to 24.11.90 + * New feature release +- No code change since 24.11.80 + +------------------------------------------------------------------- +Sat Nov 16 17:29:59 UTC 2024 - Christophe Marin <christo...@krop.fr> + +- Update to 24.11.80 + * New feature release +- Too many changes to list here. + +------------------------------------------------------------------- +Tue Nov 5 10:43:34 UTC 2024 - Christophe Marin <christo...@krop.fr> + +- Update to 24.08.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/24.08.3/ +- No code change since 24.08.2 + +------------------------------------------------------------------- Old: ---- kmix-24.08.2.tar.xz kmix-24.08.2.tar.xz.sig New: ---- kmix-25.04.0.tar.xz kmix-25.04.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kmix.spec ++++++ --- /var/tmp/diff_new_pack.esVfoQ/_old 2025-04-23 18:08:42.472826122 +0200 +++ /var/tmp/diff_new_pack.esVfoQ/_new 2025-04-23 18:08:42.476826289 +0200 @@ -1,7 +1,7 @@ # # spec file for package kmix # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,12 @@ # +%define kf6_version 6.1.0 +%define qt6_version 6.6.0 + %bcond_without released Name: kmix -Version: 24.08.2 +Version: 25.04.0 Release: 0 Summary: Sound Mixer License: GPL-2.0-or-later @@ -28,34 +31,32 @@ Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig Source2: applications.keyring %endif -BuildRequires: alsa-devel -BuildRequires: extra-cmake-modules -BuildRequires: glib2-devel -BuildRequires: kf5-filesystem -BuildRequires: libcanberra-devel -BuildRequires: libpulse-devel -BuildRequires: update-desktop-files -BuildRequires: cmake(KF5Completion) -BuildRequires: cmake(KF5Config) -BuildRequires: cmake(KF5ConfigWidgets) -BuildRequires: cmake(KF5Crash) -BuildRequires: cmake(KF5DBusAddons) -BuildRequires: cmake(KF5DocTools) -BuildRequires: cmake(KF5GlobalAccel) -BuildRequires: cmake(KF5I18n) -BuildRequires: cmake(KF5Notifications) -BuildRequires: cmake(KF5Plasma) -BuildRequires: cmake(KF5Solid) -BuildRequires: cmake(KF5WidgetsAddons) -BuildRequires: cmake(KF5WindowSystem) -BuildRequires: cmake(KF5XmlGui) -BuildRequires: cmake(Qt5Core) -BuildRequires: cmake(Qt5DBus) -BuildRequires: cmake(Qt5Gui) -BuildRequires: cmake(Qt5Widgets) -BuildRequires: cmake(Qt5Xml) -Obsoletes: %{name}5 < %{version} -Provides: %{name}5 = %{version} +BuildRequires: kf6-extra-cmake-modules >= %{kf6_version} +BuildRequires: pkgconfig +BuildRequires: cmake(KF6Config) >= %{kf6_version} +BuildRequires: cmake(KF6ConfigWidgets) >= %{kf6_version} +BuildRequires: cmake(KF6CoreAddons) >= %{kf6_version} +BuildRequires: cmake(KF6Crash) >= %{kf6_version} +BuildRequires: cmake(KF6DBusAddons) >= %{kf6_version} +BuildRequires: cmake(KF6DocTools) >= %{kf6_version} +BuildRequires: cmake(KF6GlobalAccel) >= %{kf6_version} +BuildRequires: cmake(KF6I18n) >= %{kf6_version} +BuildRequires: cmake(KF6Notifications) >= %{kf6_version} +BuildRequires: cmake(KF6Solid) >= %{kf6_version} +BuildRequires: cmake(KF6StatusNotifierItem) >= %{kf6_version} +BuildRequires: cmake(KF6WidgetsAddons) >= %{kf6_version} +BuildRequires: cmake(KF6WindowSystem) >= %{kf6_version} +BuildRequires: cmake(KF6XmlGui) >= %{kf6_version} +BuildRequires: cmake(Qt6Core) >= %{qt6_version} +BuildRequires: cmake(Qt6DBus) >= %{qt6_version} +BuildRequires: cmake(Qt6Gui) >= %{qt6_version} +BuildRequires: cmake(Qt6Widgets) >= %{qt6_version} +BuildRequires: cmake(Qt6Xml) >= %{qt6_version} +BuildRequires: pkgconfig(alsa) +BuildRequires: pkgconfig(libcanberra) +BuildRequires: pkgconfig(libpulse) +Obsoletes: kmix5 < %{version} +Provides: kmix5 = %{version} %description KMix is a fully featured audio mixer by KDE. @@ -66,36 +67,36 @@ %autosetup -p1 %build -%cmake_kf5 -d build -%cmake_build +%cmake_kf6 -DQT_MAJOR_VERSION:STRING=6 -%install -%kf5_makeinstall -C build +%kf6_build -%find_lang %{name} --with-man --all-name -%{kf5_find_htmldocs} +%install +%kf6_install -%suse_update_desktop_file org.kde.kmix AudioVideo Mixer +%find_lang %{name} --with-html --all-name %ldconfig_scriptlets %files %license COPYING* -%config %{_kf5_configdir}/autostart/*kmix*.desktop -%doc %lang(en) %{_kf5_htmldir}/en/kmix/ -%{_kf5_applicationsdir}/*kmix*.desktop -%{_kf5_appstreamdir}/org.kde.kmix.appdata.xml -%{_kf5_bindir}/kmix* -%{_kf5_configkcfgdir}/kmixsettings.kcfg -%{_kf5_dbusinterfacesdir}/org.kde.kmix.* -%{_kf5_debugdir}/kmix.categories -%{_kf5_iconsdir}/hicolor/*/*/* -%{_kf5_kxmlguidir}/kmix/ -%{_kf5_notifydir}/kmix.notifyrc -%{_kf5_plugindir}/ -%{_kf5_servicesdir}/ -%{_kf5_sharedir}/kmix/ -%{_libdir}/libkmixcore.so.* +%config %{_kf6_configdir}/autostart/kmix_autostart.desktop +%config %{_kf6_configdir}/autostart/restore_kmix_volumes.desktop +%doc %lang(en) %{_kf6_htmldir}/en/kmix/ +%{_kf6_applicationsdir}/org.kde.kmix.desktop +%{_kf6_appstreamdir}/org.kde.kmix.appdata.xml +%{_kf6_bindir}/kmix +%{_kf6_bindir}/kmixctrl +%{_kf6_bindir}/kmixremote +%{_kf6_configkcfgdir}/kmixsettings.kcfg +%{_kf6_dbusinterfacesdir}/org.kde.kmix.* +%{_kf6_debugdir}/kmix.categories +%{_kf6_iconsdir}/hicolor/*/actions/kmix.png +%{_kf6_kxmlguidir}/kmix/ +%{_kf6_libdir}/libkmixcore.so.* +%{_kf6_notificationsdir}/kmix.notifyrc +%{_kf6_sharedir}/kmix/ %files lang -f %{name}.lang +%exclude %{_kf6_htmldir}/en/kmix/ ++++++ kmix-24.08.2.tar.xz -> kmix-25.04.0.tar.xz ++++++ ++++ 68511 lines of diff (skipped)