Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kconfig for openSUSE:Factory checked 
in at 2023-12-17 21:29:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kconfig (Old)
 and      /work/SRC/openSUSE:Factory/.kconfig.new.25432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kconfig"

Sun Dec 17 21:29:33 2023 rev:125 rq:1133285 version:5.113.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kconfig/kconfig.changes  2023-11-13 
22:18:50.927035713 +0100
+++ /work/SRC/openSUSE:Factory/.kconfig.new.25432/kconfig.changes       
2023-12-17 21:31:14.067207690 +0100
@@ -1,0 +2,10 @@
+Tue Dec  5 11:17:25 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Update to 5.113.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.113.0
+- Changes since 5.112.0:
+  * Make KConfigWatcher noop for in-memory configs
+
+-------------------------------------------------------------------

Old:
----
  kconfig-5.112.0.tar.xz
  kconfig-5.112.0.tar.xz.sig

New:
----
  kconfig-5.113.0.tar.xz
  kconfig-5.113.0.tar.xz.sig

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

Other differences:
------------------
++++++ kconfig.spec ++++++
--- /var/tmp/diff_new_pack.dAZ2dW/_old  2023-12-17 21:31:14.747232382 +0100
+++ /var/tmp/diff_new_pack.dAZ2dW/_new  2023-12-17 21:31:14.747232382 +0100
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.103
 # 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}')}
+%define qt5_version 5.15.2
 %bcond_without released
 Name:           kconfig
-Version:        5.112.0
+Version:        5.113.0
 Release:        0
 Summary:        Advanced configuration system
 License:        LGPL-2.1-or-later AND GPL-2.0-or-later
@@ -36,15 +36,14 @@
 %endif
 # PATCH-FEATURE-OPENSUSE
 Patch0:         kconfig-desktop-translations.patch
-BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
+BuildRequires:  extra-cmake-modules >= %{_kf5_version}
 BuildRequires:  fdupes
-BuildRequires:  kf5-filesystem
-BuildRequires:  cmake(Qt5Core) >= 5.15.0
-BuildRequires:  cmake(Qt5DBus) >= 5.15.0
-BuildRequires:  cmake(Qt5Gui) >= 5.15.0
-BuildRequires:  cmake(Qt5LinguistTools) >= 5.15.0
-BuildRequires:  cmake(Qt5Qml) >= 5.15.0
-BuildRequires:  cmake(Qt5Xml) >= 5.15.0
+BuildRequires:  cmake(Qt5Core) >= %{qt5_version}
+BuildRequires:  cmake(Qt5DBus) >= %{qt5_version}
+BuildRequires:  cmake(Qt5Gui) >= %{qt5_version}
+BuildRequires:  cmake(Qt5LinguistTools) >= %{qt5_version}
+BuildRequires:  cmake(Qt5Qml) >= %{qt5_version}
+BuildRequires:  cmake(Qt5Xml) >= %{qt5_version}
 
 %description
 KConfig provides an advanced configuration system. It is made of three parts:
@@ -110,13 +109,12 @@
 
 %package devel
 Summary:        KConfig Development files
-Requires:       extra-cmake-modules
 Requires:       kconf_update5 = %{version}
 Requires:       libKF5ConfigCore%{sonum} = %{version}
 Requires:       libKF5ConfigGui%{sonum} = %{version}
 Requires:       libKF5ConfigQml%{sonum} = %{version}
-Requires:       cmake(Qt5DBus) >= 5.15.0
-Requires:       cmake(Qt5Xml) >= 5.15.0
+Requires:       cmake(Qt5DBus) >= %{qt5_version}
+Requires:       cmake(Qt5Xml) >= %{qt5_version}
 
 %description devel
 KConfig provides an advanced configuration system. It is made of two parts:


++++++ kconfig-5.112.0.tar.xz -> kconfig-5.113.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfig-5.112.0/CMakeLists.txt 
new/kconfig-5.113.0/CMakeLists.txt
--- old/kconfig-5.112.0/CMakeLists.txt  2023-11-04 11:00:50.000000000 +0100
+++ new/kconfig-5.113.0/CMakeLists.txt  2023-12-02 10:24:40.000000000 +0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.112.0") # handled by release scripts
+set(KF_VERSION "5.113.0") # handled by release scripts
 project(KConfig VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.112.0  NO_MODULE)
+find_package(ECM 5.113.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)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfig-5.112.0/poqm/ca@valencia/kconfig5_qt.po 
new/kconfig-5.113.0/poqm/ca@valencia/kconfig5_qt.po
--- old/kconfig-5.112.0/poqm/ca@valencia/kconfig5_qt.po 2023-11-04 
11:00:50.000000000 +0100
+++ new/kconfig-5.113.0/poqm/ca@valencia/kconfig5_qt.po 2023-12-02 
10:24:40.000000000 +0100
@@ -553,7 +553,7 @@
 #: kreadconfig/kwriteconfig.cpp:36
 msgctxt "main|"
 msgid "Delete the designated key if enabled"
-msgstr "Suprimix la clau designada, si està activada"
+msgstr "Suprimix la clau designada, si està seleccionada"
 
 # skip-rule: t-apo_ini,t-apo_fin
 #: kreadconfig/kwriteconfig.cpp:37
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfig-5.112.0/poqm/cs/kconfig5_qt.po 
new/kconfig-5.113.0/poqm/cs/kconfig5_qt.po
--- old/kconfig-5.112.0/poqm/cs/kconfig5_qt.po  2023-11-04 11:00:50.000000000 
+0100
+++ new/kconfig-5.113.0/poqm/cs/kconfig5_qt.po  2023-12-02 10:24:40.000000000 
+0100
@@ -13,7 +13,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 23.08.2\n"
+"X-Generator: Lokalize 23.08.3\n"
 "X-Language: cs_CZ\n"
 "X-Source-Language: en_US\n"
 "X-Qt-Contexts: true\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfig-5.112.0/poqm/fr/kconfig5_qt.po 
new/kconfig-5.113.0/poqm/fr/kconfig5_qt.po
--- old/kconfig-5.112.0/poqm/fr/kconfig5_qt.po  2023-11-04 11:00:50.000000000 
+0100
+++ new/kconfig-5.113.0/poqm/fr/kconfig5_qt.po  2023-12-02 10:24:40.000000000 
+0100
@@ -27,7 +27,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 23.08.1\n"
+"X-Generator: Lokalize 23.08.3\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: qtrich\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfig-5.112.0/poqm/zh_CN/kconfig5_qt.po 
new/kconfig-5.113.0/poqm/zh_CN/kconfig5_qt.po
--- old/kconfig-5.112.0/poqm/zh_CN/kconfig5_qt.po       2023-11-04 
11:00:50.000000000 +0100
+++ new/kconfig-5.113.0/poqm/zh_CN/kconfig5_qt.po       2023-12-02 
10:24:40.000000000 +0100
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2023-10-21 13:54\n"
+"PO-Revision-Date: 2023-11-25 02:29\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfig-5.112.0/src/core/kconfigwatcher.cpp 
new/kconfig-5.113.0/src/core/kconfigwatcher.cpp
--- old/kconfig-5.112.0/src/core/kconfigwatcher.cpp     2023-11-04 
11:00:50.000000000 +0100
+++ new/kconfig-5.113.0/src/core/kconfigwatcher.cpp     2023-12-02 
10:24:40.000000000 +0100
@@ -55,6 +55,10 @@
     d->m_config = config;
 
 #if KCONFIG_USE_DBUS
+    if (config->name().isEmpty()) {
+        return;
+    }
+
     // Watching absolute paths is not supported and also makes no sense.
     const bool isAbsolutePath = config->name().at(0) == QLatin1Char('/');
     if (isAbsolutePath) {
@@ -65,7 +69,6 @@
     qDBusRegisterMetaType<QByteArrayList>();
     qDBusRegisterMetaType<QHash<QString, QByteArrayList>>();
 
-
     QStringList watchedPaths = d->m_config->additionalConfigSources();
     for (QString &file : watchedPaths) {
         file.prepend(QLatin1Char('/'));

Reply via email to