Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kde-cli-tools5 for openSUSE:Factory 
checked in at 2022-10-11 18:00:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kde-cli-tools5 (Old)
 and      /work/SRC/openSUSE:Factory/.kde-cli-tools5.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kde-cli-tools5"

Tue Oct 11 18:00:51 2022 rev:145 rq:1009100 version:5.26.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kde-cli-tools5/kde-cli-tools5.changes    
2022-09-08 14:20:37.290223591 +0200
+++ /work/SRC/openSUSE:Factory/.kde-cli-tools5.new.2275/kde-cli-tools5.changes  
2022-10-11 18:03:06.789848468 +0200
@@ -1,0 +2,30 @@
+Thu Oct  6 14:48:40 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 5.26.0
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.0
+- Changes since 5.25.90:
+  * Install po folder
+
+-------------------------------------------------------------------
+Thu Sep 15 20:46:22 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 5.25.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.25.90
+- Changes since 5.25.5:
+  * Add missing license files and remove unused one
+  * Port away from deprecated KIO code
+  * We depend against qt5.15.2
+  * kstart: Don't print pid of spawned job
+  * Utilize kcmutils_generate_desktop_file cmake method
+  * KMessageBox::sorry is deprecated in kf5.97
+  * Fix DBus name for KPluginMetaData based KCMs (kde#455943)
+  * Request passing unit tests on Linux and BSD
+  * Use cmakedefine01
+  * Add missing include
+- Refresh kdesu-add-some-i18n-love.patch
+
+-------------------------------------------------------------------

Old:
----
  kde-cli-tools-5.25.5.tar.xz
  kde-cli-tools-5.25.5.tar.xz.sig

New:
----
  kde-cli-tools-5.26.0.tar.xz
  kde-cli-tools-5.26.0.tar.xz.sig

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

Other differences:
------------------
++++++ kde-cli-tools5.spec ++++++
--- /var/tmp/diff_new_pack.1pFx9w/_old  2022-10-11 18:03:08.109850602 +0200
+++ /var/tmp/diff_new_pack.1pFx9w/_new  2022-10-11 18:03:08.113850608 +0200
@@ -16,18 +16,18 @@
 #
 
 
-%define kf5_version 5.86.0
+%define kf5_version 5.98.0
 %bcond_without released
 Name:           kde-cli-tools5
-Version:        5.25.5
+Version:        5.26.0
 Release:        0
 Summary:        Additional CLI tools for KDE applications
 License:        GPL-2.0-or-later
 Group:          System/GUI/KDE
 URL:            http://www.kde.org
-Source:         
https://download.kde.org/stable/plasma/%{version}/kde-cli-tools-%{version}.tar.xz
+Source:         kde-cli-tools-%{version}.tar.xz
 %if %{with released}
-Source1:        
https://download.kde.org/stable/plasma/%{version}/kde-cli-tools-%{version}.tar.xz.sig
+Source1:        kde-cli-tools-%{version}.tar.xz.sig
 Source2:        plasma.keyring
 %endif
 # PATCH-FIX-OPENSUSE kdesu-add-some-i18n-love.patch -- boo#852256

++++++ kde-cli-tools-5.25.5.tar.xz -> kde-cli-tools-5.26.0.tar.xz ++++++
++++ 50927 lines of diff (skipped)

++++++ kdesu-add-some-i18n-love.patch ++++++
--- /var/tmp/diff_new_pack.1pFx9w/_old  2022-10-11 18:03:08.525851274 +0200
+++ /var/tmp/diff_new_pack.1pFx9w/_new  2022-10-11 18:03:08.529851281 +0200
@@ -11,24 +11,24 @@
  kdesu/kdesu.cpp | 16 ++++++++--------
  1 file changed, 8 insertions(+), 8 deletions(-)
 
-Index: kde-cli-tools-5.15.80git.20210118T171249~517a2f9/kdesu/kdesu.cpp
+Index: kde-cli-tools-5.17.80git.20220801T014355~e85be44/kdesu/kdesu.cpp
 ===================================================================
---- kde-cli-tools-5.15.80git.20210118T171249~517a2f9.orig/kdesu/kdesu.cpp      
2021-01-19 09:50:49.604400930 +0100
-+++ kde-cli-tools-5.15.80git.20210118T171249~517a2f9/kdesu/kdesu.cpp   
2021-01-19 09:53:33.170263817 +0100
-@@ -164,10 +164,10 @@
+--- kde-cli-tools-5.17.80git.20220801T014355~e85be44.orig/kdesu/kdesu.cpp      
2022-08-01 03:43:55.000000000 +0200
++++ kde-cli-tools-5.17.80git.20220801T014355~e85be44/kdesu/kdesu.cpp   
2022-08-01 05:47:00.996968576 +0200
+@@ -165,10 +165,10 @@
      int result = startApp(parser);
  
      if (result == 127) {
--        KMessageBox::sorry(nullptr, i18n("Cannot execute command '%1'.", 
QString::fromLocal8Bit(command)));
-+        KMessageBox::sorry(nullptr, i18n("Cannot execute command '%1'.", 
QString::fromUtf8(command)));
+-        KMessageBox::error(nullptr, i18n("Cannot execute command '%1'.", 
QString::fromLocal8Bit(command)));
++        KMessageBox::error(nullptr, i18n("Cannot execute command '%1'.", 
QString::fromUtf8(command)));
      }
      if (result == -2) {
--        KMessageBox::sorry(nullptr, i18n("Cannot execute command '%1'. It 
contains invalid characters.", QString::fromLocal8Bit(command)));
-+        KMessageBox::sorry(nullptr, i18n("Cannot execute command '%1'. It 
contains invalid characters.", QString::fromUtf8(command)));
+-        KMessageBox::error(nullptr, i18n("Cannot execute command '%1'. It 
contains invalid characters.", QString::fromLocal8Bit(command)));
++        KMessageBox::error(nullptr, i18n("Cannot execute command '%1'. It 
contains invalid characters.", QString::fromUtf8(command)));
      }
  
      return result;
-@@ -201,7 +201,7 @@
+@@ -202,7 +202,7 @@
      }
  
      // Get target uid
@@ -37,7 +37,7 @@
      QByteArray auth_user = user;
      struct passwd *pw = getpwnam(user.constData());
      if (pw == nullptr) {
-@@ -255,7 +255,7 @@
+@@ -256,7 +256,7 @@
  
      // Get command
      if (p.isSet(QStringLiteral("c"))) {
@@ -46,7 +46,7 @@
          // Accepting additional arguments here is somewhat weird,
          // but one can conceive use cases: have a complex command with
          // redirections and additional file names which need to be quoted
-@@ -337,7 +337,7 @@
+@@ -339,7 +339,7 @@
      //     }
  
      KUser u;
@@ -55,7 +55,7 @@
  
      if (keep && !terminal && !just_started) {
          client.setPriority(priority);
-@@ -445,7 +445,7 @@
+@@ -448,7 +448,7 @@
          result = WEXITSTATUS(result);
          return result;
      } else if (keep && have_daemon) {
@@ -64,7 +64,7 @@
          client.setPriority(priority);
          client.setScheduler(scheduler);
          int result = client.exec(command, user, options, env);
-@@ -462,7 +462,7 @@
+@@ -465,7 +465,7 @@
          proc.setPriority(priority);
          proc.setScheduler(scheduler);
          proc.setCommand(command);

Reply via email to