Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tokodon for openSUSE:Factory checked in at 2024-03-11 15:31:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tokodon (Old) and /work/SRC/openSUSE:Factory/.tokodon.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tokodon" Mon Mar 11 15:31:53 2024 rev:15 rq:1152641 version:24.02.0 Changes: -------- --- /work/SRC/openSUSE:Factory/tokodon/tokodon.changes 2023-12-17 21:33:55.493072526 +0100 +++ /work/SRC/openSUSE:Factory/.tokodon.new.1770/tokodon.changes 2024-03-11 15:38:05.507606585 +0100 @@ -1,0 +2,23 @@ +Fri Feb 23 14:01:10 UTC 2024 - Christophe Marin <[email protected]> + +- Update to 24.02.0 + * New feature release +- Changes since 24.01.95: + * Hide interaction buttons on most notifications except for mentions + * Prevent crash when grouped notifications are used on initialization + * Enable grouping notifications by default + * Disable boosting private (followers-only) posts + * Add 24.02 release note + * Remove image attachment captions + * Fix bottom margin on settings button in sidebar + * Refresh the thread if we reply to it (kde#480695) + * Hide actions on mobile that are already present in the bottom bar + * TapHandler fixes to hopefully solve page switching woes + +------------------------------------------------------------------- +Fri Feb 9 16:10:18 UTC 2024 - Christophe Marin <[email protected]> + +- Update to 24.01.95 + * https://kde.org/announcements/megarelease/6/rc2/ + +------------------------------------------------------------------- Old: ---- tokodon-23.08.4.tar.xz tokodon-23.08.4.tar.xz.sig New: ---- tokodon-24.02.0.tar.xz tokodon-24.02.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tokodon.spec ++++++ --- /var/tmp/diff_new_pack.KK8rEn/_old 2024-03-11 15:38:05.955623083 +0100 +++ /var/tmp/diff_new_pack.KK8rEn/_new 2024-03-11 15:38:05.955623083 +0100 @@ -1,7 +1,7 @@ # # spec file for package tokodon # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,49 +16,58 @@ # +%define kf6_version 5.246.0 +%define qt6_version 6.6.0 + %bcond_without released Name: tokodon -Version: 23.08.4 +Version: 24.02.0 Release: 0 Summary: Mastodon client by KDE License: GPL-3.0-only URL: https://apps.kde.org/tokodon/ -Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz +Source: %{name}-%{version}.tar.xz %if %{with released} -Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig +Source1: %{name}-%{version}.tar.xz.sig Source2: applications.keyring %endif -BuildRequires: breeze5-icons -BuildRequires: extra-cmake-modules +BuildRequires: fdupes BuildRequires: hicolor-icon-theme +BuildRequires: kf6-extra-cmake-modules >= %{kf6_version} BuildRequires: pkgconfig -BuildRequires: cmake(KF5Config) -BuildRequires: cmake(KF5CoreAddons) -BuildRequires: cmake(KF5DBusAddons) -BuildRequires: cmake(KF5I18n) -BuildRequires: cmake(KF5KIO) -BuildRequires: cmake(KF5Kirigami2) -BuildRequires: cmake(KF5KirigamiAddons) >= 0.11 -BuildRequires: cmake(KF5Notifications) -BuildRequires: cmake(KF5QQC2DesktopStyle) -BuildRequires: cmake(KF5WindowSystem) >= 5.91 -BuildRequires: cmake(Qt5Core) >= 5.15.2 -BuildRequires: cmake(Qt5Gui) -BuildRequires: cmake(Qt5Keychain) -BuildRequires: cmake(Qt5Multimedia) -BuildRequires: cmake(Qt5Quick) -BuildRequires: cmake(Qt5QuickControls2) -BuildRequires: cmake(Qt5Svg) -BuildRequires: cmake(Qt5WebSockets) -BuildRequires: cmake(Qt5Widgets) +BuildRequires: cmake(KF6ColorScheme) >= %{kf6_version} +BuildRequires: cmake(KF6Config) >= %{kf6_version} +BuildRequires: cmake(KF6CoreAddons) >= %{kf6_version} +BuildRequires: cmake(KF6DBusAddons) >= %{kf6_version} +BuildRequires: cmake(KF6I18n) >= %{kf6_version} +BuildRequires: cmake(KF6KIO) >= %{kf6_version} +BuildRequires: cmake(KF6Kirigami) >= %{kf6_version} +BuildRequires: cmake(KF6KirigamiAddons) >= 0.11.40 +BuildRequires: cmake(KF6Notifications) >= %{kf6_version} +BuildRequires: cmake(KF6Purpose) >= %{kf6_version} +BuildRequires: cmake(KF6QQC2DesktopStyle) >= %{kf6_version} +BuildRequires: cmake(KF6WindowSystem) >= %{kf6_version} +BuildRequires: cmake(MpvQt) +BuildRequires: cmake(Qt6Core) >= %{qt6_version} +BuildRequires: cmake(Qt6Gui) >= %{qt6_version} +BuildRequires: cmake(Qt6Keychain) +BuildRequires: cmake(Qt6Quick) >= %{qt6_version} +BuildRequires: cmake(Qt6QuickControls2) >= %{qt6_version} +BuildRequires: cmake(Qt6Svg) >= %{qt6_version} +BuildRequires: cmake(Qt6Test) >= %{qt6_version} +BuildRequires: cmake(Qt6WebSockets) >= %{qt6_version} +BuildRequires: cmake(Qt6WebView) >= %{qt6_version} +BuildRequires: cmake(Qt6Widgets) >= %{qt6_version} BuildRequires: pkgconfig(mpv) -Requires: kirigami2 -Requires: kirigami-addons -Requires: kitemmodels-imports -Requires: libqt5-qtgraphicaleffects -Requires: libqt5-qtquickcontrols -Requires: libqt5-qtquickcontrols2 -Requires: sonnet-imports +# It can only build on the same platforms as Qt Webengine +ExclusiveArch: x86_64 aarch64 riscv64 +Requires: kf6-kirigami-imports >= %{kf6_version} +Requires: kf6-kitemmodels-imports >= %{kf6_version} +Requires: kf6-sonnet-imports >= %{kf6_version} +Requires: kirigami-addons6 +Requires: qt6-declarative-imports >= %{qt6_version} +Requires: qt6-qt5compat-imports >= %{qt6_version} +Requires: qt6-webview-imports >= %{qt6_version} %description Tokodon is a Mastodon client. It allows you to interact with the Fediverse @@ -70,24 +79,30 @@ %autosetup -p1 %build -%cmake_kf5 -d build +%cmake_kf6 -%cmake_build +%kf6_build %install -%kf5_makeinstall -C build +%kf6_install + +%fdupes %{buildroot} %find_lang tokodon tokodon.lang %files %license LICENSES/* %doc README.md -%{_kf5_applicationsdir}/org.kde.tokodon.desktop -%{_kf5_appstreamdir}/org.kde.tokodon.appdata.xml -%{_kf5_bindir}/tokodon -%{_kf5_debugdir}/tokodon.categories -%{_kf5_iconsdir}/hicolor/scalable/apps/org.kde.tokodon.svg -%{_kf5_notifydir}/tokodon.notifyrc +%{_kf6_applicationsdir}/org.kde.tokodon.desktop +%{_kf6_appstreamdir}/org.kde.tokodon.appdata.xml +%{_kf6_bindir}/tokodon +%{_kf6_debugdir}/tokodon.categories +%{_kf6_iconsdir}/hicolor/scalable/apps/org.kde.tokodon.svg +%{_kf6_iconsdir}/hicolor/scalable/actions/*.svg +%{_kf6_notificationsdir}/tokodon.notifyrc +%{_kf6_plugindir}/kf6/purpose/tokodonplugin.so +# TODO: only installed if kunifiedpush BR is present +# %%{_kf6_sharedir}/dbus-1/services/org.kde.tokodon.service %files lang -f tokodon.lang ++++++ applications.keyring ++++++ Binary files /var/tmp/diff_new_pack.KK8rEn/_old and /var/tmp/diff_new_pack.KK8rEn/_new differ ++++++ tokodon-23.08.4.tar.xz -> tokodon-24.02.0.tar.xz ++++++ ++++ 201913 lines of diff (skipped)
