Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package dolphin for openSUSE:Factory checked 
in at 2022-04-24 00:19:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dolphin (Old)
 and      /work/SRC/openSUSE:Factory/.dolphin.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dolphin"

Sun Apr 24 00:19:04 2022 rev:94 rq:971397 version:22.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/dolphin/dolphin.changes  2022-03-04 
20:17:28.776777720 +0100
+++ /work/SRC/openSUSE:Factory/.dolphin.new.1538/dolphin.changes        
2022-04-24 00:19:09.796242330 +0200
@@ -1,0 +2,31 @@
+Mon Apr 18 07:50:46 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 22.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.04.0/
+
+-------------------------------------------------------------------
+Fri Apr  8 18:17:14 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 22.03.90
+  * New feature release
+
+-------------------------------------------------------------------
+Wed Mar 23 08:13:35 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 22.03.80
+  * New feature release
+- Too many changes since 21.12.3, only listing bugfixes:
+  * KItemListHeaderWidget: don't crash if widget == nullptr (kde#449238)
+  * Display Apply button in KCMs (kde#448352)
+  * [CompactView] Remove animation on file rename (kde#449179)
+  * KStandardItemListWidget: handle RtL drawing properly (kde#449211)
+  * Fix zooming animation (kde#449179)
+  * Expose konsolepart shortcuts in Dolphin's shortcuts view (kde#428265)
+  * Full row highlight implementation (kde#181438)
+  * Properly display parent folders when filtering is active and items
+    are added or refreshed (kde#442275)
+  * Move "Default" option to the front in "Select Remote Charset" menu 
(kde#445148)
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ dolphin.spec ++++++
--- /var/tmp/diff_new_pack.A7R0YH/_old  2022-04-24 00:19:10.436242813 +0200
+++ /var/tmp/diff_new_pack.A7R0YH/_new  2022-04-24 00:19:10.444242819 +0200
@@ -20,7 +20,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:           dolphin
-Version:        21.12.3
+Version:        22.04.0
 Release:        0
 Summary:        KDE File Manager
 License:        GPL-2.0-or-later
@@ -78,7 +78,6 @@
 Summary:        KDE File Manager
 Group:          Productivity/File utilities
 %requires_ge    kio
-Recommends:     %{name}-part-lang
 Obsoletes:      dolphin5-part
 
 %description part

++++++ 0001-Revert-Disallow-executing-Dolphin-as-root-on-Linux.patch ++++++
--- /var/tmp/diff_new_pack.A7R0YH/_old  2022-04-24 00:19:10.468242838 +0200
+++ /var/tmp/diff_new_pack.A7R0YH/_new  2022-04-24 00:19:10.472242840 +0200
@@ -10,11 +10,11 @@
  src/main.cpp | 13 -------------
  1 file changed, 13 deletions(-)
 
-Index: dolphin-19.11.70git.20210328T171136~9e8e58147/src/main.cpp
+Index: dolphin-19.11.70git.20220102T020350~f386f848d/src/main.cpp
 ===================================================================
---- dolphin-19.11.70git.20210328T171136~9e8e58147.orig/src/main.cpp    
2021-03-30 06:58:11.172787035 +0200
-+++ dolphin-19.11.70git.20210328T171136~9e8e58147/src/main.cpp 2021-03-30 
06:59:29.060316063 +0200
-@@ -32,26 +32,8 @@
+--- 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>
  
@@ -29,16 +29,21 @@
 -    // Prohibit using sudo or kdesu (but allow using the root user directly)
 -    if (getuid() == 0) {
 -        if (!qEnvironmentVariableIsEmpty("SUDO_USER")) {
--            std::cout << "Executing Dolphin with sudo is not possible due to 
unfixable security vulnerabilities." << std::endl;
+-            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;
 -            return EXIT_FAILURE;
 -        } else if (!qEnvironmentVariableIsEmpty("KDESU_USER")) {
--            std::cout << "Executing Dolphin with kdesu is not possible due to 
unfixable security vulnerabilities." << std::endl;
+-            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;
 -            return EXIT_FAILURE;
 -        }
 -    }
 -#endif
--
+ 
      /**
       * enable high dpi support
-      */
 


++++++ dolphin-21.12.3.tar.xz -> dolphin-22.04.0.tar.xz ++++++
++++ 192963 lines of diff (skipped)

Reply via email to