Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dolphin for openSUSE:Factory checked in at 2023-08-31 13:42:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dolphin (Old) and /work/SRC/openSUSE:Factory/.dolphin.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dolphin" Thu Aug 31 13:42:52 2023 rev:111 rq:1105618 version:23.08.0 Changes: -------- --- /work/SRC/openSUSE:Factory/dolphin/dolphin.changes 2023-07-07 15:46:27.487887768 +0200 +++ /work/SRC/openSUSE:Factory/.dolphin.new.1766/dolphin.changes 2023-08-31 13:43:49.976180704 +0200 @@ -1,0 +2,50 @@ +Sun Aug 20 13:58:57 UTC 2023 - Christophe Marin <[email protected]> + +- Update to 23.08.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/23.08.0/ +- Changes since 23.07.90: + * Don't compute size for non-local urls (kde#472912) + +------------------------------------------------------------------- +Mon Aug 14 08:02:13 UTC 2023 - Christophe Marin <[email protected]> + +- Update to 23.07.90 + * New feature release +- No code change since 23.07.80 + +------------------------------------------------------------------- +Tue Aug 1 10:13:19 UTC 2023 - Christophe Marin <[email protected]> + +- Update to 23.07.80 + * New feature release +- Changes since 23.04.3: + * Add explicit moc includes to sources for moc-covered headers + * Use ellipsis everywhere instead of three dots + * Move focus from hiding selection mode bars to view (kde#469621) + * Fix Refresh tooltip text and add Refresh whatsThis text (kde#469263) + * Hide application/x-trash files following showHidenFiles + * Tabbar: duplicate tab when double clicking on it (kde#470388) + * Settings Add ViewModes > Content display + * Expand or collapse all selected folders on Key Right/Left + * KDirectoryContentsCounter: show intermediate dir size counting results, improve stopping, improve data caching + * Add a TODO KF6 to solve bug 464722 + * Fix build without KF5Activities + * Disable Qt6 CIÂ build in master, use kf6 branch for Qt6 + * Fix test regression in DolphinMainWindowTest::testGoActions + * Revert "Adapt autotest to new expected "Space" key behaviour" + * Fix activating the Selection Mode with a keyboard shortcut (kde#465489) + * Add DolphinTabPage::inactiveViewContainer() + * Improve copying and moving items between panels + * FilterBar: improve keyboard behavior and tab ordering + * TerminalPanel: better check if terminal needs to change its currentWorkingDirectory when unmounting + * DolphinView: allow selectUrls to be considered for selection in more cases (kde#407161) + * Reuse existing proxy style (kde#468548) + * Make "don't run me with sudo/kdesu" message informative + * Add test for openFiles() + * Context menu: allow to show copy to/move to inactive split view (kde#356436) + * panels/information: Add option to not show information for hovered item (kde#364956) + * Prevent dragging on non-writable directories + +------------------------------------------------------------------- Old: ---- dolphin-23.04.3.tar.xz dolphin-23.04.3.tar.xz.sig New: ---- dolphin-23.08.0.tar.xz dolphin-23.08.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dolphin.spec ++++++ --- /var/tmp/diff_new_pack.m5HNKp/_old 2023-08-31 13:43:51.504235320 +0200 +++ /var/tmp/diff_new_pack.m5HNKp/_new 2023-08-31 13:43:51.508235463 +0200 @@ -18,7 +18,7 @@ %bcond_without released Name: dolphin -Version: 23.04.3 +Version: 23.08.0 Release: 0 Summary: KDE File Manager License: GPL-2.0-or-later @@ -109,10 +109,7 @@ %package -n %{name}-part-lang Summary: Translations for package %{name} Requires: %{name}-part = %{version} -# rpm-config-SUSE does not generate locale provides yet -%if 0%{?suse_version} < 1550 -Supplements: %{name}-part -%endif +Supplements: (bundle-lang-other and %{name}-part) Provides: %{name}-lang = %{version} Obsoletes: %{name}-lang < %{version} Provides: %{name}-part-lang-all = %{version} ++++++ 0001-Revert-Disallow-executing-Dolphin-as-root-on-Linux.patch ++++++ --- /var/tmp/diff_new_pack.m5HNKp/_old 2023-08-31 13:43:51.528236178 +0200 +++ /var/tmp/diff_new_pack.m5HNKp/_new 2023-08-31 13:43:51.532236321 +0200 @@ -10,33 +10,33 @@ src/main.cpp | 11 ------------- 1 file changed, 11 deletions(-) -Index: dolphin-19.11.70git.20230131T022613~e4e68b90b/src/main.cpp +Index: dolphin-19.11.70git.20230406T015410~70b160f89/src/main.cpp =================================================================== ---- dolphin-19.11.70git.20230131T022613~e4e68b90b.orig/src/main.cpp 2023-01-31 03:26:13.000000000 +0100 -+++ dolphin-19.11.70git.20230131T022613~e4e68b90b/src/main.cpp 2023-01-31 07:40:48.073527099 +0100 -@@ -43,25 +43,8 @@ - #endif - #endif +--- dolphin-19.11.70git.20230406T015410~70b160f89.orig/src/main.cpp 2023-04-06 03:54:10.000000000 +0200 ++++ dolphin-19.11.70git.20230406T015410~70b160f89/src/main.cpp 2023-04-07 01:06:53.444363054 +0200 +@@ -50,24 +50,7 @@ --#ifndef Q_OS_WIN --#include <unistd.h> --#endif --#include <iostream> -- int main(int argc, char **argv) { -#ifndef Q_OS_WIN - // Prohibit using sudo or kdesu (but allow using the root user directly) - if (getuid() == 0) { - if (!qEnvironmentVariableIsEmpty("SUDO_USER")) { -- std::cout << "Running Dolphin with sudo can cause bugs and expose you to security vulnerabilities." << std::endl; +- std::cout << "Running Dolphin with sudo is not supported as it can cause bugs and expose you to security vulnerabilities. Instead, install the " +- "`kio-admin` package from your distro and use it to manage root-owned locations by right-clicking on them and selecting \"Open as " +- "Administrator\"." +- << std::endl; - return EXIT_FAILURE; - } else if (!qEnvironmentVariableIsEmpty("KDESU_USER")) { -- std::cout << "Running Dolphin with kdesu can cause bugs and expose you to security vulnerabilities." << std::endl; +- std::cout << "Running Dolphin with kdesu is not supported as it can cause bugs and expose you to security vulnerabilities. Instead, install the " +- "`kio-admin` package from your distro and use it to manage root-owned locations by right-clicking on them and selecting \"Open as " +- "Administrator\"." +- << std::endl; - return EXIT_FAILURE; - } - } -#endif ++ /** * enable high dpi support ++++++ dolphin-23.04.3.tar.xz -> dolphin-23.08.0.tar.xz ++++++ ++++ 271368 lines of diff (skipped)
