Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kconfig for openSUSE:Factory checked in at 2021-12-13 20:40:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kconfig (Old) and /work/SRC/openSUSE:Factory/.kconfig.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kconfig" Mon Dec 13 20:40:33 2021 rev:101 rq:939196 version:5.89.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kconfig/kconfig.changes 2021-11-15 15:26:05.805818396 +0100 +++ /work/SRC/openSUSE:Factory/.kconfig.new.2520/kconfig.changes 2021-12-13 20:43:47.116480587 +0100 @@ -1,0 +2,19 @@ +Sat Dec 4 22:56:25 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 5.89.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.89.0 +- Changes since 5.88.0: + * Fix KDesktopFileTest::testIsAuthorizedDesktopFile running on gitlab CI + * KDesktopFile: deprecate resource() + * README.dox: GENERATE_MOC is required for signals + * Use innerVarStr instead of varStr for choices + * Add the enum group test to the kconfigcompiler_test + * Add a proper test for the enumms within groups + * Add missing changes + * unbreak kconfig with enums, mutators and properties. + * Demonstrate build failure with kconfig generated code + * Copy ConfigPropertyMap from KDeclarative to new KConfig QML module + +------------------------------------------------------------------- Old: ---- kconfig-5.88.0.tar.xz kconfig-5.88.0.tar.xz.sig New: ---- kconfig-5.89.0.tar.xz kconfig-5.89.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kconfig.spec ++++++ --- /var/tmp/diff_new_pack.rgAKZ2/_old 2021-12-13 20:43:47.840480676 +0100 +++ /var/tmp/diff_new_pack.rgAKZ2/_new 2021-12-13 20:43:47.848480677 +0100 @@ -17,14 +17,14 @@ %define sonum 5 -%define _tar_path 5.88 +%define _tar_path 5.89 # 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: kconfig -Version: 5.88.0 +Version: 5.89.0 Release: 0 Summary: Advanced configuration system License: LGPL-2.1-or-later AND GPL-2.0-or-later ++++++ kconfig-5.88.0.tar.xz -> kconfig-5.89.0.tar.xz ++++++ ++++ 4159 lines of diff (skipped) ++++++ kconfig-desktop-translations.patch ++++++ --- /var/tmp/diff_new_pack.rgAKZ2/_old 2021-12-13 20:43:48.088480706 +0100 +++ /var/tmp/diff_new_pack.rgAKZ2/_new 2021-12-13 20:43:48.092480707 +0100 @@ -16,11 +16,11 @@ src/core/kdesktopfile.h | 2 ++ 7 files changed, 78 insertions(+), 6 deletions(-) -Index: kconfig-5.62.0git.20211020T111249~605383b/src/core/kconfig.cpp +Index: kconfig-5.62.0git.20211128T012443~973dfd4/src/core/kconfig.cpp =================================================================== ---- kconfig-5.62.0git.20211020T111249~605383b.orig/src/core/kconfig.cpp 2021-10-20 11:12:49.000000000 +0200 -+++ kconfig-5.62.0git.20211020T111249~605383b/src/core/kconfig.cpp 2021-10-21 06:19:57.137385745 +0200 -@@ -1008,6 +1008,19 @@ +--- kconfig-5.62.0git.20211128T012443~973dfd4.orig/src/core/kconfig.cpp ++++ kconfig-5.62.0git.20211128T012443~973dfd4/src/core/kconfig.cpp +@@ -1008,6 +1008,19 @@ void KConfigPrivate::revertEntry(const Q } } @@ -40,11 +40,11 @@ QByteArray KConfigPrivate::lookupData(const QByteArray &group, const char *key, KEntryMap::SearchFlags flags) const { return lookupInternalEntry(group, key, flags).mValue; -Index: kconfig-5.62.0git.20211020T111249~605383b/src/core/kconfig_p.h +Index: kconfig-5.62.0git.20211128T012443~973dfd4/src/core/kconfig_p.h =================================================================== ---- kconfig-5.62.0git.20211020T111249~605383b.orig/src/core/kconfig_p.h 2021-10-20 11:12:49.000000000 +0200 -+++ kconfig-5.62.0git.20211020T111249~605383b/src/core/kconfig_p.h 2021-10-21 06:19:57.137385745 +0200 -@@ -35,6 +35,7 @@ +--- kconfig-5.62.0git.20211128T012443~973dfd4.orig/src/core/kconfig_p.h ++++ kconfig-5.62.0git.20211128T012443~973dfd4/src/core/kconfig_p.h +@@ -35,6 +35,7 @@ public: QString lookupData(const QByteArray &group, const char *key, KEntryMap::SearchFlags flags, bool *expand) const; QByteArray lookupData(const QByteArray &group, const char *key, KEntryMap::SearchFlags flags) const; KEntry lookupInternalEntry(const QByteArray &group, const char *key, KEntryMap::SearchFlags flags) const; @@ -52,11 +52,11 @@ void putData(const QByteArray &group, const char *key, const QByteArray &value, KConfigBase::WriteConfigFlags flags, bool expand = false); void setEntryData(const QByteArray &group, const char *key, const QByteArray &value, KEntryMap::EntryOptions flags) -Index: kconfig-5.62.0git.20211020T111249~605383b/src/core/kconfigdata_p.h +Index: kconfig-5.62.0git.20211128T012443~973dfd4/src/core/kconfigdata_p.h =================================================================== ---- kconfig-5.62.0git.20211020T111249~605383b.orig/src/core/kconfigdata_p.h 2021-10-20 11:12:49.000000000 +0200 -+++ kconfig-5.62.0git.20211020T111249~605383b/src/core/kconfigdata_p.h 2021-10-21 06:19:57.137385745 +0200 -@@ -192,6 +192,20 @@ +--- kconfig-5.62.0git.20211128T012443~973dfd4.orig/src/core/kconfigdata_p.h ++++ kconfig-5.62.0git.20211128T012443~973dfd4/src/core/kconfigdata_p.h +@@ -192,6 +192,20 @@ public: Iterator findEntry(const QByteArray &group, const QByteArray &key = QByteArray(), SearchFlags flags = SearchFlags()); @@ -77,11 +77,11 @@ ConstIterator findEntry(const QByteArray &group, const QByteArray &key = QByteArray(), SearchFlags flags = SearchFlags()) const { return constFindEntry(group, key, flags); -Index: kconfig-5.62.0git.20211020T111249~605383b/src/core/kconfiggroup.cpp +Index: kconfig-5.62.0git.20211128T012443~973dfd4/src/core/kconfiggroup.cpp =================================================================== ---- kconfig-5.62.0git.20211020T111249~605383b.orig/src/core/kconfiggroup.cpp 2021-10-20 11:12:49.000000000 +0200 -+++ kconfig-5.62.0git.20211020T111249~605383b/src/core/kconfiggroup.cpp 2021-10-21 06:19:57.137385745 +0200 -@@ -1163,6 +1163,18 @@ +--- kconfig-5.62.0git.20211128T012443~973dfd4.orig/src/core/kconfiggroup.cpp ++++ kconfig-5.62.0git.20211128T012443~973dfd4/src/core/kconfiggroup.cpp +@@ -1165,6 +1165,18 @@ bool KConfigGroup::hasKey(const char *ke return !config()->d_func()->lookupData(d->fullName(), key, flags).isNull(); } @@ -100,11 +100,11 @@ bool KConfigGroup::hasKey(const QString &key) const { return hasKey(key.toUtf8().constData()); -Index: kconfig-5.62.0git.20211020T111249~605383b/src/core/kconfiggroup.h +Index: kconfig-5.62.0git.20211128T012443~973dfd4/src/core/kconfiggroup.h =================================================================== ---- kconfig-5.62.0git.20211020T111249~605383b.orig/src/core/kconfiggroup.h 2021-10-20 11:12:49.000000000 +0200 -+++ kconfig-5.62.0git.20211020T111249~605383b/src/core/kconfiggroup.h 2021-10-21 06:19:57.137385745 +0200 -@@ -707,6 +707,11 @@ +--- kconfig-5.62.0git.20211128T012443~973dfd4.orig/src/core/kconfiggroup.h ++++ kconfig-5.62.0git.20211128T012443~973dfd4/src/core/kconfiggroup.h +@@ -707,6 +707,11 @@ public: */ QMap<QString, QString> entryMap() const; @@ -116,10 +116,10 @@ protected: bool hasGroupImpl(const QByteArray &group) const override; KConfigGroup groupImpl(const QByteArray &b) override; -Index: kconfig-5.62.0git.20211020T111249~605383b/src/core/kdesktopfile.cpp +Index: kconfig-5.62.0git.20211128T012443~973dfd4/src/core/kdesktopfile.cpp =================================================================== ---- kconfig-5.62.0git.20211020T111249~605383b.orig/src/core/kdesktopfile.cpp 2021-10-20 11:12:49.000000000 +0200 -+++ kconfig-5.62.0git.20211020T111249~605383b/src/core/kdesktopfile.cpp 2021-10-21 06:19:57.137385745 +0200 +--- kconfig-5.62.0git.20211128T012443~973dfd4.orig/src/core/kdesktopfile.cpp ++++ kconfig-5.62.0git.20211128T012443~973dfd4/src/core/kdesktopfile.cpp @@ -18,6 +18,7 @@ #include <QFileInfo> #include <QStandardPaths> @@ -128,7 +128,7 @@ #ifndef Q_OS_WIN #include <unistd.h> -@@ -166,6 +167,33 @@ +@@ -166,6 +167,33 @@ bool KDesktopFile::isAuthorizedDesktopFi return false; } @@ -162,7 +162,7 @@ QString KDesktopFile::readType() const { Q_D(const KDesktopFile); -@@ -180,20 +208,17 @@ +@@ -180,20 +208,17 @@ QString KDesktopFile::readIcon() const QString KDesktopFile::readName() const { @@ -186,12 +186,12 @@ } QString KDesktopFile::readPath() const -Index: kconfig-5.62.0git.20211020T111249~605383b/src/core/kdesktopfile.h +Index: kconfig-5.62.0git.20211128T012443~973dfd4/src/core/kdesktopfile.h =================================================================== ---- kconfig-5.62.0git.20211020T111249~605383b.orig/src/core/kdesktopfile.h 2021-10-20 11:12:49.000000000 +0200 -+++ kconfig-5.62.0git.20211020T111249~605383b/src/core/kdesktopfile.h 2021-10-21 06:19:57.137385745 +0200 -@@ -243,6 +243,8 @@ - QStandardPaths::StandardLocation resource() const; +--- kconfig-5.62.0git.20211128T012443~973dfd4.orig/src/core/kdesktopfile.h ++++ kconfig-5.62.0git.20211128T012443~973dfd4/src/core/kdesktopfile.h +@@ -252,6 +252,8 @@ public: + #endif private: + QString translatedEntry(const char *) const;
