Script 'mail_helper' called by obssrc
Hello community,

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

Package is "kate"

Sun Apr 24 00:19:12 2022 rev:143 rq:971428 version:22.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kate/kate.changes        2022-03-04 
20:15:04.560808676 +0100
+++ /work/SRC/openSUSE:Factory/.kate.new.1538/kate.changes      2022-04-24 
00:19:22.888252221 +0200
@@ -1,0 +2,50 @@
+Mon Apr 18 07:51:18 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:57 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 22.03.90
+  * New feature release
+
+-------------------------------------------------------------------
+Wed Mar 23 08:13:48 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:
+  * show documents as loaded from config (kde#353373)
+  * ensure some proper initial size (kde#450686)
+  * make config dialog scrollable (kde#445541)
+  * Handle SIGINT/SIGTERM to prevent accidental data loss (kde#445016)
+  * Fix crash when closing multiple tabs if limited number of tabs is enabled 
(kde#450873)
+  * Sort by url instead of comparing strings (kde#435334)
+  * Fix tab jumping with unlimited tabs (kde#440585, kde#435780)
+  * Fix LRU tab behaviour (kde#434062)
+  * S&R: Fix Look-ahead & behind highlighting & replace (kde#449545)
+  * Fix stashing not working when Kate is quit using Ctrl+Q (kde#449229)
+  * lspclient: also support some alternative WorkspaceEdit replies (kde#447640)
+  * Allow DND of tabs among viewspaces (kde#426768)
+  * Dont bring kate to front when files externally modified (kde#353712)
+  * Fix the check to also handle 0 doc views (kde#448847)
+  * Improve views closing in split view behaviour (kde#344374)
+  * Fix terminal focus action text when focusing/defocusing (kde#409813)
+  * step down warning level when LSP not found (kde#448549)
+  * filetree: Fix folders collapse after opening new file (kde#410143)
+  * Clear highlights if text field becomes empty (kde#436674)
+  * lspclient: only allow symbol view header toggle sort when applicable 
(kde#447653)
+  * Search: Utilize context lengths more efficiently (kde#438094)
+  * Fix search for unsaved files (kde#434287)
+  * Ignore rename if newName == oldName (kde#447951)
+  * SemanticTokens: Use size_t as argument for type (kde#447553)
+  * GDB: Use debug-run theme icon in stead of custom icon (kde#444670)
+  * do nothing if use canceled project open (kde#447194)
+  * fix sessions segfault because of invalid iterator (kde#446863)
+  * enable/disable project actions (kde#445494)
+- Use GCC 10 for building kate on Leap 15.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kate.spec ++++++
--- /var/tmp/diff_new_pack.T2JCsi/_old  2022-04-24 00:19:23.540252714 +0200
+++ /var/tmp/diff_new_pack.T2JCsi/_new  2022-04-24 00:19:23.548252720 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:           kate
-Version:        21.12.3
+Version:        22.04.0
 Release:        0
 Summary:        Advanced Text Editor
 License:        GPL-3.0-or-later
@@ -63,6 +63,10 @@
 BuildRequires:  cmake(Qt5Sql)
 BuildRequires:  cmake(Qt5Test)
 BuildRequires:  cmake(Qt5Widgets)
+%if 0%{?suse_version} <= 1500
+# <charconv> is not available in GCC7
+BuildRequires:  gcc10-c++
+%endif
 Requires:       %{name}-plugins = %{version}
 Obsoletes:      %{name}5 < %{version}
 Provides:       %{name}5 = %{version}
@@ -96,15 +100,19 @@
 %autosetup -p1
 
 %build
-  %cmake_kf5 -d build
-  %cmake_build
+%if 0%{?suse_version} <= 1500
+  export CXX=g++-10
+%endif
+
+%cmake_kf5 -d build
+%cmake_build
 
 %install
-  %kf5_makeinstall -C build
-  %if %{with released}
+%kf5_makeinstall -C build
+%if %{with released}
     %find_lang %{name} --with-man --all-name
     %{kf5_find_htmldocs}
-  %endif
+%endif
 
 %files
 %doc README*

++++++ 0001-Defuse-root-block.patch ++++++
--- /var/tmp/diff_new_pack.T2JCsi/_old  2022-04-24 00:19:23.572252738 +0200
+++ /var/tmp/diff_new_pack.T2JCsi/_new  2022-04-24 00:19:23.572252738 +0200
@@ -12,24 +12,24 @@
  kwrite/main.cpp | 3 +--
  2 files changed, 2 insertions(+), 4 deletions(-)
 
-Index: kate-19.11.70git.20210802T211844~84f9368ef/kate/main.cpp
+Index: kate-19.11.70git.20220102T020433~0a4347e06/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
+--- kate-19.11.70git.20220102T020433~0a4347e06.orig/kate/main.cpp      
2022-01-02 09:28:49.643692601 +0100
++++ kate-19.11.70git.20220102T020433~0a4347e06/kate/main.cpp   2022-01-02 
09:29:48.503285030 +0100
 @@ -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) {
 -        if (!qEnvironmentVariableIsEmpty("SUDO_USER")) {
--            std::cout << "Executing Kate with sudo is not possible due to 
unfixable security vulnerabilities. "
--                         "It is also not necessary; simply use Kate normally, 
and you will be prompted for "
--                         "elevated privileges when saving documents if 
needed."
+-            std::cout << "Running Kate with sudo can cause bugs and expose 
you to security vulnerabilities. "
+-                         "Instead use Kate 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 Kate with kdesu is not possible due to 
unfixable security vulnerabilities. "
--                         "It is also not necessary; simply use Kate normally, 
and you will be prompted for "
--                         "elevated privileges when saving documents if 
needed."
+-            std::cout << "Running Kate with kdesu can cause bugs and expose 
you to security vulnerabilities. "
+-                         "Instead use Kate normally and you will be prompted 
for elevated privileges when "
+-                         "saving documents if needed."
 -                      << std::endl;
 -            return EXIT_FAILURE;
 -        }


++++++ kate-21.12.3.tar.xz -> kate-22.04.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/kate/kate-21.12.3.tar.xz 
/work/SRC/openSUSE:Factory/.kate.new.1538/kate-22.04.0.tar.xz differ: char 26, 
line 1

Reply via email to