Accepting request 977204 from KDE:Frameworks5
KDE Frameworks 5.94.0 OBS-URL: https://build.opensuse.org/request/show/977204 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kwayland?expand=0&rev=99
This commit is contained in:
commit
c6ae72adeb
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1648a273ad1c0c1895a0edff9a3e97eb151e1e3533362e0f01d72706ac0a7abe
|
|
||||||
size 335328
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmJITDoACgkQWNDuZIpI
|
|
||||||
s7s6ywf/VDDvWFepqwymGivAYzFt4m1GVqo3kvvVUbuHny6MHqr5iS/cyPoXB06l
|
|
||||||
52tw3dA1g/mPq2FASGEYCn6iHNDfRp8EWH0vdQlOc+QOj+06npa2JS/SL/0RSRW9
|
|
||||||
9YsMG1Jlse+NvSvvZYqy6/HRVKgupRAsyhv4xCpkUvV3D01A1uRH1/04FAaKidGi
|
|
||||||
1IZCg0d5zDJyEAyTnFEHNtc48AnxgRyrjam4+bwwxcU1339HhFjHUz3xoTQhVTi9
|
|
||||||
yqOrcu1dk9mY3C2KB3Mj8qyKkco1Ag9hokuuOqdeeT+UMCTjW+ZuXY2AuKihOSRl
|
|
||||||
gikIxyjG6nq0jthx8cpVI2olYApw2g==
|
|
||||||
=m6uv
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kwayland-5.94.0.tar.xz
Normal file
3
kwayland-5.94.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b2a4d8e1b4d81ce798c991cfb34210ba095f6406a37f4714ae3ab64abaca2636
|
||||||
|
size 335524
|
11
kwayland-5.94.0.tar.xz.sig
Normal file
11
kwayland-5.94.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmJ82GMACgkQWNDuZIpI
|
||||||
|
s7trtQf/cv71Ag1sXBZmwWxL6RlseWpv/HZlXahJdw1txrxR1R6m68fl84mfLAaY
|
||||||
|
DEVqxFVcpVxlIx/xmkcmRGlvBRb6pdJklKnMpixjrDHKh3slhhZSveT2Pm4NIhY8
|
||||||
|
ElzUGbxDqvpylJtPx1279yg3V3u9Upmu3Fdmfx8YaPuiRviroV0jAIKz6uXKXGmc
|
||||||
|
KyQ59TCTDjOG7XZYRsFQSG6bcUlSOqa6Ge6IGJyphDwknEDEAOj7HQ1OFqezNu4G
|
||||||
|
Hs3BWUIEO6Mti52A99dj/7T0WLZKYzFRE0nyJ0iA/la2HvyGq34TD9/QDegusGqy
|
||||||
|
Iukv/vXjMo4HHxKBSk/zpr6yVmSSXg==
|
||||||
|
=DjXp
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 10 08:18:11 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.94.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.94.0
|
||||||
|
- Changes since 5.93.0:
|
||||||
|
* client: implement plasma-surface openUnderCursor
|
||||||
|
* Fix since version
|
||||||
|
* Fix include path in the generated pkgconfig file
|
||||||
|
* [plasmawindowmanagement] Add resourceName
|
||||||
|
* client: Bump plasmashell version to 7 (kde#453578)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Apr 3 10:47:28 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
Sun Apr 3 10:47:28 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _tar_path 5.93
|
%define _tar_path 5.94
|
||||||
# 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)
|
||||||
@ -24,7 +24,7 @@
|
|||||||
# Only needed for the package signature condition
|
# Only needed for the package signature condition
|
||||||
%bcond_without released
|
%bcond_without released
|
||||||
Name: kwayland
|
Name: kwayland
|
||||||
Version: 5.93.0
|
Version: 5.94.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: KDE Wayland library
|
Summary: KDE Wayland library
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
Loading…
x
Reference in New Issue
Block a user