KDE Frameworks 5.74. Release next saturday
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kxmlgui?expand=0&rev=229
This commit is contained in:
parent
b97674886b
commit
00fea02025
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:093131f5f51497ec61e99bd3e19de9421643d3f6ddf0099a823a3d624596ebcb
|
|
||||||
size 862640
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl8lzz0ACgkQWNDuZIpI
|
|
||||||
s7uMAAf9F1/qDF7ooAITshfIExdRFeoJ8YYXbUIZ93KnEj7amu9UyFCms9jhvNN7
|
|
||||||
azNxfzxPjZBKBiyd+ukPDAAFlxVQHJUddiRRhUIu6saNnONLqTga6+cwh9WqzmVR
|
|
||||||
01F78hNuDn7uiiBAD5aw6SWWUesLGhHgXtwcfo7SVeTKVh8pf8jkjXKVRQjL4oYU
|
|
||||||
+4HUWpoS/9LHAwpoQCPT79TLp0kcpQj/B58oT+F1VTcyRyZG/wxwMSCpzyWmc69r
|
|
||||||
jnk6HGYWOK0hPmrRHvVVgTUJtrgUE3qq38fhZ2I3iCwjEm7ZgwMyJDTJF0wob8Aw
|
|
||||||
rQhd1Y0XK/zg3Yhb6eRvfRGUxHZQ0g==
|
|
||||||
=2RK5
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kxmlgui-5.74.0.tar.xz
Normal file
3
kxmlgui-5.74.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c5601a811c5d680b370ccf0388de71a49af090718b5f25716c38ce9689c783a1
|
||||||
|
size 864784
|
11
kxmlgui-5.74.0.tar.xz.sig
Normal file
11
kxmlgui-5.74.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl9UyYcACgkQWNDuZIpI
|
||||||
|
s7visQf7BTdbBtOzgAvUOmat6xLvjTPgGARwKWqcQc/m8mGIG9r5ZFO3aw9Jov0w
|
||||||
|
yRLaKaiGNAZSMBEJ/VJ5Dz1l+/PBFiPGrkGzV22/B0kCkjAiDmxYjoFcEfXqU8uy
|
||||||
|
Y9mgxQojBCBv0566A72k4robSJ2nbt3PCLUJhv4/Gbnr7ps2oDMpCdI0sVwOedfx
|
||||||
|
DGYsFGuVcHI3NL8Bzp0A9iae2hwNK1B7liN58/2AB8Nz2V7mAneltF1ZGaVX8/qS
|
||||||
|
NMqd14bDnMYbyROSGslq2rIiJv1J5zs/XCfHItYcH1dFg2KtucKaI+1w3r9wv/TP
|
||||||
|
UEJbKw/gHdfhX5emLDWlq93qy+tWkw==
|
||||||
|
=6ab4
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 6 12:50:23 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.74.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/kde-frameworks-5.74.0
|
||||||
|
- Changes since 5.73.0:
|
||||||
|
* Using no deprecated enum Qt::MiddleButton
|
||||||
|
* Allow opting out of remembering window positions on X11
|
||||||
|
* Save and restore position of main window (kde#415150)
|
||||||
|
* Remove obsolete COPYING files
|
||||||
|
* KXMLGUI: Convert copyright statements to SPDX expressions
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 2 07:13:53 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
Sun Aug 2 07:13:53 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5XmlGui5
|
%define lname libKF5XmlGui5
|
||||||
%define _tar_path 5.73
|
%define _tar_path 5.74
|
||||||
# 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 lang
|
%bcond_without lang
|
||||||
Name: kxmlgui
|
Name: kxmlgui
|
||||||
Version: 5.73.0
|
Version: 5.74.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
|
||||||
@ -127,7 +127,7 @@ description for example for integrating actions from plugins. Development files.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files -n %{lname}
|
%files -n %{lname}
|
||||||
%license COPYING*
|
%license LICENSES/*
|
||||||
%doc README*
|
%doc README*
|
||||||
%{_kf5_libdir}/libKF5XmlGui.so.*
|
%{_kf5_libdir}/libKF5XmlGui.so.*
|
||||||
%{_kf5_configdir}/ui/
|
%{_kf5_configdir}/ui/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user