KDE Frameworks 5.99
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcmutils?expand=0&rev=265
This commit is contained in:
parent
d23d897534
commit
7ae9755aec
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1d1740f3a115111802fcd58c3f7c3e52ca77f65e2c449859ccdd4a132279134b
|
||||
size 189408
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmMV9PEACgkQWNDuZIpI
|
||||
s7vHLgf+NQV2j0fTuyFaiDTcAiEnVN4TDuW//XHwIvuiVuiWQt4cCrvDMU1BrSW0
|
||||
12iMnim5NqGfRUVQfUFgRl3z8AaMHXJiYfUTSrlYoR7DFWTCqxa4C9cLcX8kL048
|
||||
JAbfSCgm393H609yqLGrbvZqr1zRNpY5eZh6oqDFGW0jgotXt12M5vNDJuUBTCW+
|
||||
+n+Ecel+fJRr4n9ZXGMw7q/GDc+BOdYCbI9qLdkTqUwGPmjhkTfvpIOOooAujZHy
|
||||
lz9z3CfXCjy498ayZebtQMsqx57cg0fcB6OOeN6KcenuFkP9RhbRPBnJ87ivtYNc
|
||||
i9cS3avydwYdwaTcxarymwuSTtF0GA==
|
||||
=G5su
|
||||
-----END PGP SIGNATURE-----
|
3
kcmutils-5.99.0.tar.xz
Normal file
3
kcmutils-5.99.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:757bcd8ea8ca1882612fdb4d4537e1932cfd23150f59931910e70b253bfa4ad2
|
||||
size 189404
|
11
kcmutils-5.99.0.tar.xz.sig
Normal file
11
kcmutils-5.99.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmM4VUgACgkQWNDuZIpI
|
||||
s7sZngf/cBxIOqSqCwPJxVztMr+KG9PzxUnF7lKh3obXvA4xCTQFN5BCaZOcjS1a
|
||||
s4gblRYCC/u9XpPyLK4rrot88wj7gbg7tpOXt8m1VG2TI3T1LQV1Cnv7tmV/sy2h
|
||||
tN0AIqwR9rm4uHa9ghmnWaXlfatsWCapyLxtRF2pjk7QeNWKXSacEWgQUOmy2IIy
|
||||
q/CMOu8724srnvCwF6MGCG9VvkEIsx75Qgm0i5iw8Kmkj5TDizSVubC0wZKjLAOo
|
||||
E41XcZgMolZ9Pe+b7sfIxo2BcarQrMeYTgqC5ZMw4fec8BYr7eW4WXJvrdTkdu/C
|
||||
tI4bf5MOzxUMR4yrsdwQj8yWQfIf1w==
|
||||
=anq3
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 1 15:55:31 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.99.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.99.0
|
||||
- Changes since 5.98.0:
|
||||
* Fix missing kcmutils_proxy_model export in static builds (kde#459123)
|
||||
* Launch KCMs that are not part of systemsettings in kcmshell5 (kde#458975)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 6 07:16:46 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -19,14 +19,14 @@
|
||||
%global __requires_exclude qmlimport\\(org\\.kde\\.kcmutils\\.private.*\\)
|
||||
|
||||
%define lname libKF5KCMUtils5
|
||||
%define _tar_path 5.98
|
||||
%define _tar_path 5.99
|
||||
# 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.98.0
|
||||
Version: 5.99.0
|
||||
Release: 0
|
||||
Summary: Classes to work with KCModules
|
||||
License: LGPL-2.1-or-later
|
||||
@ -109,9 +109,7 @@ created with the KConfigWidgets framework. Development files.
|
||||
%kf5_makeinstall -C build
|
||||
%fdupes %{buildroot}
|
||||
|
||||
%if %{with released}
|
||||
%find_lang %{name}5
|
||||
%endif
|
||||
%find_lang kcmutils5
|
||||
|
||||
%post -n %{lname} -p /sbin/ldconfig
|
||||
%postun -n %{lname} -p /sbin/ldconfig
|
||||
@ -119,9 +117,7 @@ created with the KConfigWidgets framework. Development files.
|
||||
%post -n libKF5KCMUtilsCore5 -p /sbin/ldconfig
|
||||
%postun -n libKF5KCMUtilsCore5 -p /sbin/ldconfig
|
||||
|
||||
%if %{with released}
|
||||
%files -n %{lname}-lang -f %{name}5.lang
|
||||
%endif
|
||||
%files -n %{lname}-lang -f kcmutils5.lang
|
||||
|
||||
%files -n %{lname}
|
||||
%license LICENSES/*
|
||||
|
Loading…
Reference in New Issue
Block a user