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-08-20 00:10:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kconfig (Old) and /work/SRC/openSUSE:Factory/.kconfig.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kconfig" Sun Aug 20 00:10:28 2023 rev:121 rq:1104558 version:5.109.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kconfig/kconfig.changes 2023-07-09 20:41:19.233483989 +0200 +++ /work/SRC/openSUSE:Factory/.kconfig.new.1766/kconfig.changes 2023-08-20 00:13:07.595106537 +0200 @@ -1,0 +2,10 @@ +Tue Aug 8 17:42:46 UTC 2023 - Christophe Marin <[email protected]> + +- Update to 5.109.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.109.0 +- Changes since 5.108.0: + * Add explicit moc includes to sources for moc-covered headers + +------------------------------------------------------------------- Old: ---- kconfig-5.108.0.tar.xz kconfig-5.108.0.tar.xz.sig New: ---- kconfig-5.109.0.tar.xz kconfig-5.109.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kconfig.spec ++++++ --- /var/tmp/diff_new_pack.hUrgUw/_old 2023-08-20 00:13:08.223107773 +0200 +++ /var/tmp/diff_new_pack.hUrgUw/_new 2023-08-20 00:13:08.231107789 +0200 @@ -24,7 +24,7 @@ %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} %bcond_without released Name: kconfig -Version: 5.108.0 +Version: 5.109.0 Release: 0 Summary: Advanced configuration system License: LGPL-2.1-or-later AND GPL-2.0-or-later ++++++ kconfig-5.108.0.tar.xz -> kconfig-5.109.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfig-5.108.0/CMakeLists.txt new/kconfig-5.109.0/CMakeLists.txt --- old/kconfig-5.108.0/CMakeLists.txt 2023-07-01 11:54:30.000000000 +0200 +++ new/kconfig-5.109.0/CMakeLists.txt 2023-08-05 14:35:13.000000000 +0200 @@ -1,10 +1,10 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "5.108.0") # handled by release scripts +set(KF_VERSION "5.109.0") # handled by release scripts project(KConfig VERSION ${KF_VERSION}) include(FeatureSummary) -find_package(ECM 5.108.0 NO_MODULE) +find_package(ECM 5.109.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.108.0/autotests/kconfig_compiler/kconfigcompiler_test.cpp new/kconfig-5.109.0/autotests/kconfig_compiler/kconfigcompiler_test.cpp --- old/kconfig-5.108.0/autotests/kconfig_compiler/kconfigcompiler_test.cpp 2023-07-01 11:54:30.000000000 +0200 +++ new/kconfig-5.109.0/autotests/kconfig_compiler/kconfigcompiler_test.cpp 2023-08-05 14:35:13.000000000 +0200 @@ -206,3 +206,5 @@ QVERIFY2(false, qPrintable(QLatin1String("This test failed, look at the following file for details: ") + diffFileName)); } } + +#include "moc_kconfigcompiler_test.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfig-5.108.0/autotests/kconfigguitest.cpp new/kconfig-5.109.0/autotests/kconfigguitest.cpp --- old/kconfig-5.108.0/autotests/kconfigguitest.cpp 2023-07-01 11:54:30.000000000 +0200 +++ new/kconfig-5.109.0/autotests/kconfigguitest.cpp 2023-08-05 14:35:13.000000000 +0200 @@ -146,3 +146,5 @@ QVERIFY(sc3.readEntry("badList", QColor()) == QColor()); } + +#include "moc_kconfigguitest.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfig-5.108.0/autotests/kconfigloadertest.cpp new/kconfig-5.109.0/autotests/kconfigloadertest.cpp --- old/kconfig-5.108.0/autotests/kconfigloadertest.cpp 2023-07-01 11:54:30.000000000 +0200 +++ new/kconfig-5.109.0/autotests/kconfigloadertest.cpp 2023-08-05 14:35:13.000000000 +0200 @@ -198,3 +198,5 @@ } QTEST_MAIN(ConfigLoaderTest) + +#include "moc_kconfigloadertest.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfig-5.108.0/autotests/kconfigskeletontest.cpp new/kconfig-5.109.0/autotests/kconfigskeletontest.cpp --- old/kconfig-5.108.0/autotests/kconfigskeletontest.cpp 2023-07-01 11:54:30.000000000 +0200 +++ new/kconfig-5.109.0/autotests/kconfigskeletontest.cpp 2023-08-05 14:35:13.000000000 +0200 @@ -176,3 +176,5 @@ s->read(); QCOMPARE(mMyBool, false); } + +#include "moc_kconfigskeletontest.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfig-5.108.0/autotests/kconfigtest.cpp new/kconfig-5.109.0/autotests/kconfigtest.cpp --- old/kconfig-5.108.0/autotests/kconfigtest.cpp 2023-07-01 11:54:30.000000000 +0200 +++ new/kconfig-5.109.0/autotests/kconfigtest.cpp 2023-08-05 14:35:13.000000000 +0200 @@ -2157,3 +2157,5 @@ local.reparseConfiguration(); QCOMPARE(generalLocal.readEntry("testRestore", "defaultcpp"), QStringLiteral("defaultcpp")); } + +#include "moc_kconfigtest.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfig-5.108.0/autotests/kdesktopfiletest.cpp new/kconfig-5.109.0/autotests/kdesktopfiletest.cpp --- old/kconfig-5.108.0/autotests/kdesktopfiletest.cpp 2023-07-01 11:54:30.000000000 +0200 +++ new/kconfig-5.109.0/autotests/kdesktopfiletest.cpp 2023-08-05 14:35:13.000000000 +0200 @@ -319,3 +319,5 @@ QCOMPARE(KDesktopFile::locateLocal(path), result); } + +#include "moc_kdesktopfiletest.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfig-5.108.0/autotests/kentrymaptest.cpp new/kconfig-5.109.0/autotests/kentrymaptest.cpp --- old/kconfig-5.108.0/autotests/kentrymaptest.cpp 2023-07-01 11:54:30.000000000 +0200 +++ new/kconfig-5.109.0/autotests/kentrymaptest.cpp 2023-08-05 14:35:13.000000000 +0200 @@ -187,3 +187,5 @@ map.setEntry(group1, key1, translated, EntryLocalized); // set the translated entry to a different locale QCOMPARE(map.constFindEntry(group1, key1, SearchLocalized)->mValue, translated); } + +#include "moc_kentrymaptest.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfig-5.108.0/autotests/kstandardshortcuttest.cpp new/kconfig-5.109.0/autotests/kstandardshortcuttest.cpp --- old/kconfig-5.108.0/autotests/kstandardshortcuttest.cpp 2023-07-01 11:54:30.000000000 +0200 +++ new/kconfig-5.109.0/autotests/kstandardshortcuttest.cpp 2023-08-05 14:35:13.000000000 +0200 @@ -66,3 +66,5 @@ QCOMPARE(id, KStandardShortcut::findByName(KStandardShortcut::name(id))); } } + +#include "moc_kstandardshortcuttest.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfig-5.108.0/autotests/test_kconf_update.cpp new/kconfig-5.109.0/autotests/test_kconf_update.cpp --- old/kconfig-5.108.0/autotests/test_kconf_update.cpp 2023-07-01 11:54:30.000000000 +0200 +++ new/kconfig-5.109.0/autotests/test_kconf_update.cpp 2023-08-05 14:35:13.000000000 +0200 @@ -485,3 +485,5 @@ expectedNewConfContent = expectedNewConfContent.arg(updateInfo); QCOMPARE(newConfContent, expectedNewConfContent); } + +#include "moc_test_kconf_update.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfig-5.108.0/autotests/test_kconfigutils.cpp new/kconfig-5.109.0/autotests/test_kconfigutils.cpp --- old/kconfig-5.108.0/autotests/test_kconfigutils.cpp 2023-07-01 11:54:30.000000000 +0200 +++ new/kconfig-5.109.0/autotests/test_kconfigutils.cpp 2023-08-05 14:35:13.000000000 +0200 @@ -97,3 +97,5 @@ qDebug() << error; } } + +#include "moc_test_kconfigutils.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfig-5.108.0/poqm/fa/kconfig5_qt.po new/kconfig-5.109.0/poqm/fa/kconfig5_qt.po --- old/kconfig-5.108.0/poqm/fa/kconfig5_qt.po 2023-07-01 11:54:30.000000000 +0200 +++ new/kconfig-5.109.0/poqm/fa/kconfig5_qt.po 2023-08-05 14:35:13.000000000 +0200 @@ -16,7 +16,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Lokalize 1.2\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Qt-Contexts: true\n" #: core/kconfig.cpp:958 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfig-5.108.0/poqm/ko/kconfig5_qt.po new/kconfig-5.109.0/poqm/ko/kconfig5_qt.po --- old/kconfig-5.108.0/poqm/ko/kconfig5_qt.po 2023-07-01 11:54:30.000000000 +0200 +++ new/kconfig-5.109.0/poqm/ko/kconfig5_qt.po 2023-08-05 14:35:13.000000000 +0200 @@ -1,14 +1,14 @@ # Translation of kwriteconfig to Korean. # Copyright (C) 2007 This_file_is_part_of_KDE # This file is distributed under the same license as the 2007 package. -# Shinjo Park <[email protected]>, 2007, 2014, 2015, 2016, 2017, 2018, 2020, 2021, 2022. +# Shinjo Park <[email protected]>, 2007, 2014, 2015, 2016, 2017, 2018, 2020, 2021, 2022, 2023. # msgid "" msgstr "" "Project-Id-Version: kwriteconfig\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-04-11 02:17+0000\n" -"PO-Revision-Date: 2022-07-13 14:09+0200\n" +"PO-Revision-Date: 2023-07-23 00:44+0200\n" "Last-Translator: Shinjo Park <[email protected]>\n" "Language-Team: Korean <[email protected]>\n" "Language: ko\n" @@ -16,7 +16,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Lokalize 21.12.3\n" +"X-Generator: Lokalize 22.12.3\n" "X-Qt-Contexts: true\n" #: core/kconfig.cpp:958 @@ -389,7 +389,7 @@ #: gui/kstandardshortcut.cpp:340 msgctxt "KStandardShortcut|@action" msgid "Configure Application" -msgstr "íë¡ê·¸ë¨ ì¤ì " +msgstr "ì± ì¤ì " #: gui/kstandardshortcut.cpp:348 msgctxt "KStandardShortcut|@action" @@ -419,7 +419,7 @@ #: gui/kstandardshortcut.cpp:372 msgctxt "KStandardShortcut|@action" msgid "About Application" -msgstr "íë¡ê·¸ë¨ ì ë³´" +msgstr "ì± ì ë³´" #: gui/kstandardshortcut.cpp:373 msgctxt "KStandardShortcut|@action" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfig-5.108.0/poqm/nn/kconfig5_qt.po new/kconfig-5.109.0/poqm/nn/kconfig5_qt.po --- old/kconfig-5.108.0/poqm/nn/kconfig5_qt.po 2023-07-01 11:54:30.000000000 +0200 +++ new/kconfig-5.109.0/poqm/nn/kconfig5_qt.po 2023-08-05 14:35:13.000000000 +0200 @@ -1,7 +1,7 @@ # Translation of kconfig6_qt to Norwegian Nynorsk # # HÃ¥vard Korsvoll <[email protected]>, 2004. -# Karl Ove Hufthammer <[email protected]>, 2007, 2008, 2015, 2016, 2018, 2020, 2022. +# Karl Ove Hufthammer <[email protected]>, 2007, 2008, 2015, 2016, 2018, 2020, 2022, 2023. # Eirik U. Birkeland <[email protected]>, 2008. msgid "" msgstr "" @@ -15,7 +15,7 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 22.04.2\n" +"X-Generator: Lokalize 23.04.3\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Environment: kde\n" "X-Accelerator-Marker: &\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfig-5.108.0/poqm/zh_CN/kconfig5_qt.po new/kconfig-5.109.0/poqm/zh_CN/kconfig5_qt.po --- old/kconfig-5.108.0/poqm/zh_CN/kconfig5_qt.po 2023-07-01 11:54:30.000000000 +0200 +++ new/kconfig-5.109.0/poqm/zh_CN/kconfig5_qt.po 2023-08-05 14:35:13.000000000 +0200 @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: kdeorg\n" -"PO-Revision-Date: 2023-06-17 04:11\n" +"PO-Revision-Date: 2023-08-02 12:40\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.108.0/src/core/kauthorized.cpp new/kconfig-5.109.0/src/core/kauthorized.cpp --- old/kconfig-5.108.0/src/core/kauthorized.cpp 2023-07-01 11:54:30.000000000 +0200 +++ new/kconfig-5.109.0/src/core/kauthorized.cpp 2023-08-05 14:35:13.000000000 +0200 @@ -173,6 +173,8 @@ bool permission; }; +Q_DECLARE_TYPEINFO(URLActionRule, Q_MOVABLE_TYPE); + class KAuthorizedPrivate { public: @@ -412,3 +414,5 @@ } } // namespace + +#include "moc_kauthorized.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfig-5.108.0/src/core/kconfigbackend.cpp new/kconfig-5.109.0/src/core/kconfigbackend.cpp --- old/kconfig-5.108.0/src/core/kconfigbackend.cpp 2023-07-01 11:54:30.000000000 +0200 +++ new/kconfig-5.109.0/src/core/kconfigbackend.cpp 2023-08-05 14:35:13.000000000 +0200 @@ -86,3 +86,5 @@ { d->localFileName = file; } + +#include "moc_kconfigbackend_p.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfig-5.108.0/src/core/kconfigdata_p.h new/kconfig-5.109.0/src/core/kconfigdata_p.h --- old/kconfig-5.108.0/src/core/kconfigdata_p.h 2023-07-01 11:54:30.000000000 +0200 +++ new/kconfig-5.109.0/src/core/kconfigdata_p.h 2023-08-05 14:35:13.000000000 +0200 @@ -74,6 +74,8 @@ bool bOverridesGlobal : 1; }; +Q_DECLARE_TYPEINFO(KEntry, Q_MOVABLE_TYPE); + // These operators are used to check whether an entry which is about // to be written equals the previous value. As such, this intentionally // omits the dirty/notify flag from the comparison. @@ -132,6 +134,8 @@ bool bRaw : 1; }; +Q_DECLARE_TYPEINFO(KEntryKey, Q_MOVABLE_TYPE); + /** * Compares two KEntryKeys (needed for QMap). The order is localized, localized-default, * non-localized, non-localized-default diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfig-5.108.0/src/core/kconfigini.cpp new/kconfig-5.109.0/src/core/kconfigini.cpp --- old/kconfig-5.108.0/src/core/kconfigini.cpp 2023-07-01 11:54:30.000000000 +0200 +++ new/kconfig-5.109.0/src/core/kconfigini.cpp 2023-08-05 14:35:13.000000000 +0200 @@ -947,3 +947,5 @@ } aString->truncate(r - aString->constData()); } + +#include "moc_kconfigini_p.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfig-5.108.0/src/core/kconfigwatcher.cpp new/kconfig-5.109.0/src/core/kconfigwatcher.cpp --- old/kconfig-5.108.0/src/core/kconfigwatcher.cpp 2023-07-01 11:54:30.000000000 +0200 +++ new/kconfig-5.109.0/src/core/kconfigwatcher.cpp 2023-08-05 14:35:13.000000000 +0200 @@ -102,3 +102,5 @@ Q_EMIT configChanged(group, it.value()); } } + +#include "moc_kconfigwatcher.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfig-5.108.0/src/core/kcoreconfigskeleton.cpp new/kconfig-5.109.0/src/core/kcoreconfigskeleton.cpp --- old/kconfig-5.108.0/src/core/kcoreconfigskeleton.cpp 2023-07-01 11:54:30.000000000 +0200 +++ new/kconfig-5.109.0/src/core/kcoreconfigskeleton.cpp 2023-08-05 14:35:13.000000000 +0200 @@ -1602,3 +1602,5 @@ { return mItem->configGroup(config); } + +#include "moc_kcoreconfigskeleton.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfig-5.108.0/src/gui/kconfigskeleton.cpp new/kconfig-5.109.0/src/gui/kconfigskeleton.cpp --- old/kconfig-5.108.0/src/gui/kconfigskeleton.cpp 2023-07-01 11:54:30.000000000 +0200 +++ new/kconfig-5.109.0/src/gui/kconfigskeleton.cpp 2023-08-05 14:35:13.000000000 +0200 @@ -93,3 +93,5 @@ addItem(item, name); return item; } + +#include "moc_kconfigskeleton.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfig-5.108.0/src/gui/kstandardshortcutwatcher.cpp new/kconfig-5.109.0/src/gui/kstandardshortcutwatcher.cpp --- old/kconfig-5.108.0/src/gui/kstandardshortcutwatcher.cpp 2023-07-01 11:54:30.000000000 +0200 +++ new/kconfig-5.109.0/src/gui/kstandardshortcutwatcher.cpp 2023-08-05 14:35:13.000000000 +0200 @@ -44,3 +44,5 @@ } } + +#include "moc_kstandardshortcutwatcher.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfig-5.108.0/src/gui/kwindowstatesaver.cpp new/kconfig-5.109.0/src/gui/kwindowstatesaver.cpp --- old/kconfig-5.108.0/src/gui/kwindowstatesaver.cpp 2023-07-01 11:54:30.000000000 +0200 +++ new/kconfig-5.109.0/src/gui/kwindowstatesaver.cpp 2023-08-05 14:35:13.000000000 +0200 @@ -134,3 +134,5 @@ d->configGroup = KConfigGroup(KSharedConfig::openStateConfig(), configGroupName); d->initWidget(widget, this); } + +#include "moc_kwindowstatesaver.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfig-5.108.0/src/qml/kconfigpropertymap.cpp new/kconfig-5.109.0/src/qml/kconfigpropertymap.cpp --- old/kconfig-5.108.0/src/qml/kconfigpropertymap.cpp 2023-07-01 11:54:30.000000000 +0200 +++ new/kconfig-5.109.0/src/qml/kconfigpropertymap.cpp 2023-08-05 14:35:13.000000000 +0200 @@ -134,3 +134,4 @@ } } +#include "moc_kconfigpropertymap.cpp"
