KDE frameworks 5.77.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kwayland?expand=0&rev=216
This commit is contained in:
Wolfgang Bauer 2020-12-12 12:34:28 +00:00 committed by Git OBS Bridge
parent 47b34ff0e5
commit a017e584c0
6 changed files with 32 additions and 22 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl+m5PsACgkQWNDuZIpI
s7tFSAgAnva1KvLNr63mcbrTPq49zLJ5ld60So0W4zDzj7RVVi5KfYBfSwVhE3BM
Q1rj50v9u1n7MeEplkxSEOG07BfolDwS8uqMrN77h/QutHy21ZuuwQ1OFwEeA7LI
aNoVEFzBOvru3x1PsRLHeyxadJahZQ2LuYwgkwrKMKDMbL1Krimm38cBDBwDoZ5h
UDazxBtnAMAdNGeYjfPdL4M8Rw6cmDRQXuGDHwEbZw8e2reIYxsYuc6lAx1smfGk
8TJBRWbTKTbk4nUDlEy3SGwsLVDvwzyOm898TrIDRNN5TJrSffwb7QmAOEoqA8jU
uzglQpATWos0LrQ/e5kNE1vKDSycRw==
=5/TF
-----END PGP SIGNATURE-----

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

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/Ln8sACgkQWNDuZIpI
s7tMFAf/fde1uxL2r6ZrxLmRagKBrJEFviEMlvkI8Nqpv7029BD2KyPGo8jfAukd
BwLajGHdmVW4ZHhQjSNsTVeFukCBPZyhoYVzNoShTu4uoDoHrOcpxpnFLXN4wtPv
YHdMrXDfdl0z3pyIbZVgGIlcBtkdhUcCU73HaALTpbQcIoETpSSpiKtPdOMGq/Z8
16Ewg+yt4GIcuAKz5hHPbKpFbGc5uy7H/YZIDo5/LWwGPvre/EkJUL24nk/PDB9Z
cBG8wR15IToyourdjujF+Gq7L27fUbPk96dMLKBGNCAUM77hmo2EAOAIPbY81IH0
hEmF+AE69kgUN4tcL/+8v1rSwpzthw==
=k9MB
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Dec 7 17:14:47 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.77.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.77.0
- Changes since 5.76.0:
* Compile without deprecated method
-------------------------------------------------------------------
Sat Nov 7 21:35:23 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -16,7 +16,7 @@
#
%define _tar_path 5.76
%define _tar_path 5.77
# 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.76.0
Version: 5.77.0
Release: 0
Summary: KDE Wayland library
License: LGPL-2.1-or-later
@ -39,13 +39,13 @@ Source99: baselibs.conf
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: fdupes
BuildRequires: kf5-filesystem
BuildRequires: libQt5Gui-private-headers-devel >= 5.12.0
BuildRequires: libQt5Gui-private-headers-devel >= 5.13.0
BuildRequires: pkgconfig
BuildRequires: cmake(PlasmaWaylandProtocols)
BuildRequires: cmake(Qt5Concurrent) >= 5.12.0
BuildRequires: cmake(Qt5Gui) >= 5.12.0
BuildRequires: cmake(Qt5Test) >= 5.12.0
BuildRequires: cmake(Qt5WaylandClient) >= 5.12.0
BuildRequires: cmake(Qt5Concurrent) >= 5.13.0
BuildRequires: cmake(Qt5Gui) >= 5.13.0
BuildRequires: cmake(Qt5Test) >= 5.13.0
BuildRequires: cmake(Qt5WaylandClient) >= 5.13.0
BuildRequires: pkgconfig(egl)
BuildRequires: pkgconfig(wayland-client) >= 1.15.0
BuildRequires: pkgconfig(wayland-protocols)
@ -64,7 +64,7 @@ Summary: KDE Wayland library: Build Environment
Group: Development/Libraries/KDE
Requires: %{name} = %{version}
Requires: extra-cmake-modules >= %{_kf5_bugfix_version}
Requires: cmake(Qt5Gui) >= 5.12.0
Requires: cmake(Qt5Gui) >= 5.13.0
%description devel
KWayland provides a Qt-style Client and Server library wrapper for the Wayland libraries.