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-04-12 12:34:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kconfig (Old) and /work/SRC/openSUSE:Factory/.kconfig.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kconfig" Mon Apr 12 12:34:15 2021 rev:93 rq:884239 version:5.81.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kconfig/kconfig.changes 2021-03-16 15:41:18.900740530 +0100 +++ /work/SRC/openSUSE:Factory/.kconfig.new.2401/kconfig.changes 2021-04-12 12:35:54.629253306 +0200 @@ -1,0 +2,13 @@ +Mon Apr 5 07:12:13 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 5.81.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.81.0 +- Changes since 5.80.0: + * Relicense file to LGPL-2.0-or-later + * [kconfig_compiler] Explicitly open input file for reading + * Remove old contact data from src/kconfig_compiler_README.dox + * kconfig_compiler: change how paramString() creates strings + +------------------------------------------------------------------- Old: ---- kconfig-5.80.0.tar.xz kconfig-5.80.0.tar.xz.sig New: ---- kconfig-5.81.0.tar.xz kconfig-5.81.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kconfig.spec ++++++ --- /var/tmp/diff_new_pack.eoziBH/_old 2021-04-12 12:35:55.285254321 +0200 +++ /var/tmp/diff_new_pack.eoziBH/_new 2021-04-12 12:35:55.285254321 +0200 @@ -17,14 +17,14 @@ %define sonum 5 -%define _tar_path 5.80 +%define _tar_path 5.81 # 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.80.0 +Version: 5.81.0 Release: 0 Summary: Advanced configuration system License: LGPL-2.1-or-later AND GPL-2.0-or-later ++++++ kconfig-5.80.0.tar.xz -> kconfig-5.81.0.tar.xz ++++++ ++++ 3835 lines of diff (skipped) ++++++ kconfig-desktop-translations.patch ++++++ --- /var/tmp/diff_new_pack.eoziBH/_old 2021-04-12 12:35:55.509254668 +0200 +++ /var/tmp/diff_new_pack.eoziBH/_new 2021-04-12 12:35:55.509254668 +0200 @@ -1,8 +1,8 @@ -Index: kconfig-5.62.0git.20210224T053832~505909e/src/core/kconfig.cpp +Index: kconfig-5.62.0git.20210306T013509~d5ca63b/src/core/kconfig.cpp =================================================================== ---- kconfig-5.62.0git.20210224T053832~505909e.orig/src/core/kconfig.cpp -+++ kconfig-5.62.0git.20210224T053832~505909e/src/core/kconfig.cpp -@@ -976,6 +976,20 @@ void KConfigPrivate::revertEntry(const Q +--- kconfig-5.62.0git.20210306T013509~d5ca63b.orig/src/core/kconfig.cpp 2021-03-06 00:35:09.000000000 +0100 ++++ kconfig-5.62.0git.20210306T013509~d5ca63b/src/core/kconfig.cpp 2021-03-08 00:03:57.177743371 +0100 +@@ -976,6 +976,20 @@ } } @@ -23,11 +23,11 @@ QByteArray KConfigPrivate::lookupData(const QByteArray &group, const char *key, KEntryMap::SearchFlags flags) const { if (bReadDefaults) { -Index: kconfig-5.62.0git.20210224T053832~505909e/src/core/kconfig_p.h +Index: kconfig-5.62.0git.20210306T013509~d5ca63b/src/core/kconfig_p.h =================================================================== ---- kconfig-5.62.0git.20210224T053832~505909e.orig/src/core/kconfig_p.h -+++ kconfig-5.62.0git.20210224T053832~505909e/src/core/kconfig_p.h -@@ -34,6 +34,7 @@ public: +--- kconfig-5.62.0git.20210306T013509~d5ca63b.orig/src/core/kconfig_p.h 2021-03-06 00:35:09.000000000 +0100 ++++ kconfig-5.62.0git.20210306T013509~d5ca63b/src/core/kconfig_p.h 2021-03-08 00:03:57.177743371 +0100 +@@ -34,6 +34,7 @@ bool canWriteEntry(const QByteArray &group, const char *key, bool isDefault = false) const; 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; @@ -35,11 +35,11 @@ void putData(const QByteArray &group, const char *key, const QByteArray &value, KConfigBase::WriteConfigFlags flags, bool expand = false); void revertEntry(const QByteArray &group, const char *key, KConfigBase::WriteConfigFlags flags); -Index: kconfig-5.62.0git.20210224T053832~505909e/src/core/kconfigdata.h +Index: kconfig-5.62.0git.20210306T013509~d5ca63b/src/core/kconfigdata.h =================================================================== ---- kconfig-5.62.0git.20210224T053832~505909e.orig/src/core/kconfigdata.h -+++ kconfig-5.62.0git.20210224T053832~505909e/src/core/kconfigdata.h -@@ -192,6 +192,20 @@ public: +--- kconfig-5.62.0git.20210306T013509~d5ca63b.orig/src/core/kconfigdata.h 2021-03-06 00:35:09.000000000 +0100 ++++ kconfig-5.62.0git.20210306T013509~d5ca63b/src/core/kconfigdata.h 2021-03-08 00:03:57.177743371 +0100 +@@ -192,6 +192,20 @@ Iterator findEntry(const QByteArray &group, const QByteArray &key = QByteArray(), SearchFlags flags = SearchFlags()); @@ -60,11 +60,11 @@ ConstIterator findEntry(const QByteArray &group, const QByteArray &key = QByteArray(), SearchFlags flags = SearchFlags()) const { return constFindEntry(group, key, flags); -Index: kconfig-5.62.0git.20210224T053832~505909e/src/core/kconfiggroup.cpp +Index: kconfig-5.62.0git.20210306T013509~d5ca63b/src/core/kconfiggroup.cpp =================================================================== ---- kconfig-5.62.0git.20210224T053832~505909e.orig/src/core/kconfiggroup.cpp -+++ kconfig-5.62.0git.20210224T053832~505909e/src/core/kconfiggroup.cpp -@@ -1162,6 +1162,18 @@ bool KConfigGroup::hasKey(const char *ke +--- kconfig-5.62.0git.20210306T013509~d5ca63b.orig/src/core/kconfiggroup.cpp 2021-03-06 00:35:09.000000000 +0100 ++++ kconfig-5.62.0git.20210306T013509~d5ca63b/src/core/kconfiggroup.cpp 2021-03-08 00:03:57.177743371 +0100 +@@ -1162,6 +1162,18 @@ return !config()->d_func()->lookupData(d->fullName(), key, flags).isNull(); } @@ -83,11 +83,11 @@ bool KConfigGroup::hasKey(const QString &key) const { return hasKey(key.toUtf8().constData()); -Index: kconfig-5.62.0git.20210224T053832~505909e/src/core/kconfiggroup.h +Index: kconfig-5.62.0git.20210306T013509~d5ca63b/src/core/kconfiggroup.h =================================================================== ---- kconfig-5.62.0git.20210224T053832~505909e.orig/src/core/kconfiggroup.h -+++ kconfig-5.62.0git.20210224T053832~505909e/src/core/kconfiggroup.h -@@ -699,6 +699,11 @@ public: +--- kconfig-5.62.0git.20210306T013509~d5ca63b.orig/src/core/kconfiggroup.h 2021-03-06 00:35:09.000000000 +0100 ++++ kconfig-5.62.0git.20210306T013509~d5ca63b/src/core/kconfiggroup.h 2021-03-08 00:03:57.177743371 +0100 +@@ -699,6 +699,11 @@ */ QMap<QString, QString> entryMap() const; @@ -99,19 +99,19 @@ protected: bool hasGroupImpl(const QByteArray &group) const override; KConfigGroup groupImpl(const QByteArray &b) override; -Index: kconfig-5.62.0git.20210224T053832~505909e/src/core/kdesktopfile.cpp +Index: kconfig-5.62.0git.20210306T013509~d5ca63b/src/core/kdesktopfile.cpp =================================================================== ---- kconfig-5.62.0git.20210224T053832~505909e.orig/src/core/kdesktopfile.cpp -+++ kconfig-5.62.0git.20210224T053832~505909e/src/core/kdesktopfile.cpp -@@ -16,6 +16,7 @@ +--- kconfig-5.62.0git.20210306T013509~d5ca63b.orig/src/core/kdesktopfile.cpp 2021-03-06 00:35:09.000000000 +0100 ++++ kconfig-5.62.0git.20210306T013509~d5ca63b/src/core/kdesktopfile.cpp 2021-03-08 00:03:57.177743371 +0100 +@@ -18,6 +18,7 @@ #include <QFileInfo> #include <QStandardPaths> #include <QUrl> +#include <libintl.h> - #include "kauthorized.h" - #include "kconfig_core_log_settings.h" -@@ -164,6 +165,33 @@ bool KDesktopFile::isAuthorizedDesktopFi + #ifndef Q_OS_WIN + #include <unistd.h> +@@ -166,6 +167,33 @@ return false; } @@ -145,7 +145,7 @@ QString KDesktopFile::readType() const { Q_D(const KDesktopFile); -@@ -178,20 +206,17 @@ QString KDesktopFile::readIcon() const +@@ -180,20 +208,17 @@ QString KDesktopFile::readName() const { @@ -169,11 +169,11 @@ } QString KDesktopFile::readPath() const -Index: kconfig-5.62.0git.20210224T053832~505909e/src/core/kdesktopfile.h +Index: kconfig-5.62.0git.20210306T013509~d5ca63b/src/core/kdesktopfile.h =================================================================== ---- kconfig-5.62.0git.20210224T053832~505909e.orig/src/core/kdesktopfile.h -+++ kconfig-5.62.0git.20210224T053832~505909e/src/core/kdesktopfile.h -@@ -243,6 +243,9 @@ protected: +--- kconfig-5.62.0git.20210306T013509~d5ca63b.orig/src/core/kdesktopfile.h 2021-03-06 00:35:09.000000000 +0100 ++++ kconfig-5.62.0git.20210306T013509~d5ca63b/src/core/kdesktopfile.h 2021-03-08 00:03:57.177743371 +0100 +@@ -243,6 +243,9 @@ */ // virtual void virtual_hook( int id, void* data ); private:
