Accepting request 825111 from KDE:Frameworks5

KDE Frameworks 5.73.0

OBS-URL: https://build.opensuse.org/request/show/825111
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kwayland?expand=0&rev=77
This commit is contained in:
Dominique Leuenberger 2020-08-12 10:25:29 +00:00 committed by Git OBS Bridge
commit 9f5459a3f0
6 changed files with 30 additions and 16 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl8AutEACgkQWNDuZIpI
s7tnAwf/QjYduS3ySSWWZHTdtryC6yYX0gfF0bSY27Scr1GEdyhdn2E/+Ke40y2d
VDFdbXth1uXoxVqpGiHZc5uxZnJLoN3xEYmSNjvUBFVBRVwasj9/Rtq7bp6iIyFh
iCvP50RSFpm9GY+J2P7p4szAUkzNGwSWKZVi9ZyydllmHkaYBsrcDt8xMkRgbujj
xbaS66/sDNuAYfsNyZDvddMT/tzgIEGT5xFGJ+Qaccbg05g+vyYAtT1G75vztRJx
7hVblX+bOw9kdiw0aZCfNzE1G+NUV4ex+U8imaNathV2JmteAdDp+mAG/hFQ4tff
SZOxF+PHN9liQa63lScG/NLblwAnPQ==
=FdXp
-----END PGP SIGNATURE-----

3
kwayland-5.73.0.tar.xz Normal file
View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl8lzzEACgkQWNDuZIpI
s7u6jggAqwherhBsy+VYceNBIwSKP6oNbeOxhLB+0xOCzxkZs+QrkTVSfcrG1REX
JJebZYMzABDm2wXuDZTtyYnKBwkiWqjTzHomuVRGJO7tJvS04uD0h4iHszvkZn3M
ofXg+pcXSBiLgXDajba8bvsFKoWoDvWuq7NQ5xPD6VaZuh/uCSoXXe71PMO2/H0W
4HoqLdHBR4BoOcGUSMWbYUOm31DLnTnoEsekxdJmWqIH7e3TFfEd/rHd39WGIZIK
HNbskBveM+Qm4S5EGObS5fCurMjzX96jnNpXFxkbvWHeFmWE69Lpy+lXyrp0JUO2
CiUoK/dRhtMrQ6rnHgpAw8KE3RDHfg==
=JzhZ
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Aug 2 07:13:50 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.73.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.73.0
- Changes since 5.72.0:
* plasma-window-management: Adapt to changes in the protocol
* PlasmaWindowManagement: adopt changes in the protocol
* Use KF-standardized Qt logging categories
-------------------------------------------------------------------
Sun Jul 5 07:55:48 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -16,7 +16,7 @@
#
%define _tar_path 5.72
%define _tar_path 5.73
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33)
@ -24,7 +24,7 @@
# Only needed for the package signature condition
%bcond_without lang
Name: kwayland
Version: 5.72.0
Version: 5.73.0
Release: 0
Summary: KDE Wayland library
License: LGPL-2.1-or-later
@ -41,6 +41,7 @@ BuildRequires: fdupes
BuildRequires: kf5-filesystem
BuildRequires: libQt5Gui-private-headers-devel >= 5.12.0
BuildRequires: pkgconfig
BuildRequires: cmake(PlasmaWaylandProtocols)
BuildRequires: cmake(Qt5Concurrent) >= 5.12.0
BuildRequires: cmake(Qt5Gui) >= 5.12.0
BuildRequires: cmake(Qt5Test) >= 5.12.0
@ -84,6 +85,7 @@ KWayland provides a Qt-style Client and Server library wrapper for the Wayland l
%files
%license LICENSES/*
%{_kf5_debugdir}/*.categories
%{_kf5_debugdir}/*.renamecategories
%{_kf5_libdir}/libKF5WaylandClient.so.*
%{_kf5_libdir}/libKF5WaylandServer.so.*