diff --git a/kcmutils-5.77.0.tar.xz b/kcmutils-5.77.0.tar.xz deleted file mode 100644 index 6a767a0..0000000 --- a/kcmutils-5.77.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:85bc905e156a56042572403dfcf53a653bdee3c87c9c367042048f4761f1e684 -size 257568 diff --git a/kcmutils-5.77.0.tar.xz.sig b/kcmutils-5.77.0.tar.xz.sig deleted file mode 100644 index 42fb923..0000000 --- a/kcmutils-5.77.0.tar.xz.sig +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/LnzQACgkQWNDuZIpI -s7u9XAf+MLvNVzRZX7mgwzsaLayaLgpc6ObMYt2Y1AfeRgq3ycP55qfj21CrSPah -Xexvb8BApqqaxubvF9GerbR/FvkrQtZNavo9pjebV2/OePG5avnNCp6y3a6Zqhx2 -nqicf1K4MZbjxjyqFixnZ/zcL7bTlRbbg/ObldO/dqB3jkrcUEV/z4A7nRjSxpio -Gk3tnXOa9OR5MT+ZU7CoZmAeRMq/1n29bCkFV9zbyFNZC24A7GvgRsPBpttOUDwW -8WLkdGpnF+9e+ceUBVd7p7uHfzvGkE1S6sxHVdTEBa8mEh+8ploYwu/x/VwxLW0Z -2FOIwCnvznBk8lJgakOKgztCc2TZ1g== -=Smgi ------END PGP SIGNATURE----- diff --git a/kcmutils-5.78.0.tar.xz b/kcmutils-5.78.0.tar.xz new file mode 100644 index 0000000..23a9fc7 --- /dev/null +++ b/kcmutils-5.78.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68165fa953286ba5034b1766d09b02542c9d3eaa13dc4d64e8ced84cc70cc2d3 +size 257924 diff --git a/kcmutils-5.78.0.tar.xz.sig b/kcmutils-5.78.0.tar.xz.sig new file mode 100644 index 0000000..ab268e7 --- /dev/null +++ b/kcmutils-5.78.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/wedMACgkQWNDuZIpI +s7uc3Qf8Dl0e1P7/fupa+LOD/tlrRiXrhVGHRlfIFSSWHIS32wYETb6Y7fkZk8WM +2nAALjNrV+OmhkJUKxvtQWXRjdUgNJQ+5JtDhyjh2r3nbXF2YdQVl0gfyiIlyIOr +i1DYraegF5rbJQYcB6fxys3BhLDFUDL1DfLL0KlMafiv8R/SuynXoRubxVABatHo +wVwLAD/pFpQijWkrP6ebqngnKTguKQ/ANzmlfysvILD5d/Z4eUQpkfzKhrYL40FO +6P2NNhEdI6s3dnHfxAjBgKOu80QXG/WjQYy1RIppRxGCJ7GUhzuB6Z9zOJgq/1RS +pLgnnmf25UCYCPSkcL2b8DbHEhokbw== +=bLAm +-----END PGP SIGNATURE----- diff --git a/kcmutils.changes b/kcmutils.changes index b99e007..cb586cc 100644 --- a/kcmutils.changes +++ b/kcmutils.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Jan 6 10:47:22 UTC 2021 - Christophe Giboudeaux + +- Update to 5.78.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/kde-frameworks-5.78.0 +- Changes since 5.77.0: + * Remove ifdefs, we require Qt 5.14 now + * KPluginSelector implement default highlight indicator + * kcmoduleqml: don't bind column width to view width (kde#428727) + ------------------------------------------------------------------- Sat Dec 5 18:56:17 UTC 2020 - Christophe Giboudeaux diff --git a/kcmutils.spec b/kcmutils.spec index 10b75c0..4629773 100644 --- a/kcmutils.spec +++ b/kcmutils.spec @@ -1,7 +1,7 @@ # # spec file for package kcmutils # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,14 @@ %define lname libKF5KCMUtils5 -%define _tar_path 5.77 +%define _tar_path 5.78 # 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: kcmutils -Version: 5.77.0 +Version: 5.78.0 Release: 0 Summary: Classes to work with KCModules License: LGPL-2.1-or-later @@ -48,11 +48,11 @@ BuildRequires: cmake(KF5ItemViews) >= %{_kf5_bugfix_version} BuildRequires: cmake(KF5Package) >= %{_kf5_bugfix_version} BuildRequires: cmake(KF5Service) >= %{_kf5_bugfix_version} BuildRequires: cmake(KF5XmlGui) >= %{_kf5_bugfix_version} -BuildRequires: cmake(Qt5DBus) >= 5.13.0 -BuildRequires: cmake(Qt5Qml) >= 5.13.0 -BuildRequires: cmake(Qt5Quick) >= 5.13.0 -BuildRequires: cmake(Qt5QuickWidgets) >= 5.13.0 -BuildRequires: cmake(Qt5Widgets) >= 5.13.0 +BuildRequires: cmake(Qt5DBus) >= 5.14.0 +BuildRequires: cmake(Qt5Qml) >= 5.14.0 +BuildRequires: cmake(Qt5Quick) >= 5.14.0 +BuildRequires: cmake(Qt5QuickWidgets) >= 5.14.0 +BuildRequires: cmake(Qt5Widgets) >= 5.14.0 %description KCMUtils provides various classes to work with KCModules. KCModules can be