Accepting request 1064567 from KDE:Frameworks5
KDE Frameworks 5.103.0 (forwarded request 1063796 from krop) OBS-URL: https://build.opensuse.org/request/show/1064567 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcmutils?expand=0&rev=114
This commit is contained in:
commit
4c8d2ec66a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b2439f8530cae160dac6fc751d9d9d552299f8ad8442ef20f69605afaefb3aba
|
||||
size 2482824
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmO5SNQACgkQWNDuZIpI
|
||||
s7sG0wf/U15rMxCmiKJlHYYhKWzq8DLzsiFAHS+ZKr5OlGPADQB6PDcJK3Ldriue
|
||||
X9DzFl+ESH4BSs+0l9Cimv/4lDjtSCV6DHzDk0uKnzVwiG9ebtjYa12TJ4w+2Fln
|
||||
DdkZoCypwg3m12+GgdG674cQmaJzIMzGewiD7rmNk+EYYkzxKxqcTjSC61lUglEV
|
||||
ZOwovc4vjkmdL/o8jGCD9+0TfC9bzGg66HS74tP1W3kBe4Pot9Gy9arh/jUw3ss3
|
||||
YG8+j3kwMn7o6z3oKhgt/SinlaeeyMnnSeglIdNwLc95ka47IHNai4IHV3r0faA7
|
||||
Ae/+vhwzjYQ0l5+x6cYFtPP78qJCGw==
|
||||
=rkxZ
|
||||
-----END PGP SIGNATURE-----
|
3
kcmutils-5.103.0.tar.xz
Normal file
3
kcmutils-5.103.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dc1536de18131957f189506b20255c1bb86196c3eb808da5dc347f93cf96f9f5
|
||||
size 2482756
|
11
kcmutils-5.103.0.tar.xz.sig
Normal file
11
kcmutils-5.103.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmPfelIACgkQWNDuZIpI
|
||||
s7uoQgf/bJOSlp0N0SluYjaLcXD3j+WeEx6u5rCzukAsNdw6GW2UwXwUVDp/AHYL
|
||||
6UtIlve9GyvsQYizohS0J2lgqgryRDIM4X7TT6cl3lX6iecJLKLwGJX6W2AZt4DW
|
||||
3UY3X8N8xEhAU3nAlRpW2hUkxhq4l88MBEER7Wdrf17eNzfi8+tbENXvU/3Aj/6a
|
||||
Q3WJIuv5rCE0dUkc1AC9fhA+CQiT/AERNeDDb0eWkPk/Q8w0qefVcVCMAN6EBEPm
|
||||
oJUwCBWcAWUflK5kNQPfN88/1bzTRSdtEUTv/WAEvWMvQQJWjoPbeDzyRDqhQXAT
|
||||
eap0l1qzo+C6P7UczTMkw7810+JMPg==
|
||||
=uW5E
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 8 09:12:42 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 5.103.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.103.0
|
||||
- Changes since 5.102.0:
|
||||
* KCModuleQml: Specify URL for root component's QML context
|
||||
* Fix comment: use punctuation for readability for sentences.
|
||||
* Set systemsettings as alias when generating desktop files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 12 08:18:36 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
@ -19,14 +19,14 @@
|
||||
%global __requires_exclude qmlimport\\(org\\.kde\\.kcmutils\\.private.*\\)
|
||||
|
||||
%define lname libKF5KCMUtils5
|
||||
%define _tar_path 5.102
|
||||
%define _tar_path 5.103
|
||||
# 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.102.0
|
||||
Version: 5.103.0
|
||||
Release: 0
|
||||
Summary: Classes to work with KCModules
|
||||
License: LGPL-2.1-or-later
|
||||
@ -108,11 +108,9 @@ created with the KConfigWidgets framework. Development files.
|
||||
|
||||
%find_lang kcmutils5
|
||||
|
||||
%post -n %{lname} -p /sbin/ldconfig
|
||||
%postun -n %{lname} -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n %{lname}
|
||||
|
||||
%post -n libKF5KCMUtilsCore5 -p /sbin/ldconfig
|
||||
%postun -n libKF5KCMUtilsCore5 -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n libKF5KCMUtilsCore5
|
||||
|
||||
%files -n %{lname}-lang -f kcmutils5.lang
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user