Hello community,

here is the log from the commit of package kconfig for openSUSE:Factory checked 
in at 2018-05-18 14:19:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kconfig (Old)
 and      /work/SRC/openSUSE:Factory/.kconfig.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kconfig"

Fri May 18 14:19:28 2018 rev:55 rq:607542 version:5.46.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kconfig/kconfig.changes  2018-04-19 
15:15:45.736282832 +0200
+++ /work/SRC/openSUSE:Factory/.kconfig.new/kconfig.changes     2018-05-18 
14:20:20.147033863 +0200
@@ -1,0 +2,13 @@
+Sun May 13 21:03:00 UTC 2018 - [email protected]
+
+- Update to 5.46.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.46.0.php
+- Changes since 5.45.0:
+  * Use override
+  * Warning--
+- Refreshed patches:
+  * kconfig-desktop-translations.patch
+
+-------------------------------------------------------------------

Old:
----
  kconfig-5.45.0.tar.xz

New:
----
  kconfig-5.46.0.tar.xz

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

Other differences:
------------------
++++++ kconfig.spec ++++++
--- /var/tmp/diff_new_pack.ZwPtnd/_old  2018-05-18 14:20:20.819009203 +0200
+++ /var/tmp/diff_new_pack.ZwPtnd/_new  2018-05-18 14:20:20.823009056 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define sonum   5
-%define _tar_path 5.45
+%define _tar_path 5.46
 # 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: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:           kconfig
-Version:        5.45.0
+Version:        5.46.0
 Release:        0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}

++++++ kconfig-5.45.0.tar.xz -> kconfig-5.46.0.tar.xz ++++++
++++ 2190 lines of diff (skipped)

++++++ kconfig-desktop-translations.patch ++++++
--- /var/tmp/diff_new_pack.ZwPtnd/_old  2018-05-18 14:20:21.070999955 +0200
+++ /var/tmp/diff_new_pack.ZwPtnd/_new  2018-05-18 14:20:21.070999955 +0200
@@ -1,7 +1,7 @@
-Index: kconfig-5.45.0/src/core/kconfig.cpp
+Index: kconfig-5.46.0/src/core/kconfig.cpp
 ===================================================================
---- kconfig-5.45.0.orig/src/core/kconfig.cpp
-+++ kconfig-5.45.0/src/core/kconfig.cpp
+--- kconfig-5.46.0.orig/src/core/kconfig.cpp
++++ kconfig-5.46.0/src/core/kconfig.cpp
 @@ -983,6 +983,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
  {
-Index: kconfig-5.45.0/src/core/kconfig_p.h
+Index: kconfig-5.46.0/src/core/kconfig_p.h
 ===================================================================
---- kconfig-5.45.0.orig/src/core/kconfig_p.h
-+++ kconfig-5.45.0/src/core/kconfig_p.h
+--- kconfig-5.46.0.orig/src/core/kconfig_p.h
++++ kconfig-5.46.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);
-Index: kconfig-5.45.0/src/core/kconfigdata.h
+Index: kconfig-5.46.0/src/core/kconfigdata.h
 ===================================================================
---- kconfig-5.45.0.orig/src/core/kconfigdata.h
-+++ kconfig-5.45.0/src/core/kconfigdata.h
+--- kconfig-5.46.0.orig/src/core/kconfigdata.h
++++ kconfig-5.46.0/src/core/kconfigdata.h
 @@ -180,6 +180,19 @@ public:
      Iterator findExactEntry(const QByteArray &group, const QByteArray &key = 
QByteArray(),
                              SearchFlags flags = SearchFlags());
@@ -58,10 +58,10 @@
      Iterator findEntry(const QByteArray &group, const QByteArray &key = 
QByteArray(),
                         SearchFlags flags = SearchFlags());
  
-Index: kconfig-5.45.0/src/core/kconfiggroup.cpp
+Index: kconfig-5.46.0/src/core/kconfiggroup.cpp
 ===================================================================
---- kconfig-5.45.0.orig/src/core/kconfiggroup.cpp
-+++ kconfig-5.45.0/src/core/kconfiggroup.cpp
+--- kconfig-5.46.0.orig/src/core/kconfiggroup.cpp
++++ kconfig-5.46.0/src/core/kconfiggroup.cpp
 @@ -1201,6 +1201,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());
-Index: kconfig-5.45.0/src/core/kconfiggroup.h
+Index: kconfig-5.46.0/src/core/kconfiggroup.h
 ===================================================================
---- kconfig-5.45.0.orig/src/core/kconfiggroup.h
-+++ kconfig-5.45.0/src/core/kconfiggroup.h
+--- kconfig-5.46.0.orig/src/core/kconfiggroup.h
++++ kconfig-5.46.0/src/core/kconfiggroup.h
 @@ -623,6 +623,11 @@ public:
       */
      QMap<QString, QString> entryMap() const;
@@ -95,12 +95,12 @@
 +    bool hasTranslatedKey(const char *key) const;
 +
  protected:
-     bool hasGroupImpl(const QByteArray &group) const Q_DECL_OVERRIDE;
-     KConfigGroup groupImpl(const QByteArray &b) Q_DECL_OVERRIDE;
-Index: kconfig-5.45.0/src/core/kdesktopfile.cpp
+     bool hasGroupImpl(const QByteArray &group) const override;
+     KConfigGroup groupImpl(const QByteArray &b) override;
+Index: kconfig-5.46.0/src/core/kdesktopfile.cpp
 ===================================================================
---- kconfig-5.45.0.orig/src/core/kdesktopfile.cpp
-+++ kconfig-5.45.0/src/core/kdesktopfile.cpp
+--- kconfig-5.46.0.orig/src/core/kdesktopfile.cpp
++++ kconfig-5.46.0/src/core/kdesktopfile.cpp
 @@ -29,6 +29,7 @@
  #include <QFileInfo>
  #include <QUrl>
@@ -167,10 +167,10 @@
  }
  
  QString KDesktopFile::readPath() const
-Index: kconfig-5.45.0/src/core/kdesktopfile.h
+Index: kconfig-5.46.0/src/core/kdesktopfile.h
 ===================================================================
---- kconfig-5.45.0.orig/src/core/kdesktopfile.h
-+++ kconfig-5.45.0/src/core/kdesktopfile.h
+--- kconfig-5.46.0.orig/src/core/kdesktopfile.h
++++ kconfig-5.46.0/src/core/kdesktopfile.h
 @@ -255,6 +255,8 @@ protected:
  //  virtual void virtual_hook( int id, void* data );
  private:


Reply via email to