Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kate for openSUSE:Factory checked in at 2021-12-13 20:39:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kate (Old) and /work/SRC/openSUSE:Factory/.kate.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kate" Mon Dec 13 20:39:21 2021 rev:139 rq:937902 version:21.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kate/kate.changes 2021-11-06 18:15:00.604790576 +0100 +++ /work/SRC/openSUSE:Factory/.kate.new.2520/kate.changes 2021-12-13 20:40:00.376452812 +0100 @@ -1,0 +2,44 @@ +Fri Dec 3 19:21:41 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 21.12.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/21.12.0/ +- Changes since 21.11.90: + * Fix git blame for git submodules + * Fix blame fails when opening a single file + * git-blame: Fix commit summary not available + * Introducing Colored Brackets plugin + +------------------------------------------------------------------- +Sat Nov 27 10:10:34 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 21.11.90 + * New feature release +- Changes since 21.11.80: + * Add more options for clangd + +------------------------------------------------------------------- +Sat Nov 13 17:54:42 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 21.11.80 + * New feature release +- Too many changes since 21.08.3, only listing bugfixes: + * LSP Completion: use textEdit.newText as a workaround (kde#445085) + * Fix compile cpp when path has spaces (kde#443618) + * Show LspClient after positioning (kde#443895) + * fixes reload dialog on wayland (kde#440583) + * avoid crash on session rename (kde#443267) + * fix view differences (kde#441120) + * save 'Show output view for message type' setting (kde#442707) + * Fix infinite recursion in project filter model (kde#443026) + * Fix replicode plugin not deleting its toolview (kde#441859) + * Delete unfilled entries in tool config group (kde#437419) + * KWrite: use KStandardAction::preferences (kde#441505) + * Escape shortcut mnemonic markers (&) in tab texts (kde#441340) + * Allow multiple tabs for Konsole plugin(s) (kde#437922, kde#419710, kde#435398, kde#200322, kde#145203) + * handle nullptr return of screenAt() (kde#439804) + * Expand tool view sidebars when they are collapsed (kde#439535) + * avoid that tool view split view collapse (kde#439535) + +------------------------------------------------------------------- Old: ---- kate-21.08.3.tar.xz kate-21.08.3.tar.xz.sig New: ---- kate-21.12.0.tar.xz kate-21.12.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kate.spec ++++++ --- /var/tmp/diff_new_pack.Vudi23/_old 2021-12-13 20:40:02.952453127 +0100 +++ /var/tmp/diff_new_pack.Vudi23/_new 2021-12-13 20:40:02.956453128 +0100 @@ -17,15 +17,14 @@ %define _appstreamkpackage 0%(cat %{_kf5_cmakedir}/KF5Package/KF5PackageMacros.cmake | grep -q 'appstream-metainfo' && echo 1) -%define kf5_version 5.60.0 # 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 lang Name: kate -Version: 21.08.3 +Version: 21.12.0 Release: 0 Summary: Advanced Text Editor -License: LGPL-2.0-only AND LGPL-2.1-or-later +License: GPL-3.0-or-later Group: Productivity/Text/Editors URL: https://kate-editor.org Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz ++++++ 0001-Defuse-root-block.patch ++++++ --- /var/tmp/diff_new_pack.Vudi23/_old 2021-12-13 20:40:02.980453131 +0100 +++ /var/tmp/diff_new_pack.Vudi23/_new 2021-12-13 20:40:02.980453131 +0100 @@ -1,4 +1,4 @@ -From bfe1b2dd63d410c8365b2197a313193ab29ebe5e Mon Sep 17 00:00:00 2001 +From 435ed5853b9451ab8fdfff722545c57a8f154625 Mon Sep 17 00:00:00 2001 From: Fabian Vogt <[email protected]> Date: Sat, 18 Feb 2017 13:49:14 +0100 Subject: [PATCH] Defuse root block @@ -8,15 +8,15 @@ we allow (even encourage) running YaST on X11 as root. That way it's only an impact on usability. --- - kate/main.cpp | 15 ++------------- - kwrite/main.cpp | 15 ++------------- - 2 files changed, 4 insertions(+), 26 deletions(-) + kate/main.cpp | 3 +-- + kwrite/main.cpp | 3 +-- + 2 files changed, 2 insertions(+), 4 deletions(-) -diff --git a/kate/main.cpp b/kate/main.cpp -index 5cdaa6c4d..042c0cfc8 100644 ---- a/kate/main.cpp -+++ b/kate/main.cpp -@@ -48,19 +48,8 @@ int main(int argc, char **argv) +Index: kate-19.11.70git.20210802T211844~84f9368ef/kate/main.cpp +=================================================================== +--- kate-19.11.70git.20210802T211844~84f9368ef.orig/kate/main.cpp 2021-08-02 21:18:44.000000000 +0200 ++++ kate-19.11.70git.20210802T211844~84f9368ef/kate/main.cpp 2021-08-03 23:05:03.494438867 +0200 +@@ -48,19 +48,8 @@ #if !defined(Q_OS_WIN) && !defined(Q_OS_HAIKU) // Prohibit using sudo or kdesu (but allow using the root user directly) if (getuid() == 0) { @@ -33,38 +33,9 @@ - << std::endl; - return EXIT_FAILURE; - } -+ std::cout << "THIS IS POTENTIALLY INSECURE!\nTo edit files as root please use:" << std::endl; -+ std::cout << "SUDO_EDITOR=kwrite sudoedit <file>" << std::endl; - } - #endif - /** -diff --git a/kwrite/main.cpp b/kwrite/main.cpp -index 4daa7c3a2..d3b83686c 100644 ---- a/kwrite/main.cpp -+++ b/kwrite/main.cpp -@@ -40,19 +40,8 @@ extern "C" Q_DECL_EXPORT int main(int argc, char **argv) - #if !defined(Q_OS_WIN) && !defined(Q_OS_HAIKU) - // Prohibit using sudo or kdesu (but allow using the root user directly) - if (getuid() == 0) { -- if (!qEnvironmentVariableIsEmpty("SUDO_USER")) { -- std::cout << "Executing KWrite with sudo is not possible due to unfixable security vulnerabilities. " -- "It is also not necessary; simply use KWrite normally, and you will be prompted for " -- "elevated privileges when saving documents if needed." -- << std::endl; -- return EXIT_FAILURE; -- } else if (!qEnvironmentVariableIsEmpty("KDESU_USER")) { -- std::cout << "Executing KWrite with kdesu is not possible due to unfixable security vulnerabilities. " -- "It is also not necessary; simply use KWrite normally, and you will be prompted for " -- "elevated privileges when saving documents if needed." -- << std::endl; -- return EXIT_FAILURE; -- } + std::cout << "THIS IS POTENTIALLY INSECURE!\nTo edit files as root please use:" << std::endl; + std::cout << "SUDO_EDITOR=kwrite sudoedit <file>" << std::endl; } #endif - --- -2.32.0 - + /** ++++++ kate-21.08.3.tar.xz -> kate-21.12.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/kate/kate-21.08.3.tar.xz /work/SRC/openSUSE:Factory/.kate.new.2520/kate-21.12.0.tar.xz differ: char 25, line 1
