Hello community, here is the log from the commit of package kconfig for openSUSE:Factory checked in at 2017-07-17 10:22:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kconfig (Old) and /work/SRC/openSUSE:Factory/.kconfig.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kconfig" Mon Jul 17 10:22:07 2017 rev:45 rq:509889 version:5.36.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kconfig/kconfig.changes 2017-07-05 23:49:38.306606374 +0200 +++ /work/SRC/openSUSE:Factory/.kconfig.new/kconfig.changes 2017-07-17 10:22:45.858677178 +0200 @@ -1,0 +2,11 @@ +Wed Jul 12 07:13:59 CEST 2017 - [email protected] + +- Update to 5.36.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.36.0.php +- Changes since 5.35.0: + * Fix for CMake 3.9. + * [FEATURE] Option to build & install QCH file with the public API dox + +------------------------------------------------------------------- Old: ---- kconfig-5.35.0.tar.xz New: ---- kconfig-5.36.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kconfig.spec ++++++ --- /var/tmp/diff_new_pack.mUDFm1/_old 2017-07-17 10:22:46.354607267 +0200 +++ /var/tmp/diff_new_pack.mUDFm1/_new 2017-07-17 10:22:46.354607267 +0200 @@ -18,9 +18,9 @@ %bcond_without lang %define sonum 5 -%define _tar_path 5.35 +%define _tar_path 5.36 Name: kconfig -Version: 5.35.0 +Version: 5.36.0 Release: 0 BuildRequires: cmake >= 3.0 BuildRequires: extra-cmake-modules >= %{_tar_path} ++++++ kconfig-5.35.0.tar.xz -> kconfig-5.36.0.tar.xz ++++++ ++++ 1824 lines of diff (skipped) ++++++ kconfig-desktop-translations.patch ++++++ --- /var/tmp/diff_new_pack.mUDFm1/_old 2017-07-17 10:22:46.558578514 +0200 +++ /var/tmp/diff_new_pack.mUDFm1/_new 2017-07-17 10:22:46.562577949 +0200 @@ -1,8 +1,8 @@ -diff --git a/src/core/kconfig.cpp b/src/core/kconfig.cpp -index 3819716..17f9fa4 100644 ---- a/src/core/kconfig.cpp -+++ b/src/core/kconfig.cpp -@@ -956,6 +956,19 @@ QByteArray KConfigPrivate::lookupData(const QByteArray &group, const char *key, +Index: kconfig-5.36.0/src/core/kconfig.cpp +=================================================================== +--- kconfig-5.36.0.orig/src/core/kconfig.cpp ++++ kconfig-5.36.0/src/core/kconfig.cpp +@@ -982,6 +982,19 @@ QByteArray KConfigPrivate::lookupData(co return it->mValue; } @@ -22,10 +22,10 @@ QString KConfigPrivate::lookupData(const QByteArray &group, const char *key, KEntryMap::SearchFlags flags, bool *expand) const { -diff --git a/src/core/kconfig_p.h b/src/core/kconfig_p.h -index b93c816..27c28f4 100644 ---- a/src/core/kconfig_p.h -+++ b/src/core/kconfig_p.h +Index: kconfig-5.36.0/src/core/kconfig_p.h +=================================================================== +--- kconfig-5.36.0.orig/src/core/kconfig_p.h ++++ kconfig-5.36.0/src/core/kconfig_p.h @@ -47,6 +47,7 @@ public: QString lookupData(const QByteArray &group, const char *key, KEntryMap::SearchFlags flags, bool *expand) const; @@ -34,10 +34,10 @@ void putData(const QByteArray &group, const char *key, const QByteArray &value, KConfigBase::WriteConfigFlags flags, bool expand = false); -diff --git a/src/core/kconfigdata.h b/src/core/kconfigdata.h -index 3b70c24..2d5031a 100644 ---- a/src/core/kconfigdata.h -+++ b/src/core/kconfigdata.h +Index: kconfig-5.36.0/src/core/kconfigdata.h +=================================================================== +--- kconfig-5.36.0.orig/src/core/kconfigdata.h ++++ kconfig-5.36.0/src/core/kconfigdata.h @@ -180,6 +180,19 @@ public: Iterator findExactEntry(const QByteArray &group, const QByteArray &key = QByteArray(), SearchFlags flags = SearchFlags()); @@ -58,11 +58,11 @@ Iterator findEntry(const QByteArray &group, const QByteArray &key = QByteArray(), SearchFlags flags = SearchFlags()); -diff --git a/src/core/kconfiggroup.cpp b/src/core/kconfiggroup.cpp -index e09d602..b214519 100644 ---- a/src/core/kconfiggroup.cpp -+++ b/src/core/kconfiggroup.cpp -@@ -1185,6 +1185,18 @@ bool KConfigGroup::hasKey(const char *key) const +Index: kconfig-5.36.0/src/core/kconfiggroup.cpp +=================================================================== +--- kconfig-5.36.0.orig/src/core/kconfiggroup.cpp ++++ kconfig-5.36.0/src/core/kconfiggroup.cpp +@@ -1174,6 +1174,18 @@ bool KConfigGroup::hasKey(const char *ke return !config()->d_func()->lookupData(d->fullName(), key, flags).isNull(); } @@ -81,10 +81,10 @@ bool KConfigGroup::hasKey(const QString &key) const { return hasKey(key.toUtf8().constData()); -diff --git a/src/core/kconfiggroup.h b/src/core/kconfiggroup.h -index 9ddf886..fb7ea3b 100644 ---- a/src/core/kconfiggroup.h -+++ b/src/core/kconfiggroup.h +Index: kconfig-5.36.0/src/core/kconfiggroup.h +=================================================================== +--- kconfig-5.36.0.orig/src/core/kconfiggroup.h ++++ kconfig-5.36.0/src/core/kconfiggroup.h @@ -623,6 +623,11 @@ public: */ QMap<QString, QString> entryMap() const; @@ -97,10 +97,10 @@ protected: bool hasGroupImpl(const QByteArray &group) const Q_DECL_OVERRIDE; KConfigGroup groupImpl(const QByteArray &b) Q_DECL_OVERRIDE; -diff --git a/src/core/kdesktopfile.cpp b/src/core/kdesktopfile.cpp -index 254b59a..f96d158 100644 ---- a/src/core/kdesktopfile.cpp -+++ b/src/core/kdesktopfile.cpp +Index: kconfig-5.36.0/src/core/kdesktopfile.cpp +=================================================================== +--- kconfig-5.36.0.orig/src/core/kdesktopfile.cpp ++++ kconfig-5.36.0/src/core/kdesktopfile.cpp @@ -29,6 +29,7 @@ #include <QtCore/QFileInfo> #include <QUrl> @@ -109,7 +109,7 @@ #include "kauthorized.h" #include "kconfig_p.h" -@@ -169,6 +169,33 @@ bool KDesktopFile::isAuthorizedDesktopFile(const QString &path) +@@ -169,6 +170,33 @@ bool KDesktopFile::isAuthorizedDesktopFi return false; } @@ -143,7 +143,7 @@ QString KDesktopFile::readType() const { Q_D(const KDesktopFile); -@@ -183,20 +209,17 @@ QString KDesktopFile::readIcon() const +@@ -183,20 +211,17 @@ QString KDesktopFile::readIcon() const QString KDesktopFile::readName() const { @@ -167,11 +167,11 @@ } QString KDesktopFile::readPath() const -diff --git a/src/core/kdesktopfile.h b/src/core/kdesktopfile.h -index 2190051..1a11b93 100644 ---- a/src/core/kdesktopfile.h -+++ b/src/core/kdesktopfile.h -@@ -243,6 +243,8 @@ protected: +Index: kconfig-5.36.0/src/core/kdesktopfile.h +=================================================================== +--- kconfig-5.36.0.orig/src/core/kdesktopfile.h ++++ kconfig-5.36.0/src/core/kdesktopfile.h +@@ -250,6 +250,8 @@ protected: // virtual void virtual_hook( int id, void* data ); private:
