Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kconfig for openSUSE:Factory checked 
in at 2022-03-14 19:34:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kconfig (Old)
 and      /work/SRC/openSUSE:Factory/.kconfig.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kconfig"

Mon Mar 14 19:34:14 2022 rev:104 rq:961229 version:5.92.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kconfig/kconfig.changes  2022-02-24 
18:21:28.054690134 +0100
+++ /work/SRC/openSUSE:Factory/.kconfig.new.25692/kconfig.changes       
2022-03-14 19:35:29.382012959 +0100
@@ -1,0 +2,19 @@
+Mon Mar  7 09:26:45 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.92.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.92.0
+- Changes since 5.91.0:
+  * Remove broken Python bindings generation
+  * Add KWindowStateSaver
+  * Remove warning from kauthorized.h
+  * KConfigCompiler: support ItemAccessors=true with signalling items
+  * Add Qt6 Android CI
+  * Use our deprecation macros rather than Q_DECL_DEPRECATED directly
+  * KConfigPropertyMap: Clean up internal leftovers of autosave feature
+  * QMake pri files: fix missing new path to version header
+  * Support build without Qt session manager
+  * Add KConfig GUI logging category
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kconfig.spec ++++++
--- /var/tmp/diff_new_pack.5HfarH/_old  2022-03-14 19:35:29.990013688 +0100
+++ /var/tmp/diff_new_pack.5HfarH/_new  2022-03-14 19:35:29.994013693 +0100
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.91
+%define _tar_path 5.92
 # 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 released
 Name:           kconfig
-Version:        5.91.0
+Version:        5.92.0
 Release:        0
 Summary:        Advanced configuration system
 License:        LGPL-2.1-or-later AND GPL-2.0-or-later
@@ -43,14 +43,15 @@
 BuildRequires:  cmake(Qt5Core) >= 5.15.0
 BuildRequires:  cmake(Qt5DBus) >= 5.15.0
 BuildRequires:  cmake(Qt5Gui) >= 5.15.0
+BuildRequires:  cmake(Qt5Qml) >= 5.15.0
 BuildRequires:  cmake(Qt5Xml) >= 5.15.0
 %if %{with released}
 BuildRequires:  cmake(Qt5LinguistTools) >= 5.15.0
 %endif
 
 %description
-KConfig provides an advanced configuration system. It is made of two parts:
-KConfigCore and KConfigGui.
+KConfig provides an advanced configuration system. It is made of three parts:
+KConfigCore, KConfigGui and KConfigQml.
 
 KConfigCore provides access to the configuration files themselves. It features:
 
@@ -63,6 +64,8 @@
 automatically initialized from the configuration and automatically propagate
 their changes to their respective configuration files.
 
+KConfigQml provides QtQuick bindings to KConfig, allowing it to be used with 
QML.
+
 %package -n libKF5ConfigCore%{sonum}
 Summary:        System for configuration files
 Group:          System/GUI/KDE
@@ -88,6 +91,19 @@
 automatically initialized from the configuration and automatically propagate
 their changes to their respective configuration files.
 
+%package -n libKF5ConfigQml%{sonum}
+Summary:        QtQuick bindings for configuration entities
+Group:          System/GUI/KDE
+%requires_ge    libKF5ConfigCore5
+%requires_ge    libKF5ConfigGui5
+%requires_ge    libQt5Core5
+%requires_ge    libQt5Gui5
+%requires_ge    libQt5Xml5
+
+%description -n libKF5ConfigQml%{sonum}
+KConfigQml provides QtQuick bindings to KConfig, which allows using the 
library with
+QML.
+
 %package -n kconf_update5
 Summary:        Configuration file access
 Group:          System/GUI/KDE
@@ -106,6 +122,7 @@
 Requires:       kconf_update5 = %{version}
 Requires:       libKF5ConfigCore%{sonum} = %{version}
 Requires:       libKF5ConfigGui%{sonum} = %{version}
+Requires:       libKF5ConfigQml%{sonum} = %{version}
 Requires:       cmake(Qt5DBus) >= 5.15.0
 Requires:       cmake(Qt5Xml) >= 5.15.0
 
@@ -145,6 +162,8 @@
 %postun -n libKF5ConfigCore%{sonum} -p /sbin/ldconfig
 %post -n libKF5ConfigGui%{sonum} -p /sbin/ldconfig
 %postun -n libKF5ConfigGui%{sonum} -p /sbin/ldconfig
+%post -n libKF5ConfigQml%{sonum} -p /sbin/ldconfig
+%postun -n libKF5ConfigQml%{sonum} -p /sbin/ldconfig
 
 %if %{with released}
 %files -n libKF5ConfigCore%{sonum}-lang -f %{name}5.lang
@@ -162,6 +181,10 @@
 %doc README*
 %{_kf5_libdir}/libKF5ConfigGui.so.*
 
+%files -n libKF5ConfigQml%{sonum}
+%doc README*
+%{_kf5_libdir}/libKF5ConfigQml.so.*
+
 %files -n kconf_update5
 %doc README*
 %dir %{_kf5_libexecdir}
@@ -172,6 +195,7 @@
 %{_kf5_libdir}/cmake/KF5Config/
 %{_kf5_libdir}/libKF5ConfigCore.so
 %{_kf5_libdir}/libKF5ConfigGui.so
+%{_kf5_libdir}/libKF5ConfigQml.so
 %{_kf5_libexecdir}/kconfig_compiler_kf5
 %{_kf5_mkspecsdir}/qt_KConfigCore.pri
 %{_kf5_mkspecsdir}/qt_KConfigGui.pri


++++++ kconfig-5.91.0.tar.xz -> kconfig-5.92.0.tar.xz ++++++
++++ 1825 lines of diff (skipped)

Reply via email to