Hello community,

here is the log from the commit of package kconfig for openSUSE:Factory checked 
in at 2020-08-12 12:23:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kconfig (Old)
 and      /work/SRC/openSUSE:Factory/.kconfig.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kconfig"

Wed Aug 12 12:23:21 2020 rev:85 rq:825060 version:5.73.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kconfig/kconfig.changes  2020-07-14 
07:52:47.564527456 +0200
+++ /work/SRC/openSUSE:Factory/.kconfig.new.3399/kconfig.changes        
2020-08-12 12:25:04.260157098 +0200
@@ -1,0 +2,14 @@
+Sun Aug  2 07:13:09 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.73.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.73.0
+- Changes since 5.72.0:
+  * Update sGlobalFileName when QStandardPaths TestMode is toggled
+  * API dox: state explicitly expected encoding for KConfig key & group names
+  * Fix test when build with EXCLUDE_DEPRECATED_BEFORE_AND_AT=CURRENT
+  * Use KF-standardized Qt logging categories
+  * Use camelcase include. (scripted)
+
+-------------------------------------------------------------------

Old:
----
  kconfig-5.72.0.tar.xz
  kconfig-5.72.0.tar.xz.sig

New:
----
  kconfig-5.73.0.tar.xz
  kconfig-5.73.0.tar.xz.sig

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

Other differences:
------------------
++++++ kconfig.spec ++++++
--- /var/tmp/diff_new_pack.CpUQ49/_old  2020-08-12 12:25:04.764157429 +0200
+++ /var/tmp/diff_new_pack.CpUQ49/_new  2020-08-12 12:25:04.768157432 +0200
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.72
+%define _tar_path 5.73
 # 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.72.0
+Version:        5.73.0
 Release:        0
 Summary:        Advanced configuration system
 License:        LGPL-2.1-or-later AND GPL-2.0-or-later
@@ -158,6 +158,7 @@
 %doc README*
 %{_kf5_bindir}/k*config5
 %{_kf5_debugdir}/kconfig.categories
+%{_kf5_debugdir}/*.renamecategories
 %{_kf5_libdir}/libKF5ConfigCore.so.*
 
 %files -n libKF5ConfigGui%{sonum}


++++++ kconfig-5.72.0.tar.xz -> kconfig-5.73.0.tar.xz ++++++
++++ 1916 lines of diff (skipped)

++++++ kconfig-desktop-translations.patch ++++++
--- /var/tmp/diff_new_pack.CpUQ49/_old  2020-08-12 12:25:04.960157558 +0200
+++ /var/tmp/diff_new_pack.CpUQ49/_new  2020-08-12 12:25:04.964157561 +0200
@@ -1,8 +1,8 @@
-Index: kconfig-5.44.0git.20180504T173454~5625e0d/src/core/kconfig.cpp
+Index: kconfig-5.56.0git.20200707T205951~5d73eed/src/core/kconfig.cpp
 ===================================================================
---- kconfig-5.44.0git.20180504T173454~5625e0d.orig/src/core/kconfig.cpp
-+++ kconfig-5.44.0git.20180504T173454~5625e0d/src/core/kconfig.cpp
-@@ -983,6 +983,19 @@ QByteArray KConfigPrivate::lookupData(co
+--- kconfig-5.56.0git.20200707T205951~5d73eed.orig/src/core/kconfig.cpp        
2020-07-09 21:59:24.050802383 +0200
++++ kconfig-5.56.0git.20200707T205951~5d73eed/src/core/kconfig.cpp     
2020-07-09 21:59:31.144977640 +0200
+@@ -1001,6 +1001,19 @@
      return it->mValue;
  }
  
@@ -22,11 +22,11 @@
  QString KConfigPrivate::lookupData(const QByteArray &group, const char *key,
                                     KEntryMap::SearchFlags flags, bool 
*expand) const
  {
-Index: kconfig-5.44.0git.20180504T173454~5625e0d/src/core/kconfig_p.h
+Index: kconfig-5.56.0git.20200707T205951~5d73eed/src/core/kconfig_p.h
 ===================================================================
---- kconfig-5.44.0git.20180504T173454~5625e0d.orig/src/core/kconfig_p.h
-+++ kconfig-5.44.0git.20180504T173454~5625e0d/src/core/kconfig_p.h
-@@ -47,6 +47,7 @@ public:
+--- kconfig-5.56.0git.20200707T205951~5d73eed.orig/src/core/kconfig_p.h        
2020-07-09 21:59:24.050802383 +0200
++++ kconfig-5.56.0git.20200707T205951~5d73eed/src/core/kconfig_p.h     
2020-07-09 21:59:31.144977640 +0200
+@@ -34,6 +34,7 @@
      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;
@@ -34,11 +34,11 @@
  
      void putData(const QByteArray &group, const char *key, const QByteArray 
&value,
                   KConfigBase::WriteConfigFlags flags, bool expand = false);
-Index: kconfig-5.44.0git.20180504T173454~5625e0d/src/core/kconfigdata.h
+Index: kconfig-5.56.0git.20200707T205951~5d73eed/src/core/kconfigdata.h
 ===================================================================
---- kconfig-5.44.0git.20180504T173454~5625e0d.orig/src/core/kconfigdata.h
-+++ kconfig-5.44.0git.20180504T173454~5625e0d/src/core/kconfigdata.h
-@@ -180,6 +180,19 @@ public:
+--- kconfig-5.56.0git.20200707T205951~5d73eed.orig/src/core/kconfigdata.h      
2020-07-09 21:59:24.050802383 +0200
++++ kconfig-5.56.0git.20200707T205951~5d73eed/src/core/kconfigdata.h   
2020-07-09 21:59:31.144977640 +0200
+@@ -175,6 +175,19 @@
      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());
  
-Index: kconfig-5.44.0git.20180504T173454~5625e0d/src/core/kconfiggroup.cpp
+Index: kconfig-5.56.0git.20200707T205951~5d73eed/src/core/kconfiggroup.cpp
 ===================================================================
---- kconfig-5.44.0git.20180504T173454~5625e0d.orig/src/core/kconfiggroup.cpp
-+++ kconfig-5.44.0git.20180504T173454~5625e0d/src/core/kconfiggroup.cpp
-@@ -1201,6 +1201,18 @@ bool KConfigGroup::hasKey(const char *ke
+--- kconfig-5.56.0git.20200707T205951~5d73eed.orig/src/core/kconfiggroup.cpp   
2020-07-09 21:59:24.050802383 +0200
++++ kconfig-5.56.0git.20200707T205951~5d73eed/src/core/kconfiggroup.cpp        
2020-07-09 21:59:31.144977640 +0200
+@@ -1199,6 +1199,18 @@
      return !config()->d_func()->lookupData(d->fullName(), key, 
flags).isNull();
  }
  
@@ -81,11 +81,11 @@
  bool KConfigGroup::hasKey(const QString &key) const
  {
      return hasKey(key.toUtf8().constData());
-Index: kconfig-5.44.0git.20180504T173454~5625e0d/src/core/kconfiggroup.h
+Index: kconfig-5.56.0git.20200707T205951~5d73eed/src/core/kconfiggroup.h
 ===================================================================
---- kconfig-5.44.0git.20180504T173454~5625e0d.orig/src/core/kconfiggroup.h
-+++ kconfig-5.44.0git.20180504T173454~5625e0d/src/core/kconfiggroup.h
-@@ -623,6 +623,11 @@ public:
+--- kconfig-5.56.0git.20200707T205951~5d73eed.orig/src/core/kconfiggroup.h     
2020-07-09 21:59:24.050802383 +0200
++++ kconfig-5.56.0git.20200707T205951~5d73eed/src/core/kconfiggroup.h  
2020-07-09 21:59:31.144977640 +0200
+@@ -618,6 +618,11 @@
       */
      QMap<QString, QString> entryMap() const;
  
@@ -97,19 +97,19 @@
  protected:
      bool hasGroupImpl(const QByteArray &group) const override;
      KConfigGroup groupImpl(const QByteArray &b) override;
-Index: kconfig-5.44.0git.20180504T173454~5625e0d/src/core/kdesktopfile.cpp
+Index: kconfig-5.56.0git.20200707T205951~5d73eed/src/core/kdesktopfile.cpp
 ===================================================================
---- kconfig-5.44.0git.20180504T173454~5625e0d.orig/src/core/kdesktopfile.cpp
-+++ kconfig-5.44.0git.20180504T173454~5625e0d/src/core/kdesktopfile.cpp
-@@ -29,6 +29,7 @@
+--- kconfig-5.56.0git.20200707T205951~5d73eed.orig/src/core/kdesktopfile.cpp   
2020-07-09 21:59:24.050802383 +0200
++++ kconfig-5.56.0git.20200707T205951~5d73eed/src/core/kdesktopfile.cpp        
2020-07-09 22:00:19.867388971 +0200
+@@ -16,6 +16,7 @@
  #include <QFileInfo>
  #include <QUrl>
- #include <qstandardpaths.h>
+ #include <QStandardPaths>
 +#include <libintl.h>
  
  #include "kauthorized.h"
  #include "kconfig_p.h"
-@@ -169,6 +170,33 @@ bool KDesktopFile::isAuthorizedDesktopFi
+@@ -161,6 +162,33 @@
      return false;
  }
  
@@ -143,7 +143,7 @@
  QString KDesktopFile::readType() const
  {
      Q_D(const KDesktopFile);
-@@ -183,20 +211,17 @@ QString KDesktopFile::readIcon() const
+@@ -175,20 +203,17 @@
  
  QString KDesktopFile::readName() const
  {
@@ -167,11 +167,11 @@
  }
  
  QString KDesktopFile::readPath() const
-Index: kconfig-5.44.0git.20180504T173454~5625e0d/src/core/kdesktopfile.h
+Index: kconfig-5.56.0git.20200707T205951~5d73eed/src/core/kdesktopfile.h
 ===================================================================
---- kconfig-5.44.0git.20180504T173454~5625e0d.orig/src/core/kdesktopfile.h
-+++ kconfig-5.44.0git.20180504T173454~5625e0d/src/core/kdesktopfile.h
-@@ -255,6 +255,8 @@ protected:
+--- kconfig-5.56.0git.20200707T205951~5d73eed.orig/src/core/kdesktopfile.h     
2020-07-09 21:59:24.050802383 +0200
++++ kconfig-5.56.0git.20200707T205951~5d73eed/src/core/kdesktopfile.h  
2020-07-09 21:59:31.144977640 +0200
+@@ -244,6 +244,8 @@
  //  virtual void virtual_hook( int id, void* data );
  private:
  


Reply via email to