Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kf6-kconfig for openSUSE:Factory 
checked in at 2026-09-11 17:59:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kf6-kconfig (Old)
 and      /work/SRC/openSUSE:Factory/.kf6-kconfig.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kf6-kconfig"

Fri Sep 11 17:59:17 2026 rev:32 rq:1376681 version:6.30.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kf6-kconfig/kf6-kconfig.changes  2026-08-17 
16:58:54.858865666 +0200
+++ /work/SRC/openSUSE:Factory/.kf6-kconfig.new.1265/kf6-kconfig.changes        
2026-09-11 18:01:30.025269964 +0200
@@ -1,0 +2,14 @@
+Tue Sep  8 09:21:48 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 6.30.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/6/6.30.0
+- Changes since 6.29.0:
+  * Update dependency version to 6.30.0
+  * Add some missing CMake var initialization, for safer usage
+  * kconfigcore: minor cleanups
+  * fix tabNext() and tabPrev() default documentation
+  * Update version to 6.30.0
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kf6-kconfig.spec ++++++
--- /var/tmp/diff_new_pack.wfxUKL/_old  2026-09-11 18:01:31.191318801 +0200
+++ /var/tmp/diff_new_pack.wfxUKL/_new  2026-09-11 18:01:31.196319011 +0200
@@ -19,11 +19,11 @@
 %define qt6_version 6.9.0
 
 %define rname kconfig
-# Full KF6 version (e.g. 6.29.0)
+# Full KF6 version (e.g. 6.30.0)
 %{!?_kf6_version: %global _kf6_version %{version}}
 %bcond_without released
 Name:           kf6-kconfig
-Version:        6.29.0
+Version:        6.30.0
 Release:        0
 Summary:        Advanced configuration system
 License:        LGPL-2.1-or-later AND GPL-2.0-or-later


++++++ kconfig-6.29.0.tar.xz -> kconfig-6.30.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfig-6.29.0/CMakeLists.txt 
new/kconfig-6.30.0/CMakeLists.txt
--- old/kconfig-6.29.0/CMakeLists.txt   2026-08-07 22:39:32.000000000 +0200
+++ new/kconfig-6.30.0/CMakeLists.txt   2026-09-04 13:37:35.000000000 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.29)
 
-set(KF_VERSION "6.29.0") # handled by release scripts
+set(KF_VERSION "6.30.0") # handled by release scripts
 project(KConfig VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 6.29.0  NO_MODULE)
+find_package(ECM 6.30.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-6.29.0/KF6ConfigMacros.cmake 
new/kconfig-6.30.0/KF6ConfigMacros.cmake
--- old/kconfig-6.29.0/KF6ConfigMacros.cmake    2026-08-07 22:39:32.000000000 
+0200
+++ new/kconfig-6.30.0/KF6ConfigMacros.cmake    2026-09-04 13:37:35.000000000 
+0200
@@ -69,6 +69,7 @@
         get_filename_component(_tmp_FILE ${_current_FILE} ABSOLUTE)
         get_filename_component(_abs_PATH ${_tmp_FILE} DIRECTORY)
 
+        set(_rel_PATH)
         if(ARG_USE_RELATIVE_PATH) # Process relative path only if the option 
was set
             # Get relative path
             get_filename_component(_rel_PATH ${_current_FILE} DIRECTORY)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kconfig-6.29.0/autotests/kconfig_compiler/CMakeLists.txt 
new/kconfig-6.30.0/autotests/kconfig_compiler/CMakeLists.txt
--- old/kconfig-6.29.0/autotests/kconfig_compiler/CMakeLists.txt        
2026-08-07 22:39:32.000000000 +0200
+++ new/kconfig-6.30.0/autotests/kconfig_compiler/CMakeLists.txt        
2026-09-04 13:37:35.000000000 +0200
@@ -33,6 +33,8 @@
 
     if(${ARG_GENERATE_MOC})
         set(_moc GENERATE_MOC)
+    else()
+        set(_moc)
     endif()
 
     # execute the tests in ${CMAKE_CURRENT_BINARY_DIR} to ensure we can easily 
find the generated files
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfig-6.29.0/poqm/ar/kconfig6_qt.po 
new/kconfig-6.30.0/poqm/ar/kconfig6_qt.po
--- old/kconfig-6.29.0/poqm/ar/kconfig6_qt.po   2026-08-07 22:39:32.000000000 
+0200
+++ new/kconfig-6.30.0/poqm/ar/kconfig6_qt.po   2026-09-04 13:37:35.000000000 
+0200
@@ -6,7 +6,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2014-06-28 15:38+0300\n"
-"PO-Revision-Date: 2026-04-01 17:42+0400\n"
+"PO-Revision-Date: 2026-08-10 12:57+0400\n"
 "Last-Translator: Zayed Al-Saidi <[email protected]>\n"
 "Language-Team: ar\n"
 "Language: ar\n"
@@ -15,7 +15,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
 "&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Lokalize 23.08.5\n"
+"X-Generator: Lokalize 25.12.3\n"
 "X-Qt-Contexts: true\n"
 
 #: core/kconfig.cpp:1080
@@ -73,7 +73,7 @@
 #: gui/kstandardactions_p.h:66
 msgctxt "KStandardActions|"
 msgid "Open &Recent"
-msgstr "افتح ملفاً &حديثًا"
+msgstr "افتح ملفًا &حديثًا"
 
 #: gui/kstandardactions_p.h:66
 msgctxt "KStandardActions|"
@@ -781,7 +781,7 @@
 #: gui/kstandardshortcut.cpp:382
 msgctxt "KStandardShortcut|@action"
 msgid "Open Recent"
-msgstr "افتح ملفاً حديثًا"
+msgstr "افتح ملفًا حديثًا"
 
 #: gui/kstandardshortcut.cpp:383
 msgctxt "KStandardShortcut|@action"
@@ -1033,12 +1033,9 @@
 msgstr "أفرغ كل المدخلات"
 
 #: kreadconfig/kreadconfig.cpp:56
-#, fuzzy
-#| msgctxt "main|"
-#| msgid "Dump all entries"
 msgctxt "main|"
 msgid "Dump default values of all entries"
-msgstr "أفرغ كل المدخلات"
+msgstr "أفرغ كل القيم المبدئية لكل المدخلات"
 
 #: kreadconfig/kreadconfig.cpp:59
 msgctxt "main|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfig-6.29.0/poqm/ca/kconfig6_qt.po 
new/kconfig-6.30.0/poqm/ca/kconfig6_qt.po
--- old/kconfig-6.29.0/poqm/ca/kconfig6_qt.po   2026-08-07 22:39:32.000000000 
+0200
+++ new/kconfig-6.30.0/poqm/ca/kconfig6_qt.po   2026-09-04 13:37:35.000000000 
+0200
@@ -4,7 +4,7 @@
 # version 3 or later versions approved by the membership of KDE e.V.
 #
 # SPDX-FileCopyrightText: 2004 Ivan Lloro Boada <[email protected]>
-# SPDX-FileCopyrightText: 2014, 2015, 2016, 2017, 2019, 2020, 2021, 2022 
Antoni Bella Pérez <[email protected]>
+# SPDX-FileCopyrightText: 2014-2017, 2019-2022 Antoni Bella Pérez 
<[email protected]>
 # SPDX-FileCopyrightText: 2019 Empar Montoro Martín <[email protected]>
 # SPDX-FileCopyrightText: 2007-2009, 2014-2026 Josep M. Ferrer 
<[email protected]>
 msgid ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfig-6.29.0/poqm/hr/kconfig6_qt.po 
new/kconfig-6.30.0/poqm/hr/kconfig6_qt.po
--- old/kconfig-6.29.0/poqm/hr/kconfig6_qt.po   2026-08-07 22:39:32.000000000 
+0200
+++ new/kconfig-6.30.0/poqm/hr/kconfig6_qt.po   2026-09-04 13:37:35.000000000 
+0200
@@ -1,9 +1,6 @@
-# Translation of kwriteconfig to Croatian
-#
-# Andrej Dundović <[email protected]>, 2009.
 msgid ""
 msgstr ""
-"Project-Id-Version: kwriteconfig 0\n"
+"Project-Id-Version: kconfig6_qt\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2011-08-02 05:32+0200\n"
 "PO-Revision-Date: 2009-07-01 09:19+0200\n"
@@ -15,10 +12,6 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
 "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-"X-Generator: Lokalize 0.3\n"
-"X-Environment: kde\n"
-"X-Accelerator-Marker: &\n"
-"X-Text-Markup: kde4\n"
 "X-Qt-Contexts: true\n"
 
 #: core/kconfig.cpp:1080
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfig-6.29.0/poqm/nan_TW/kconfig6_qt.po 
new/kconfig-6.30.0/poqm/nan_TW/kconfig6_qt.po
--- old/kconfig-6.29.0/poqm/nan_TW/kconfig6_qt.po       2026-08-07 
22:39:32.000000000 +0200
+++ new/kconfig-6.30.0/poqm/nan_TW/kconfig6_qt.po       2026-09-04 
13:37:35.000000000 +0200
@@ -2,7 +2,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
-"PO-Revision-Date: 2026-07-18 01:33+0900\n"
+"PO-Revision-Date: 2026-08-08 13:21+0900\n"
 "Last-Translator: Kisaragi Hiu <[email protected]>\n"
 "Language-Team: Min Nan Chinese <[email protected]>\n"
 "Language: nan_TW\n"
@@ -11,7 +11,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "X-Qt-Contexts: true\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Lokalize 26.07.70\n"
+"X-Generator: Lokalize 26.11.70\n"
 
 #: core/kconfig.cpp:1080
 msgctxt "KConfig|"
@@ -1028,12 +1028,9 @@
 msgstr "倒出所有 ê 項目"
 
 #: kreadconfig/kreadconfig.cpp:56
-#, fuzzy
-#| msgctxt "main|"
-#| msgid "Dump all entries"
 msgctxt "main|"
 msgid "Dump default values of all entries"
-msgstr "倒出所有 ê 項目"
+msgstr "倒出所有項目 ê 預設值"
 
 #: kreadconfig/kreadconfig.cpp:59
 msgctxt "main|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfig-6.29.0/poqm/nan_TW@latin/kconfig6_qt.po 
new/kconfig-6.30.0/poqm/nan_TW@latin/kconfig6_qt.po
--- old/kconfig-6.29.0/poqm/nan_TW@latin/kconfig6_qt.po 2026-08-07 
22:39:32.000000000 +0200
+++ new/kconfig-6.30.0/poqm/nan_TW@latin/kconfig6_qt.po 2026-09-04 
13:37:35.000000000 +0200
@@ -2,16 +2,16 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
-"PO-Revision-Date: 2026-07-18 01:11+0900\n"
+"PO-Revision-Date: 2026-08-14 22:39+0900\n"
 "Last-Translator: Kisaragi Hiu <[email protected]>\n"
-"Language-Team: Taiwanese Hokkien <[email protected]>\n"
+"Language-Team: Min Nan Chinese Latin <[email protected]>\n"
 "Language: nan_TW@latin\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "X-Qt-Contexts: true\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Lokalize 26.07.70\n"
+"X-Generator: Lokalize 26.11.70\n"
 
 #: core/kconfig.cpp:1080
 msgctxt "KConfig|"
@@ -931,7 +931,7 @@
 #: gui/kstandardshortcut.cpp:487
 msgctxt "KStandardShortcut|@action"
 msgid "Show/Hide Hidden Files"
-msgstr "Hián-sī/tshàng Ún-tsông-tóng-àn"
+msgstr "Hián-sī/tshàng Ún-tsông Tóng-àn"
 
 #: gui/kstandardshortcut.cpp:495
 msgctxt "KStandardShortcut|@action"
@@ -1015,7 +1015,7 @@
 #: kreadconfig/kreadconfig.cpp:53
 msgctxt "main|"
 msgid "Default value"
-msgstr "Ū-siat ti̍t"
+msgstr "Ū-siat-ti̍t"
 
 #: kreadconfig/kreadconfig.cpp:54
 msgctxt "main|"
@@ -1028,12 +1028,9 @@
 msgstr "Tó-tshut sóo-ū ê hāng-bo̍k"
 
 #: kreadconfig/kreadconfig.cpp:56
-#, fuzzy
-#| msgctxt "main|"
-#| msgid "Dump all entries"
 msgctxt "main|"
 msgid "Dump default values of all entries"
-msgstr "Tó-tshut sóo-ū ê hāng-bo̍k"
+msgstr "Tó-tshut sóo-ū hāng-bo̍k ê ū-siat-ti̍t"
 
 #: kreadconfig/kreadconfig.cpp:59
 msgctxt "main|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfig-6.29.0/poqm/sk/kconfig6_qt.po 
new/kconfig-6.30.0/poqm/sk/kconfig6_qt.po
--- old/kconfig-6.29.0/poqm/sk/kconfig6_qt.po   2026-08-07 22:39:32.000000000 
+0200
+++ new/kconfig-6.30.0/poqm/sk/kconfig6_qt.po   2026-09-04 13:37:35.000000000 
+0200
@@ -1033,12 +1033,9 @@
 msgstr "Vypísať všetky položky"
 
 #: kreadconfig/kreadconfig.cpp:56
-#, fuzzy
-#| msgctxt "main|"
-#| msgid "Dump all entries"
 msgctxt "main|"
 msgid "Dump default values of all entries"
-msgstr "Vypísať všetky položky"
+msgstr "Vypísať predvolené hodnoty všetkých položiek"
 
 #: kreadconfig/kreadconfig.cpp:59
 msgctxt "main|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfig-6.29.0/src/core/kconfigdata.cpp 
new/kconfig-6.30.0/src/core/kconfigdata.cpp
--- old/kconfig-6.29.0/src/core/kconfigdata.cpp 2026-08-07 22:39:32.000000000 
+0200
+++ new/kconfig-6.30.0/src/core/kconfigdata.cpp 2026-09-04 13:37:35.000000000 
+0200
@@ -223,13 +223,10 @@
     const auto it = constFindEntry(group, key, flags);
     QString theValue = defaultValue;
 
-    if (it != cend() && !it->second.bDeleted) {
-        if (!it->second.mValue.isNull()) {
-            const QByteArray data = it->second.mValue;
-            theValue = QString::fromUtf8(data.constData(), data.length());
-            if (expand) {
-                *expand = it->second.bExpand;
-            }
+    if (it != cend() && !it->second.bDeleted && !it->second.mValue.isNull()) {
+        theValue = QString::fromUtf8(it->second.mValue);
+        if (expand) {
+            *expand = it->second.bExpand;
         }
     }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfig-6.29.0/src/core/kconfiggroup.cpp 
new/kconfig-6.30.0/src/core/kconfiggroup.cpp
--- old/kconfig-6.29.0/src/core/kconfiggroup.cpp        2026-08-07 
22:39:32.000000000 +0200
+++ new/kconfig-6.30.0/src/core/kconfiggroup.cpp        2026-09-04 
13:37:35.000000000 +0200
@@ -192,7 +192,7 @@
 static QVarLengthArray<int, 8> asIntList(QByteArrayView string)
 {
     int start = 0;
-    int next = start;
+    int next;
     QVarLengthArray<int, 8> ret;
     while ((next = string.indexOf(',', start)) != -1) {
         ret.push_back(string.sliced(start, next - start).toInt());
@@ -205,7 +205,7 @@
 static QVarLengthArray<qreal, 8> asRealList(QByteArrayView string)
 {
     int start = 0;
-    int next = start;
+    int next;
     QVarLengthArray<qreal, 8> ret;
     while ((next = string.indexOf(',', start)) != -1) {
         ret.push_back(string.sliced(start, next - start).toDouble());
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfig-6.29.0/src/gui/kstandardshortcut.h 
new/kconfig-6.30.0/src/gui/kstandardshortcut.h
--- old/kconfig-6.29.0/src/gui/kstandardshortcut.h      2026-08-07 
22:39:32.000000000 +0200
+++ new/kconfig-6.30.0/src/gui/kstandardshortcut.h      2026-09-04 
13:37:35.000000000 +0200
@@ -534,14 +534,14 @@
 KCONFIGGUI_EXPORT const QList<QKeySequence> &addBookmark();
 
 /*!
- * Next Tab. Default: Ctrl-<
+ * Next Tab. Defaults: Ctrl+PgDown, Ctrl+]
  *
  * Returns the shortcut of the standard accelerator
  */
 KCONFIGGUI_EXPORT const QList<QKeySequence> &tabNext();
 
 /*!
- * Previous Tab. Default: Ctrl->
+ * Previous Tab. Defaults: Ctrl+PgUp, Ctrl+[
  *
  * Returns the shortcut of the standard accelerator
  */

Reply via email to