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-04-23 22:43:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dolphin (Old)
 and      /work/SRC/openSUSE:Factory/.dolphin.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dolphin"

Sun Apr 23 22:43:59 2023 rev:106 rq:1080532 version:23.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/dolphin/dolphin.changes  2023-03-03 
22:25:24.882739563 +0100
+++ /work/SRC/openSUSE:Factory/.dolphin.new.1533/dolphin.changes        
2023-04-23 22:44:58.845869753 +0200
@@ -1,0 +2,23 @@
+Sat Apr 15 08:45:17 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Update to 23.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.04.0/
+
+-------------------------------------------------------------------
+Fri Mar 31 16:41:36 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Update to 23.03.90
+  * New feature release
+
+-------------------------------------------------------------------
+Fri Mar 17 20:42:56 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Update to 23.03.80
+  * New feature release
+- Rebase patches:
+  * dolphin-go_up.diff
+  * 0001-Revert-Disallow-executing-Dolphin-as-root-on-Linux.patch
+
+-------------------------------------------------------------------

Old:
----
  dolphin-22.12.3.tar.xz
  dolphin-22.12.3.tar.xz.sig

New:
----
  dolphin-23.04.0.tar.xz
  dolphin-23.04.0.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dolphin.spec ++++++
--- /var/tmp/diff_new_pack.KGKRbM/_old  2023-04-23 22:44:59.441873120 +0200
+++ /var/tmp/diff_new_pack.KGKRbM/_new  2023-04-23 22:44:59.445873142 +0200
@@ -16,11 +16,9 @@
 #
 
 
-# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
-%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:           dolphin
-Version:        22.12.3
+Version:        23.04.0
 Release:        0
 Summary:        KDE File Manager
 License:        GPL-2.0-or-later
@@ -64,6 +62,7 @@
 BuildRequires:  cmake(Qt5DBus)
 BuildRequires:  cmake(Qt5Gui)
 BuildRequires:  cmake(Qt5Widgets)
+BuildRequires:  cmake(Qt5X11Extras)
 Requires:       baloo5-kioslaves
 Requires:       dolphin-part = %{version}-%{release}
 Recommends:     kio-extras5
@@ -75,7 +74,9 @@
 
 %package part
 Summary:        KDE File Manager
+%if %{with released}
 %requires_ge    kio
+%endif
 Obsoletes:      dolphin5-part
 
 %description part
@@ -96,6 +97,15 @@
 %description devel
 This package contains the libraries used by Dolphin and Konqueror.
 
+%package zsh-completion
+Summary:        ZSH completion for %{name}
+Requires:       %{name} = %{version}
+Supplements:    packageand(%{name}:zsh)
+BuildArch:      noarch
+
+%description zsh-completion
+ZSH command line completion support for %{name}.
+
 %package -n %{name}-part-lang
 Summary:        Translations for package %{name}
 Requires:       %{name}-part = %{version}
@@ -162,6 +172,11 @@
 %files -n libdolphinvcs5
 %{_kf5_libdir}/libdolphinvcs.so.*
 
+%files zsh-completion
+%dir %{_datadir}/zsh
+%dir %{_datadir}/zsh/site-functions
+%{_datadir}/zsh/site-functions/_dolphin
+
 %files devel
 %{_includedir}/dolphinvcs_export.h
 %{_kf5_cmakedir}/DolphinVcs/

++++++ 0001-Revert-Disallow-executing-Dolphin-as-root-on-Linux.patch ++++++
--- /var/tmp/diff_new_pack.KGKRbM/_old  2023-04-23 22:44:59.469873279 +0200
+++ /var/tmp/diff_new_pack.KGKRbM/_new  2023-04-23 22:44:59.473873301 +0200
@@ -7,16 +7,16 @@
 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 | 13 -------------
- 1 file changed, 13 deletions(-)
+ src/main.cpp | 11 -------------
+ 1 file changed, 11 deletions(-)
 
-Index: dolphin-19.11.70git.20220102T020350~f386f848d/src/main.cpp
+Index: dolphin-19.11.70git.20230131T022613~e4e68b90b/src/main.cpp
 ===================================================================
---- dolphin-19.11.70git.20220102T020350~f386f848d.orig/src/main.cpp    
2022-01-02 09:31:36.170555336 +0100
-+++ dolphin-19.11.70git.20220102T020350~f386f848d/src/main.cpp 2022-01-02 
09:32:45.570093055 +0100
-@@ -33,31 +33,8 @@
- #include <QDBusConnectionInterface>
- #include <QSessionManager>
+--- 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
  
 -#ifndef Q_OS_WIN
 -#include <unistd.h>
@@ -29,16 +29,10 @@
 -    // 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. "
--                         "Instead use Dolphin normally and you will be 
prompted for elevated privileges when "
--                         "performing file operations that require them."
--                      << std::endl;
+-            std::cout << "Running Dolphin with sudo can cause bugs and expose 
you to security vulnerabilities." << 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. "
--                         "Instead use Dolphin normally and you will be 
prompted for elevated privileges when "
--                         "performing file operations that require them."
--                      << std::endl;
+-            std::cout << "Running Dolphin with kdesu can cause bugs and 
expose you to security vulnerabilities." << std::endl;
 -            return EXIT_FAILURE;
 -        }
 -    }


++++++ dolphin-22.12.3.tar.xz -> dolphin-23.04.0.tar.xz ++++++
++++ 445636 lines of diff (skipped)

++++++ dolphin-go_up.diff ++++++
--- /var/tmp/diff_new_pack.KGKRbM/_old  2023-04-23 22:45:01.065882296 +0200
+++ /var/tmp/diff_new_pack.KGKRbM/_new  2023-04-23 22:45:01.069882319 +0200
@@ -1,8 +1,8 @@
-Index: dolphin-19.11.70git.20210328T171136~9e8e58147/src/dolphinui.rc
+Index: dolphin-19.11.70git.20230101T031501~0c1157f3/src/dolphinui.rc
 ===================================================================
---- dolphin-19.11.70git.20210328T171136~9e8e58147.orig/src/dolphinui.rc        
2021-03-28 17:11:36.000000000 +0200
-+++ dolphin-19.11.70git.20210328T171136~9e8e58147/src/dolphinui.rc     
2021-03-30 06:57:59.350537061 +0200
-@@ -116,6 +116,7 @@
+--- dolphin-19.11.70git.20230101T031501~0c1157f3.orig/src/dolphinui.rc
++++ dolphin-19.11.70git.20230101T031501~0c1157f3/src/dolphinui.rc
+@@ -105,6 +105,7 @@
          <text context="@title:menu">Main Toolbar</text>
          <Action name="go_back" />
          <Action name="go_forward" />

Reply via email to