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-03-16 15:40:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kconfig (Old)
 and      /work/SRC/openSUSE:Factory/.kconfig.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kconfig"

Tue Mar 16 15:40:10 2021 rev:92 rq:878789 version:5.80.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kconfig/kconfig.changes  2021-02-17 
18:11:37.801945023 +0100
+++ /work/SRC/openSUSE:Factory/.kconfig.new.2401/kconfig.changes        
2021-03-16 15:41:18.900740530 +0100
@@ -1,0 +2,13 @@
+Sun Mar  7 09:26:38 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.80.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.80.0
+- Changes since 5.79.0:
+  * Add missing QTextStream::setCodec ifdef
+  * Make QByteArray -> char* conversion explicit
+  * Add KEntryMap::constFindEntry() method
+  * Fix window positioning regression due to incorrect fallback in fallback 
(kde#432661)
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kconfig.spec ++++++
--- /var/tmp/diff_new_pack.JSiNm4/_old  2021-03-16 15:41:19.864742073 +0100
+++ /var/tmp/diff_new_pack.JSiNm4/_new  2021-03-16 15:41:19.864742073 +0100
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.79
+%define _tar_path 5.80
 # 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.79.0
+Version:        5.80.0
 Release:        0
 Summary:        Advanced configuration system
 License:        LGPL-2.1-or-later AND GPL-2.0-or-later


++++++ kconfig-5.79.0.tar.xz -> kconfig-5.80.0.tar.xz ++++++
++++ 68699 lines of diff (skipped)

++++++ kconfig-desktop-translations.patch ++++++
--- /var/tmp/diff_new_pack.JSiNm4/_old  2021-03-16 15:41:20.096742444 +0100
+++ /var/tmp/diff_new_pack.JSiNm4/_new  2021-03-16 15:41:20.096742444 +0100
@@ -1,9 +1,9 @@
-Index: kconfig-5.56.0git.20200707T205951~5d73eed/src/core/kconfig.cpp
+Index: kconfig-5.62.0git.20210224T053832~505909e/src/core/kconfig.cpp
 ===================================================================
---- 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;
+--- 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
+     }
  }
  
 +QByteArray KConfigPrivate::lookupExactData(const QByteArray &group, const 
char *key,
@@ -19,28 +19,29 @@
 +    return it->mValue;
 +}
 +
- QString KConfigPrivate::lookupData(const QByteArray &group, const char *key,
-                                    KEntryMap::SearchFlags flags, bool 
*expand) const
++
+ QByteArray KConfigPrivate::lookupData(const QByteArray &group, const char 
*key, KEntryMap::SearchFlags flags) const
  {
-Index: kconfig-5.56.0git.20200707T205951~5d73eed/src/core/kconfig_p.h
+     if (bReadDefaults) {
+Index: kconfig-5.62.0git.20210224T053832~505909e/src/core/kconfig_p.h
 ===================================================================
---- 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;
+--- 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:
+     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;
 +    QByteArray lookupExactData(const QByteArray &group, const char *key, 
KEntryMap::SearchFlags flags) const;
  
-     void putData(const QByteArray &group, const char *key, const QByteArray 
&value,
-                  KConfigBase::WriteConfigFlags flags, bool expand = false);
-Index: kconfig-5.56.0git.20200707T205951~5d73eed/src/core/kconfigdata.h
-===================================================================
---- 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());
+     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
+===================================================================
+--- 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:
+ 
+     Iterator findEntry(const QByteArray &group, const QByteArray &key = 
QByteArray(), SearchFlags flags = SearchFlags());
  
 +    ConstIterator findExactEntry(const QByteArray &group, const QByteArray 
&key = QByteArray(),
 +                            SearchFlags flags = SearchFlags()) const
@@ -55,14 +56,15 @@
 +        return find(theKey);
 +    }
 +
-     Iterator findEntry(const QByteArray &group, const QByteArray &key = 
QByteArray(),
-                        SearchFlags flags = SearchFlags());
- 
-Index: kconfig-5.56.0git.20200707T205951~5d73eed/src/core/kconfiggroup.cpp
-===================================================================
---- 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 @@
++
+     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
+===================================================================
+--- 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
      return !config()->d_func()->lookupData(d->fullName(), key, 
flags).isNull();
  }
  
@@ -81,11 +83,11 @@
  bool KConfigGroup::hasKey(const QString &key) const
  {
      return hasKey(key.toUtf8().constData());
-Index: kconfig-5.56.0git.20200707T205951~5d73eed/src/core/kconfiggroup.h
+Index: kconfig-5.62.0git.20210224T053832~505909e/src/core/kconfiggroup.h
 ===================================================================
---- 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 @@
+--- 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:
       */
      QMap<QString, QString> entryMap() const;
  
@@ -97,19 +99,19 @@
  protected:
      bool hasGroupImpl(const QByteArray &group) const override;
      KConfigGroup groupImpl(const QByteArray &b) override;
-Index: kconfig-5.56.0git.20200707T205951~5d73eed/src/core/kdesktopfile.cpp
+Index: kconfig-5.62.0git.20210224T053832~505909e/src/core/kdesktopfile.cpp
 ===================================================================
---- 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
+--- 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 @@
  #include <QFileInfo>
- #include <QUrl>
  #include <QStandardPaths>
+ #include <QUrl>
 +#include <libintl.h>
  
  #include "kauthorized.h"
- #include "kconfig_p.h"
-@@ -161,6 +162,33 @@
+ #include "kconfig_core_log_settings.h"
+@@ -164,6 +165,33 @@ bool KDesktopFile::isAuthorizedDesktopFi
      return false;
  }
  
@@ -143,7 +145,7 @@
  QString KDesktopFile::readType() const
  {
      Q_D(const KDesktopFile);
-@@ -175,20 +203,17 @@
+@@ -178,20 +206,17 @@ QString KDesktopFile::readIcon() const
  
  QString KDesktopFile::readName() const
  {
@@ -167,14 +169,15 @@
  }
  
  QString KDesktopFile::readPath() const
-Index: kconfig-5.56.0git.20200707T205951~5d73eed/src/core/kdesktopfile.h
+Index: kconfig-5.62.0git.20210224T053832~505909e/src/core/kdesktopfile.h
 ===================================================================
---- 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 );
+--- 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:
+     */
+     //  virtual void virtual_hook( int id, void* data );
  private:
- 
++
 +    QString translatedEntry(const char *) const;
 +
      Q_DISABLE_COPY(KDesktopFile)

Reply via email to