Accepting request 737473 from KDE:Frameworks5

Plasma 5.17.0 pre-release tars. Please publish disable before accept. (forwarded request 737387 from Vogtinator)

OBS-URL: https://build.opensuse.org/request/show/737473
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kwayland-integration?expand=0&rev=72
This commit is contained in:
Dominique Leuenberger 2019-10-14 10:37:51 +00:00 committed by Git OBS Bridge
commit 00147208c2
6 changed files with 41 additions and 17 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl1ub4cACgkQ7JTRj38F
mX4ipQf+MAYdS5JjpmvDLGQVCkeNvdWvwbAW2SEWO4AMmoeCvHJQTPNQ5bN+7ePA
/3+c2LDzZRjtfBHn6PN51xdSpaLGzhVw1iLF9KDz6C0veohBzd0mGZYN2DPbVLWf
Z/hTj5Q/iJrvbbNPtOPSVJaVSGZDRJy6KozbJ9AT8FPA//3+5aHCB4CamEwIe8Rx
iaxJqv9jrGEu5CWBM4JyKB4YWbZ25vuAU4TT6xarAXBJjnBlCxAD4lOMIj63w6Jd
ym/iIeYyryMkf2xyhLCiEGVOdkWqyAjzbvsqSZp81Tf/HTlTlgkTkVr4FAm0wR6V
SE5t47w2z+esURdr7knDkVeRSEch6g==
=VxIk
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl2fJbsACgkQ7JTRj38F
mX6qKwf+M/fUaxwzs4QKTUG52zPiJvbbGMrU0pBo/a//F4de1N452KAsQA0Vyg1L
oT5xhGg3UVZv+SKhGduHe3RzKJuj1bKesKukBa5t1acMvNRXuZC6uEVpxKLm5RrW
DzXdgIiiYKyOKstJ28nmYNmHbaogIguTgeLq6TJfWYuPSH471T9kxSN33UZc3ybA
qMb6o/CnKoDCb6DEfnc6T4d24rWZztwWVSjId1hbx9J8vvML2zKrLgTX5fXb/Lo/
dNk40wvZIbuNkWJ9NXhhIUWr7aixjTbcyx/6uDt2nV1GtjuldJ+evLjs0ZWqV49J
7DIEDRFwc43dY816tYI6Z8n2cWXu1w==
=1JGB
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Thu Oct 10 14:25:46 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.17.0
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.0.php
- No code changes since 5.16.90
-------------------------------------------------------------------
Thu Sep 19 12:32:35 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.16.90
* New feature release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.16.90.php
- Changes since 5.16.5:
* update to latest kf5 dependency
* Remove unused variable
* Remove unused includes
* Provide a KModifierKeyInfoProvider implementation
* Use new logging category directory if we use kf5 5.59.0
-------------------------------------------------------------------
Tue Sep 3 12:44:12 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -18,7 +18,7 @@
%bcond_without lang
Name: kwayland-integration
Version: 5.16.5
Version: 5.17.0
Release: 0
# Full Plasma 5 version (e.g. 5.8.95)
%{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
@ -28,14 +28,15 @@ Summary: Integration plugins for various KDE frameworks for wayland windo
License: LGPL-2.1-or-later
Group: Development/Libraries/KDE
Url: http://www.kde.org
Source: https://download.kde.org/stable/plasma/%{version}/kwayland-integration-%{version}.tar.xz
Source: kwayland-integration-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/plasma/%{version}/kwayland-integration-%{version}.tar.xz.sig
Source1: kwayland-integration-%{version}.tar.xz.sig
Source2: plasma.keyring
%endif
BuildRequires: cmake >= 2.8.12
BuildRequires: extra-cmake-modules >= 0.0.11
BuildRequires: kf5-filesystem
BuildRequires: cmake(KF5GuiAddons) >= 5.60.0
BuildRequires: cmake(KF5IdleTime) >= 5.24.0
BuildRequires: cmake(KF5Wayland) >= 5.24.0
BuildRequires: cmake(KF5WindowSystem) >= 5.24.0