Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dolphin for openSUSE:Factory checked in at 2026-04-17 21:47:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dolphin (Old) and /work/SRC/openSUSE:Factory/.dolphin.new.11940 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dolphin" Fri Apr 17 21:47:05 2026 rev:145 rq:1347360 version:26.04.0 Changes: -------- --- /work/SRC/openSUSE:Factory/dolphin/dolphin.changes 2026-03-07 20:01:40.431395084 +0100 +++ /work/SRC/openSUSE:Factory/.dolphin.new.11940/dolphin.changes 2026-04-17 21:47:36.072932704 +0200 @@ -1,0 +2,58 @@ +Sat Apr 11 16:13:23 UTC 2026 - Christophe Marin <[email protected]> + +- Update to 26.04.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/26.04.0/ +- Changes since 26.03.90: + * Refresh shortcut: Ignore repeat events (kde#514209) + * DolphinTabPage: Prevent re-entrant signal activation for slotViewActivated (kde#508554, kde#512011,, kde#508405,, kde#511076,, kde#503576) + +------------------------------------------------------------------- +Mon Mar 30 12:09:58 UTC 2026 - Christophe Marin <[email protected]> + +- Update to 26.03.90 + * New feature release +- Changes since 26.03.80: + * panels/information: prevent memleak when closing mediawidget + * dolphincontextmenu: Set item list properties before adding actions + * CMakeLists.txt: bump KF6_MIN_VERSION to 6.23 + +------------------------------------------------------------------- +Sat Mar 14 09:09:06 UTC 2026 - Christophe Marin <[email protected]> + +- Update to 26.03.80 + * New feature release +- Too many changes since 25.12.3, only listing bugfixes: + * Fix incorrect app id for Kfind (kde#510370) + * informationpanel: ignore gestures on media slider (kde#431307) + * information/pixmapviewer: handle hdipi for animated images (kde#510829) + * kitemlistview: when editing file name set anchored selection (kde#453262) + * KItemListController: Check for highlightEntireRow on rightClick (kde#508356) + * Revert "!1026" (kde#516341) + * Add keyboard shortcut support for service menu actions (kde#260266) + * Dynamic view should weight folders. (kde#508304) + * KItemListController: Use entire row for drag and drop if highlightEntireRow is true (kde#515439) + * panel/terminal: Add ability to disable konsole url sync (kde#306381) + * Add keyboard anchor assignments to mouse events (kde#508609) + * dolphinfontrequester: Do not apply custom view font to font mode combobox (kde#499783) + * viewproperties: remove temp file after loading defaultConfig (kde#510500) + * dolphinmainwindow: Reload context menu plugins when configuration changes (kde#508722) + * Dolphin: Inform user when italic filename style is not supported by the font (kde#499784) + * viewmodes: ensure font dialog retains last custom selection (kde#499786) + * dolphinview: fix missing selection on next item after Delete key removal (kde#513371) + * dolphinview: do not get view properties if we do not apply dynamic view (kde#508402) + * DolphinView: observeCreatedDirectory take into account last / of m_url (kde#513345) + * dolphintabbpage: Allow migration for users with the old session file format (kde#513466) + * kfileitemmodel: Fix folder/file icon rating display (kde#512940) + * folderstabssettingspage: add 3 options for closing split view (kde#464696) + * kitemviews: Prevent crash when dragging details side padding header (kde#511057) + * dolphinnavigatorswidgetaction: show focus indicator in split mode (kde#150718) + * context menu: use selected item as containing folder for New file menu (kde#508196) + * kstandarditemlistwidget: Fix vertical misalignment for file names containing certain glyphs (kde#512152) + * main: set active view in split mode when not restoring session (kde#503576) + * Revert "Avoid implicitly selecting items" (kde#494125) + * dolphin: improve keyboard search behavior for repeated characters (kde#501851) + * informationpanel: ensure selection info is shown when using keyboard navigation (kde#474507) + +------------------------------------------------------------------- Old: ---- dolphin-25.12.3.tar.xz dolphin-25.12.3.tar.xz.sig New: ---- dolphin-26.04.0.tar.xz dolphin-26.04.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dolphin.spec ++++++ --- /var/tmp/diff_new_pack.1Byy3p/_old 2026-04-17 21:47:36.984970282 +0200 +++ /var/tmp/diff_new_pack.1Byy3p/_new 2026-04-17 21:47:36.988970447 +0200 @@ -1,7 +1,7 @@ # # spec file for package dolphin # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,7 @@ %bcond_without released Name: dolphin -Version: 25.12.3 +Version: 26.04.0 Release: 0 Summary: KDE File Manager License: GPL-2.0-or-later @@ -156,6 +156,7 @@ %{_kf6_iconsdir}/hicolor/scalable/apps/org.kde.dolphin.svg %dir %{_kf6_libdir}/kconf_update_bin %{_kf6_libdir}/kconf_update_bin/dolphin_25.04_update_statusandlocationbarssettings +%{_kf6_libdir}/kconf_update_bin/dolphin_update_splitviewsettings %{_kf6_sharedir}/dbus-1/services/org.kde.dolphin.FileManager1.service %{_kf6_sharedir}/kconf_update/dolphin_detailsmodesettings.upd %{_kf6_sharedir}/kconf_update/dolphin_replace_view_mode_with_view_settings_in_toolbar.py ++++++ 0001-Revert-Disallow-executing-Dolphin-as-root-on-Linux.patch ++++++ --- /var/tmp/diff_new_pack.1Byy3p/_old 2026-04-17 21:47:37.020971765 +0200 +++ /var/tmp/diff_new_pack.1Byy3p/_new 2026-04-17 21:47:37.024971930 +0200 @@ -10,11 +10,11 @@ src/main.cpp | 15 --------------- 1 file changed, 15 deletions(-) -diff --git a/src/main.cpp b/src/main.cpp -index 0d2f825..c128c53 100644 ---- a/src/main.cpp -+++ b/src/main.cpp -@@ -51,21 +51,6 @@ constexpr auto dolphinTranslationDomain{"dolphin"}; +Index: dolphin-25.03.70git.20260124T015104~32f41bd69/src/main.cpp +=================================================================== +--- dolphin-25.03.70git.20260124T015104~32f41bd69.orig/src/main.cpp 2026-01-24 02:51:04.000000000 +0100 ++++ dolphin-25.03.70git.20260124T015104~32f41bd69/src/main.cpp 2026-01-24 08:12:49.102760471 +0100 +@@ -51,21 +51,6 @@ int main(int argc, char **argv) { @@ -27,7 +27,7 @@ - "@info:shell %1 is a terminal command", - "Running <application>Dolphin</application> with <command>sudo</command> is discouraged. Please run <icode>%1</icode> instead.", - QStringLiteral("dolphin --sudo"))) -- << std::endl; +- << '\n'; - // We could perform a privilege de-escalation here and continue as normal. It is a bit safer though to simply let the user restart without sudo. - return EXIT_FAILURE; - } @@ -36,7 +36,4 @@ /** * trigger initialisation of proper icon theme */ --- -2.49.0 - ++++++ dolphin-25.12.3.tar.xz -> dolphin-26.04.0.tar.xz ++++++ ++++ 427759 lines of diff (skipped) ++++++ dolphin-go_up.diff ++++++ --- /var/tmp/diff_new_pack.1Byy3p/_old 2026-04-17 21:47:39.057055656 +0200 +++ /var/tmp/diff_new_pack.1Byy3p/_new 2026-04-17 21:47:39.061055821 +0200 @@ -1,8 +1,8 @@ -diff --git a/src/dolphinui.rc b/src/dolphinui.rc -index 7c2cb2bfc..01decac3c 100644 ---- a/src/dolphinui.rc -+++ b/src/dolphinui.rc -@@ -88,6 +88,7 @@ +Index: dolphin-25.03.70git.20260124T015104~32f41bd69/src/dolphinui.rc +=================================================================== +--- dolphin-25.03.70git.20260124T015104~32f41bd69.orig/src/dolphinui.rc 2026-01-24 02:51:04.000000000 +0100 ++++ dolphin-25.03.70git.20260124T015104~32f41bd69/src/dolphinui.rc 2026-01-24 08:10:22.418071207 +0100 +@@ -90,6 +90,7 @@ <Action name="invert_selection" /> <Separator/> <Action name="go_back" />
