Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kinit for openSUSE:Factory checked 
in at 2021-10-18 21:58:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kinit (Old)
 and      /work/SRC/openSUSE:Factory/.kinit.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kinit"

Mon Oct 18 21:58:41 2021 rev:95 rq:924444 version:5.87.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kinit/kinit.changes      2021-09-16 
23:15:56.031876712 +0200
+++ /work/SRC/openSUSE:Factory/.kinit.new.1890/kinit.changes    2021-10-18 
22:00:30.606020562 +0200
@@ -1,0 +2,11 @@
+Sun Oct  3 20:33:49 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.87.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.87.0
+- Changes since 5.86.0:
+  * Add Gitlab CI configuration
+  * Fix KDE shutdown bug
+
+-------------------------------------------------------------------

Old:
----
  kinit-5.86.0.tar.xz
  kinit-5.86.0.tar.xz.sig

New:
----
  kinit-5.87.0.tar.xz
  kinit-5.87.0.tar.xz.sig

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

Other differences:
------------------
++++++ kinit.spec ++++++
--- /var/tmp/diff_new_pack.6UHu3A/_old  2021-10-18 22:00:31.146020953 +0200
+++ /var/tmp/diff_new_pack.6UHu3A/_new  2021-10-18 22:00:31.150020956 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.86
+%define _tar_path 5.87
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:           kinit
-Version:        5.86.0
+Version:        5.87.0
 Release:        0
 Summary:        Helper library to speed up start of applications on KDE 
workspaces
 License:        LGPL-2.1-or-later


++++++ kinit-5.86.0.tar.xz -> kinit-5.87.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.86.0/.gitlab-ci.yml 
new/kinit-5.87.0/.gitlab-ci.yml
--- old/kinit-5.86.0/.gitlab-ci.yml     1970-01-01 01:00:00.000000000 +0100
+++ new/kinit-5.87.0/.gitlab-ci.yml     2021-10-02 16:28:33.000000000 +0200
@@ -0,0 +1,5 @@
+# SPDX-FileCopyrightText: 2020 Volker Krause <vkra...@kde.org>
+# SPDX-License-Identifier: CC0-1.0
+
+include:
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.86.0/.kde-ci.yml new/kinit-5.87.0/.kde-ci.yml
--- old/kinit-5.86.0/.kde-ci.yml        1970-01-01 01:00:00.000000000 +0100
+++ new/kinit-5.87.0/.kde-ci.yml        2021-10-02 16:28:33.000000000 +0200
@@ -0,0 +1,13 @@
+Dependencies:
+- 'on': ['Linux', 'FreeBSD', 'Windows', 'macOS']
+  'require':
+    'frameworks/extra-cmake-modules': '@same'
+    'frameworks/kservice' : '@same'
+    'frameworks/kio' : '@same'
+    'frameworks/ki18n' : '@same'
+    'frameworks/kwindowsystem' : '@same'
+    'frameworks/kcrash' : '@same'
+    'frameworks/kdoctools' : '@same'
+
+Options:
+  test-before-installing: True
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.86.0/CMakeLists.txt 
new/kinit-5.87.0/CMakeLists.txt
--- old/kinit-5.86.0/CMakeLists.txt     2021-09-04 19:01:57.000000000 +0200
+++ new/kinit-5.87.0/CMakeLists.txt     2021-10-02 16:28:33.000000000 +0200
@@ -3,7 +3,7 @@
 project(KInit)
 
 include(FeatureSummary)
-find_package(ECM 5.86.0  NO_MODULE)
+find_package(ECM 5.87.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -17,8 +17,8 @@
 include(ECMSetupVersion)
 include(ECMQtDeclareLoggingCategory)
 
-set(KF_VERSION "5.86.0") # handled by release scripts
-set(KF_DEP_VERSION "5.86.0") # handled by release scripts
+set(KF_VERSION "5.87.0") # handled by release scripts
+set(KF_DEP_VERSION "5.87.0") # handled by release scripts
 
 ecm_setup_version(${KF_VERSION} VARIABLE_PREFIX KINIT
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kinit_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.86.0/po/zh_CN/kinit5.po 
new/kinit-5.87.0/po/zh_CN/kinit5.po
--- old/kinit-5.86.0/po/zh_CN/kinit5.po 2021-09-04 19:01:57.000000000 +0200
+++ new/kinit-5.87.0/po/zh_CN/kinit5.po 2021-10-02 16:28:33.000000000 +0200
@@ -16,7 +16,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-04-11 00:16+0000\n"
-"PO-Revision-Date: 2021-08-30 11:43\n"
+"PO-Revision-Date: 2021-09-27 13:08\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -112,7 +112,7 @@
 #: klauncher/klauncher.cpp:1045
 #, kde-format
 msgid "Error loading '%1'."
-msgstr "?????????%1???????????????"
+msgstr "?????????%1???????????????"
 
 #: klauncher/klauncher_main.cpp:136
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.86.0/src/wrapper.cpp 
new/kinit-5.87.0/src/wrapper.cpp
--- old/kinit-5.86.0/src/wrapper.cpp    2021-09-04 19:01:57.000000000 +0200
+++ new/kinit-5.87.0/src/wrapper.cpp    2021-10-02 16:28:33.000000000 +0200
@@ -280,6 +280,28 @@
     }
     start = p;
 
+    /*
+     * Place it here before the call to ensureKdeinitRunning(), because we 
shouldn't be trying to
+     * start kdeinit during the process of shutdown.
+     */
+    if (strcmp(start, "kdeinit5_shutdown") == 0) {
+           if (argc > 1) {
+                   fprintf(stderr, "Usage: %s\n\n", start);
+                   fprintf(stderr, "Shuts down kdeinit5 master process and 
terminates all processes spawned from it.\n");
+                   exit(255);
+           }
+           sock = openSocket();
+           if (sock < 0) {
+                   fprintf(stderr, "Error: Can not contact kdeinit5!\n");
+                   exit(255);
+           }
+           header.cmd = LAUNCHER_TERMINATE_KDE;
+           header.arg_length = 0;
+           write_socket(sock, (char *) &header, sizeof(header));
+           read_socket(sock, (char *) &header, 1); /* wait for the socket to 
close */
+           return 0;
+    }
+
 #ifdef QT_DBUS_LIB
     KDEInitInterface::ensureKdeinitRunning();
 #endif
@@ -290,22 +312,6 @@
         ext_wrapper = 1;
     } else if (strcmp(start, "kwrapper5") == 0) {
         kwrapper = 1;
-    } else if (strcmp(start, "kdeinit5_shutdown") == 0) {
-        if (argc > 1) {
-            fprintf(stderr, "Usage: %s\n\n", start);
-            fprintf(stderr, "Shuts down kdeinit5 master process and terminates 
all processes spawned from it.\n");
-            exit(255);
-        }
-        sock = openSocket();
-        if (sock < 0) {
-            fprintf(stderr, "Error: Can not contact kdeinit5!\n");
-            exit(255);
-        }
-        header.cmd = LAUNCHER_TERMINATE_KDE;
-        header.arg_length = 0;
-        write_socket(sock, (char *) &header, sizeof(header));
-        read_socket(sock, (char *) &header, 1); /* wait for the socket to 
close */
-        return 0;
     }
 
     if (wrapper || ext_wrapper || kwrapper) {

Reply via email to