KDE Frameworks 5.102.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kxmlgui?expand=0&rev=280
This commit is contained in:
Christophe Marin 2023-01-15 13:50:32 +00:00 committed by Git OBS Bridge
parent f259c5abe7
commit f6f6adf28b
6 changed files with 26 additions and 16 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmOLLcQACgkQWNDuZIpI
s7t+mQf/ZlSNx0GvLI21cWgOmlYodamEbNm2r09ONalPkcjquuVJkOaw04RapRAA
sFZmftF2kYl0Eg9PYvDOSAWBZTJl5d4/UXGEG6fospxyvUSN47RaTG0I0VGWr6JB
/gNWlrgzAqJTr5qtlmA1pyhhkU1pJiiDAaKczuhw0wxZftqerqTt2DPSFSR/1kbC
cfxuCvUj+Vk18kY8J+biXsbqzPBvYR0GVvYYR6B87ZHflAxyqbiv5b5deAK1+UJu
2yv3scIoTMWc5iVPqhzLBpPbRwwqIVzjhmx6/neE7oT5PKawMZtZmuBrzl0sIQVH
dDp4m6LDGwbGSKhE3ptx+sfnaS6htA==
=ZIWD
-----END PGP SIGNATURE-----

3
kxmlgui-5.102.0.tar.xz Normal file
View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmO5SfcACgkQWNDuZIpI
s7sQ8Qf+IjXV0UcqdsL/p6MlSn4gDbasedzczjquOOfaw8hzFTqIdmnjOwEjZokM
iZ8oWlNLqFkiZGDzFRyqZad+MmJG6pHBqAt7LPYFu97jUbi1hF2NAO6KYFq3U9LF
NXMEz2Xjp3N6MIjmWT9tvTw/r92lEvDkKj81YklClTsmujETgm0QwpchkjUAZbik
MBMOtIXEvT0sgvMmFHdC3vUKDK+FN7vaszpWHIPXXqQB5ME1xqbaQHNij6rn0fOy
ZYhiBObSiMz1V58oayT9kf+kshx9uVeqzCPu9RGGx9jDICzbSt21QqGcQCo9TL55
pviLCMn43hkhJZq/SBntE5JVwtQv0Q==
=GfBh
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Jan 12 08:19:12 UTC 2023 - Christophe Marin <christophe@krop.fr>
- Update to 5.102.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.102.0
- Changes since 5.101.0:
* Decrease minimum height of inactive list widget (kde#461580)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 6 20:11:06 UTC 2022 - Christophe Marin <christophe@krop.fr> Tue Dec 6 20:11:06 UTC 2022 - Christophe Marin <christophe@krop.fr>

View File

@ -17,14 +17,14 @@
%define lname libKF5XmlGui5 %define lname libKF5XmlGui5
%define _tar_path 5.101 %define _tar_path 5.102
# Full KF5 version (e.g. 5.33.0) # Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}} %{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33) # 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}')} %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
%bcond_without released %bcond_without released
Name: kxmlgui Name: kxmlgui
Version: 5.101.0 Version: 5.102.0
Release: 0 Release: 0
Summary: Framework for managing menu and toolbar actions Summary: Framework for managing menu and toolbar actions
License: LGPL-2.1-or-later AND GPL-2.0-or-later License: LGPL-2.1-or-later AND GPL-2.0-or-later