KDE Frameworks 5.90.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcmutils?expand=0&rev=248
This commit is contained in:
Christophe Giboudeaux 2022-01-09 10:14:59 +00:00 committed by Git OBS Bridge
parent 4ef83f9f5a
commit 020879c246
6 changed files with 37 additions and 23 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:15fe79b0d38bf5af298ede402f9c928ea7a05a5ddcdcf8c28a9e5b9a36ea497d
size 171720

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGrv7wACgkQWNDuZIpI
s7uUewf9GjdUw6XEQlblNPb1q1uWduDCM5Ld5Qm2gC63miu/Na3ZK9dQqnwx2yX7
iDhg16fvlQMbEMwr2mKW4ZYbsQx2lexbbTROIdHEEymeGZ3rXT61ZxJnl1XJ5Nih
qoVvJCvJuNJ1yQDF7Itv8RiVmV0KWf86EVb22j2Rvp51Xop6E6Oln/woR/Oi1ZC+
7xCrT02TdSn3ZG0Mlkj0BrxeuB/LwyeOdHWVZHNohuqpYIdGgDFIElTip1ov02if
DjHvYD8jUoaxvkQm1a5HSSlxNmEdo+d2/yV8mN8lVeHfd3pXyuckL0E4Y4dgJNwY
d/P0HlnRnhetqUdyn9i7mHZZWcBZbA==
=eCyP
-----END PGP SIGNATURE-----

3
kcmutils-5.90.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b36300a5f400e082b800508292c2d6e5bdb033567cdc43c0dd947744e4c09911
size 172012

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmHQVzoACgkQWNDuZIpI
s7vvDQgAuitPXrY1oJ8kkg1z5hxHmhGLhUCXWPvPYLvvpi6jClo6naRI39T4hj2P
nY+nagL4iW2qLvJeNUpA3Izm0uu8Pb/60aiejByUJuQxQkhSc7tVyrXFY6NRE+jI
UQ97QTSAgEDGQ4azsU02i8TbW9OTOSgvnXC81IiRsfrwKwSySacPamzSngrvkhxb
/PRskyc3bZKJrtgwS95BMG4ii/UlCLSPKGm6CXo/nfegB4EhcxNcs0IZngun1bFr
0HW4R89NV3YlY8HUE7S/hGK4bUYRM4b7jcX6hEr+g2U/c9COdwhyKwuoA7NPYuDt
qShbYoy696Q03UmVvqN5SOwe/o1PgQ==
=atR8
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Jan 3 12:47:17 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.90.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.90.0
- Changes since 5.89.0:
* Remove QDesktopWidget include, not used any where
* Change build system for building against qt6
* Wrap deprecated KDelarative::ConfigModule::aboutData method call in
deprecation wrappers
* Deprecate KPluginSelector class
* Allow KCMUtils to build without deprecated KCoreAddons methods
* Update showNavigationButtons to use enum type
* Fix PluginPage deprecation docs
-------------------------------------------------------------------
Sat Dec 4 22:56:23 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,21 +17,21 @@
%define lname libKF5KCMUtils5
%define _tar_path 5.89
%define _tar_path 5.90
# 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
%bcond_without released
Name: kcmutils
Version: 5.89.0
Version: 5.90.0
Release: 0
Summary: Classes to work with KCModules
License: LGPL-2.1-or-later
Group: System/GUI/KDE
URL: https://www.kde.org
Source: %{name}-%{version}.tar.xz
%if %{with lang}
%if %{with released}
Source1: %{name}-%{version}.tar.xz.sig
Source2: frameworks.keyring
%endif
@ -61,9 +61,6 @@ created with the KConfigWidgets framework.
Summary: Classes to work with KCModules
Group: System/GUI/KDE
Obsoletes: libKF5KCMUtils4
%if %{with lang}
Recommends: %{lname}-lang = %{version}
%endif
%description -n %{lname}
KCMUtils provides various classes to work with KCModules. KCModules can be
@ -94,14 +91,14 @@ created with the KConfigWidgets framework. Development files.
%kf5_makeinstall -C build
%fdupes %{buildroot}
%if %{with lang}
%if %{with released}
%find_lang %{name}5
%endif
%post -n %{lname} -p /sbin/ldconfig
%postun -n %{lname} -p /sbin/ldconfig
%if %{with lang}
%if %{with released}
%files -n %{lname}-lang -f %{name}5.lang
%endif