Accepting request 1064622 from KDE:Frameworks5
KDE Frameworks 5.103.0 (forwarded request 1063796 from krop) OBS-URL: https://build.opensuse.org/request/show/1064622 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kxmlgui?expand=0&rev=115
This commit is contained in:
commit
6ccb77d4fd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:37e72cb4ab8b6d1fa234328e25a1de99ffde65376a44d48c6705300d9134131a
|
||||
size 2976888
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmO5SfcACgkQWNDuZIpI
|
||||
s7sQ8Qf+IjXV0UcqdsL/p6MlSn4gDbasedzczjquOOfaw8hzFTqIdmnjOwEjZokM
|
||||
iZ8oWlNLqFkiZGDzFRyqZad+MmJG6pHBqAt7LPYFu97jUbi1hF2NAO6KYFq3U9LF
|
||||
NXMEz2Xjp3N6MIjmWT9tvTw/r92lEvDkKj81YklClTsmujETgm0QwpchkjUAZbik
|
||||
MBMOtIXEvT0sgvMmFHdC3vUKDK+FN7vaszpWHIPXXqQB5ME1xqbaQHNij6rn0fOy
|
||||
ZYhiBObSiMz1V58oayT9kf+kshx9uVeqzCPu9RGGx9jDICzbSt21QqGcQCo9TL55
|
||||
pviLCMn43hkhJZq/SBntE5JVwtQv0Q==
|
||||
=GfBh
|
||||
-----END PGP SIGNATURE-----
|
3
kxmlgui-5.103.0.tar.xz
Normal file
3
kxmlgui-5.103.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:60df820035f039b551a9de833f256f607743f9afe8c9c885c7a29d6f00b26404
|
||||
size 2951880
|
11
kxmlgui-5.103.0.tar.xz.sig
Normal file
11
kxmlgui-5.103.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmPfe3kACgkQWNDuZIpI
|
||||
s7vOkwgAnqKm5l8IVFfjpi+9cUYUN18B0DYQQAYI/B+Q1S3FPx+1bZNA71H35Wv0
|
||||
Xywpk7hd677xUqOE+DEq7/1musBQmqkLlriIIsJeMmWcVFMt7jXdUw+TPTLAhgod
|
||||
ZOJl7mS3zjktkiJ88o964ORj8XFKUBvxG1M3GNuz3Gc02CQmi0TAxuVTw4w6u5hG
|
||||
Ice3Sg0GijedP7TD8euwQfMhLKzO2p6jcszpa3KguO0UN5+aKSFNpGNoh4WWaChO
|
||||
U5Vac24SOp2Xqfe7WahAGUpACjh5UIZKThtGaPWFBp1k00AlQXrD9qLFqCm2Ifeq
|
||||
6quGOZF5c3wbj7Opb8fEKNpKsbWURA==
|
||||
=feDX
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 8 09:13:07 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:
|
||||
* Prevent user from expanding tooltips by key, if they weren't expandable
|
||||
* Remove duplicate "Whats This?" tooltips
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 12 08:19:12 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5XmlGui5
|
||||
%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: kxmlgui
|
||||
Version: 5.102.0
|
||||
Version: 5.103.0
|
||||
Release: 0
|
||||
Summary: Framework for managing menu and toolbar actions
|
||||
License: LGPL-2.1-or-later AND GPL-2.0-or-later
|
||||
@ -108,8 +108,7 @@ mkdir -p %{buildroot}%{_kf5_sharedir}/kxmlgui5/
|
||||
|
||||
%find_lang kxmlgui5
|
||||
|
||||
%post -n %{lname} -p /sbin/ldconfig
|
||||
%postun -n %{lname} -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n %{lname}
|
||||
|
||||
%files -n %{lname}-lang -f kxmlgui5.lang
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user