Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dolphin for openSUSE:Factory checked in at 2025-04-18 16:15:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dolphin (Old) and /work/SRC/openSUSE:Factory/.dolphin.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dolphin" Fri Apr 18 16:15:36 2025 rev:133 rq:1270333 version:25.04.0 Changes: -------- --- /work/SRC/openSUSE:Factory/dolphin/dolphin.changes 2025-03-07 16:37:51.262525754 +0100 +++ /work/SRC/openSUSE:Factory/.dolphin.new.30101/dolphin.changes 2025-04-20 19:51:19.079249411 +0200 @@ -1,0 +2,42 @@ +Mon Apr 14 07:06:25 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:07 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Update to 25.03.90 + * New feature release +- Too many changes since 24.12.3, only listing bugfixes: + * kstandarditemlistwidget: make overlay icons independant of preview size (kde#500428) + * Fix crash when opening new tab with search (kde#500101) + * dolphinview: Add widget parameter to elided QToolTip::showText (kde#500009) + * kitemlistkeyboardsearchmanager: smarter search start position (kde#422951) + * Removed unused imports to QUuid,quuid (kde#197009) + * Added code for a "Rename Tab" feature. (kde#197009) + * implement shortcut action for file creation (kde#462899) + * Ignore diacritical marks for keyboard search (kde#482394) + * Refactor Overlay Handling (kde#497372) + * Icons: when adding overlays pass in the output size (kde#498211) + * information panel: scale according dpr (kde#497576) + * Improve trash context menu UI (kde#498132) + * Elide file names in the middle again (kde#497664) + * Fix focus changing when unminimising on X11 (kde#497803) + * Update copyright to 2025 (kde#474515) + * Mirror details view mode for right-to-left languages (kde#449211) + * Have special keyboard controls in selection mode (kde#458091) + * dolphinview: Update thumbnail on filename change (kde#497555) + * ViewProperties: Return nullptr if viewPropertiesString is empty (kde#495878) + * DolphinViewContainer: make sure searchbox is initialized before setSearchPath (kde#497021) + * Make "open path" and "open path in new tab" scroll to the selected item (kde#495613) + * DolphinTabPage: Update container view url on redirection (kde#496414) + * DolphinViewContainer: set searchPath on redirect, check for connected urlNavigator (kde#496387) + * DolphinView: beginAnchoredSelection after setSelected in selectNextItem (kde#495371) + * natural sort: exclude extension when comparing filenames (kde#416025) + * generalviewsettingspage: Use qobject_cast instead of static_cast (kde#492741) + +------------------------------------------------------------------- Old: ---- dolphin-24.12.3.tar.xz dolphin-24.12.3.tar.xz.sig New: ---- dolphin-25.04.0.tar.xz dolphin-25.04.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dolphin.spec ++++++ --- /var/tmp/diff_new_pack.38Sbjz/_old 2025-04-20 19:51:19.599271053 +0200 +++ /var/tmp/diff_new_pack.38Sbjz/_new 2025-04-20 19:51:19.603271219 +0200 @@ -1,7 +1,7 @@ # # spec file for package dolphin # -# 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 @@ -22,7 +22,7 @@ %bcond_without released Name: dolphin -Version: 24.12.3 +Version: 25.04.0 Release: 0 Summary: KDE File Manager License: GPL-2.0-or-later @@ -156,11 +156,13 @@ %{_kf6_configkcfgdir}/dolphin_*.kcfg %{_kf6_dbusinterfacesdir}/org.freedesktop.FileManager1.xml %{_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_sharedir}/dbus-1/services/org.kde.dolphin.FileManager1.service %{_kf6_sharedir}/kconf_update/dolphin_detailsmodesettings.upd %{_kf6_sharedir}/kconf_update/dolphin_directorysizemode.py %{_kf6_sharedir}/kconf_update/dolphin_directorysizemode.upd - +%{_kf6_sharedir}/kconf_update/dolphin_statusandlocationbarssettings.upd %dir %{_kf6_sharedir}/kglobalaccel %{_kf6_sharedir}/kglobalaccel/org.kde.dolphin.desktop %{_userunitdir}/plasma-dolphin.service ++++++ 0001-Revert-Disallow-executing-Dolphin-as-root-on-Linux.patch ++++++ --- /var/tmp/diff_new_pack.38Sbjz/_old 2025-04-20 19:51:19.619271885 +0200 +++ /var/tmp/diff_new_pack.38Sbjz/_new 2025-04-20 19:51:19.623272051 +0200 @@ -1,4 +1,4 @@ -From ba74d639178916221c748b0d5d89f7ac4f5ed669 Mon Sep 17 00:00:00 2001 +From 4ec79b42c94c9c8e0ea15817bc32eb899df17b52 Mon Sep 17 00:00:00 2001 From: Fabian Vogt <fab...@ritter-vogt.de> Date: Sat, 22 Apr 2017 14:00:33 +0200 Subject: [PATCH] Revert "Disallow executing Dolphin as root on Linux" @@ -7,14 +7,14 @@ We ship a desktop file to open dolphin as root and we allow YaST on the desktop. So this patch is absolutely pointless for us. --- - src/main.cpp | 11 ------------- - 1 file changed, 11 deletions(-) + src/main.cpp | 15 --------------- + 1 file changed, 15 deletions(-) -Index: dolphin-24.01.80git.20240701T140601~e2f316578/src/main.cpp -=================================================================== ---- dolphin-24.01.80git.20240701T140601~e2f316578.orig/src/main.cpp 2024-07-01 16:06:01.000000000 +0200 -+++ dolphin-24.01.80git.20240701T140601~e2f316578/src/main.cpp 2024-07-01 22:12:17.154311426 +0200 -@@ -59,20 +59,6 @@ +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"}; int main(int argc, char **argv) { @@ -32,7 +32,11 @@ - return EXIT_FAILURE; - } -#endif - +- /** * trigger initialisation of proper icon theme + */ +-- +2.49.0 + ++++++ dolphin-24.12.3.tar.xz -> dolphin-25.04.0.tar.xz ++++++ ++++ 369622 lines of diff (skipped) ++++++ dolphin-go_up.diff ++++++ --- /var/tmp/diff_new_pack.38Sbjz/_old 2025-04-20 19:51:20.831322326 +0200 +++ /var/tmp/diff_new_pack.38Sbjz/_new 2025-04-20 19:51:20.835322493 +0200 @@ -1,13 +1,13 @@ -Index: dolphin-24.01.80git.20240701T140601~e2f316578/src/dolphinui.rc -=================================================================== ---- dolphin-24.01.80git.20240701T140601~e2f316578.orig/src/dolphinui.rc 2024-07-01 16:06:01.000000000 +0200 -+++ dolphin-24.01.80git.20240701T140601~e2f316578/src/dolphinui.rc 2024-07-01 22:10:57.370953727 +0200 -@@ -107,6 +107,7 @@ - <text context="@title:menu">Main Toolbar</text> - <Action name="go_back" /> - <Action name="go_forward" /> -+ <Action name="go_up" /> - <Separator name="separator_1" /> - <Action name="icons" /> - <Action name="compact" /> +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 @@ + <Action name="invert_selection" /> + <Separator/> + <Action name="go_back" /> ++ <Action name="go_up" /> + <Action name="go_forward" /> + </disable> + </State>