Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kcmutils for openSUSE:Factory checked in at 2022-05-16 18:06:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kcmutils (Old) and /work/SRC/openSUSE:Factory/.kcmutils.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kcmutils" Mon May 16 18:06:38 2022 rev:105 rq:977152 version:5.94.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kcmutils/kcmutils.changes 2022-04-11 23:48:03.627881740 +0200 +++ /work/SRC/openSUSE:Factory/.kcmutils.new.1538/kcmutils.changes 2022-05-16 18:08:14.469258389 +0200 @@ -1,0 +2,25 @@ +Tue May 10 08:17:47 UTC 2022 - Christophe Giboudeaux <[email protected]> + +- Update to 5.94.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.94.0 +- Changes since 5.93.0: + * Fix filtering of plugin in KPluginWidget + * Check executables exist in PATH before passing them to QProcess + * KPluginModel: Add method to get KPluginMetaData config object for given plugin id + * Add missing includes + * Add SPDX headers for KPluginProxyModel files + * Download missing licenses + * Add docs for QML components + * KPluginDelegate: Add configTriggered signal + * Refactor QML components of MPluginSelector to have less dependencies and have better layout + * KPluginModel: Add isSaveNeededChanged signal + * Import AboutPlugin dialog from QML + * Expose proxy sort model as private QML API + * Create QML version of KPluginSelector + * Allow consumers to get sort proxy model + * Export the KPluginModel class & make it usable from QML + * Add windows CI + +------------------------------------------------------------------- Old: ---- kcmutils-5.93.0.tar.xz kcmutils-5.93.0.tar.xz.sig New: ---- kcmutils-5.94.0.tar.xz kcmutils-5.94.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kcmutils.spec ++++++ --- /var/tmp/diff_new_pack.WsonCd/_old 2022-05-16 18:08:15.021258912 +0200 +++ /var/tmp/diff_new_pack.WsonCd/_new 2022-05-16 18:08:15.029258919 +0200 @@ -15,16 +15,18 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # +# Internal QML import +%global __requires_exclude qmlimport\\(org\\.kde\\.kcmutils\\.private.*\\) %define lname libKF5KCMUtils5 -%define _tar_path 5.93 +%define _tar_path 5.94 # 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: kcmutils -Version: 5.93.0 +Version: 5.94.0 Release: 0 Summary: Classes to work with KCModules License: LGPL-2.1-or-later @@ -56,6 +58,12 @@ KCMUtils provides various classes to work with KCModules. KCModules can be created with the KConfigWidgets framework. +%package -n libKF5KCMUtilsCore5 +Summary: Core library of classes to work with KCModules + +%description -n libKF5KCMUtilsCore5 +KCMUtils provides various classes to work with KCModules. This package provides the main core library. + %package -n %{lname} Summary: Classes to work with KCModules Group: System/GUI/KDE @@ -65,9 +73,20 @@ KCMUtils provides various classes to work with KCModules. KCModules can be created with the KConfigWidgets framework. +%package imports +Summary: QtQuick bindings for classes to work with KCModules +Requires: %{lname} = %{version} +Requires: libKF5KCMUtilsCore5 = %{version} + +%description imports +KCMUtils provides various classes to work with KCModules. KCModules can be +created with the KConfigWidgets framework. This package provides QtQuick bindings +for the KCMUtils libraries. + %package devel Summary: Build environment for kcmutils, a set of classes to work with KCModules Group: Development/Libraries/KDE +Requires: libKF5KCMUtilsCore5 = %{version} Requires: %{lname} = %{version} Requires: extra-cmake-modules Requires: cmake(KF5ConfigWidgets) >= %{_kf5_bugfix_version} @@ -97,6 +116,9 @@ %post -n %{lname} -p /sbin/ldconfig %postun -n %{lname} -p /sbin/ldconfig +%post -n libKF5KCMUtilsCore5 -p /sbin/ldconfig +%postun -n libKF5KCMUtilsCore5 -p /sbin/ldconfig + %if %{with released} %files -n %{lname}-lang -f %{name}5.lang %endif @@ -110,10 +132,20 @@ %{_kf5_servicetypesdir}/kcmoduleinit.desktop %{_kf5_debugdir}/kcmutils.categories +%files -n libKF5KCMUtilsCore5 +%{_kf5_libdir}/libKF5KCMUtilsCore.so.* + +%files imports +%dir %{_kf5_qmldir}/org +%dir %{_kf5_qmldir}/org/kde/ +%{_kf5_qmldir}/org/kde/kcmutils/ + %files devel %{_kf5_libdir}/libKF5KCMUtils.so +%{_kf5_libdir}/libKF5KCMUtilsCore.so %{_kf5_libdir}/cmake/KF5KCMUtils/ %{_kf5_includedir}/KCMUtils/ +%{_kf5_includedir}/KCMUtilsCore/ %{_kf5_mkspecsdir}/qt_KCMUtils.pri %changelog ++++++ kcmutils-5.93.0.tar.xz -> kcmutils-5.94.0.tar.xz ++++++ ++++ 21016 lines of diff (skipped)
