forked from pool/kwindowsystem
KDE Frameworks 5.91
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kwindowsystem?expand=0&rev=257
This commit is contained in:
parent
67e7ed0d8e
commit
edaa2aab68
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:454503b913f0e0b2db733e9ba8e5be701d1233d1610d664ea363a0d90c52473a
|
||||
size 182024
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmHQV7kACgkQWNDuZIpI
|
||||
s7te1wf+KdTDpjG7apBpO4QqAUarMUUyxmB/aPYlhFBocekI3YgNHBucY5omQkAN
|
||||
GcPjCLFSCQ/QuEOGvwBxgIJxco1Q4DRSTyorS2uIkw4QtEqZkpZAqW35t+ItQiSJ
|
||||
z13TrkoT7crQAg5c/MsGpEZesgara+vrqgGkLq7v1w3vA7LPRa1qXYoi0D17n5qZ
|
||||
selW9fKMBTo/f8jVSll3sL0475xSJgb41OGnl3fWldV4TvRKA0McBviq+helUc3d
|
||||
Acvem3FAacDALgII1tWZ+OYdG4ylYUdcUeeg2vxrmO6iHw1XO/mSOnlxGfyevJRN
|
||||
7Ia8tE0n2NTTCdwfVIg47cMftx9kug==
|
||||
=DdzT
|
||||
-----END PGP SIGNATURE-----
|
3
kwindowsystem-5.91.0.tar.xz
Normal file
3
kwindowsystem-5.91.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:257990566f0ef96ca23e84eaad7a66a28dd67493b6cd5c6fdb3a2fe5b613c0fb
|
||||
size 182112
|
11
kwindowsystem-5.91.0.tar.xz.sig
Normal file
11
kwindowsystem-5.91.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmH/kmoACgkQWNDuZIpI
|
||||
s7tHxggAwlWIprCsMtGrTyV7mPcD0MQGayJdytssrOfvyfe/qfx08gCMMe+bMZuH
|
||||
SjD06Fbh0mhI5Iuj4aZZtXdFtSG9nXMbVxweFp7ZJNlQrE/v0HJKfi6TUTAofiRv
|
||||
wZy5O5AbuljsOVqPN2wBGp2cK4ST90zVTUKFK/PrjTKE/cqXzgn/rKpEHPwRGb6X
|
||||
f+SS4sh/5AQgcDGTOvlmFYqRV3EQMWCfYfAMuQkjKrDWmkDWisdyOUqsdfDK7YPS
|
||||
Png4hrN3iIJDGR7F3NM0yFLAdnxX7Cb8pJy2WJ4pMMIUSWTybRbCduffeXF9u5yW
|
||||
rU3DYLC1KUoTgsbkEp3SsraYlGgqqw==
|
||||
=7+nt
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 6 10:17:16 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.91.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.91.0
|
||||
- Changes since 5.90.0:
|
||||
* Check executables exist in PATH before passing them to QProcess
|
||||
* fix typo
|
||||
* install plugins in kf<version>
|
||||
* Fix doxygen docs for requestXdgActivationToken
|
||||
* Add CI qt6 support
|
||||
* Avoid XKeycodeToKeysym in KKeyServer::initializeMods (kde#426684)
|
||||
* Remove placeholder wayland platform plugin
|
||||
* [kwindowinfo] Add support for reading _GTK_APPLICATION_ID
|
||||
* Add KWindowSystem::updateStartupId(QWindow *window)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 3 12:48:00 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5WindowSystem5
|
||||
%define _tar_path 5.90
|
||||
%define _tar_path 5.91
|
||||
# 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: kwindowsystem
|
||||
Version: 5.90.0
|
||||
Version: 5.91.0
|
||||
Release: 0
|
||||
Summary: KDE Access to window manager
|
||||
License: LGPL-2.1-or-later
|
||||
@ -120,7 +120,6 @@ Development files.
|
||||
%{_kf5_debugdir}/kwindowsystem.categories
|
||||
%{_kf5_debugdir}/*.renamecategories
|
||||
%{_kf5_libdir}/libKF5WindowSystem.so.*
|
||||
%{_kf5_plugindir}/kf5/kwindowsystem/KF5WindowSystemWaylandPlugin.so
|
||||
%{_kf5_plugindir}/kf5/kwindowsystem/KF5WindowSystemX11Plugin.so
|
||||
|
||||
%files devel
|
||||
|
Loading…
x
Reference in New Issue
Block a user