Plasma 5.18 Beta, some tars respun. Untested - please disable publishing before accepting. KUserFeedback is intentionally disabled in discover and p-w - it's not usable yet.

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kwayland-integration?expand=0&rev=187
This commit is contained in:
Christophe Giboudeaux 2020-01-17 13:03:43 +00:00 committed by Git OBS Bridge
parent 81981f330b
commit 0e9beb6bb3
6 changed files with 36 additions and 17 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl4UpKcACgkQ7JTRj38F
mX5/7Af/b5OEjjOO7ajLPv75vaP+c0foKZQqxR/1bSpLQFzDvPLGT3aOybuudBdA
DLbuGxaKaGfTJWiez9d1WGtqeLifqJreg+gVvw4+PP8WZNTLdS2e/VmiCS3EPdNI
rsPV4mVRT3sIKcRRmIQRv2lh7urf2RF6F5kBfw/JmgT4pkMLB3TpvKyNc3nEN0Nv
eLUxShec65dFO/vPFCr+8MPHAp9RkBXEyoJktXwvWHwf7XXLxpM5odaO1U8Mt8DH
wH+jJmYkhIY9+ECg9NyIG+5gNx6jscGePp7zYO0fPgvQ7PeaOwXbs0NSiVFn1bz5
yyPmMzyE8nc0xdm0CBcScv8eMXT8zw==
=vDp7
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl4gVVsACgkQ7JTRj38F
mX73bAf/QOn446hkm/OZKjSVtNbMWvP7MT7P69IszvpkZ6K1n9WNEYYoFS0j7YU1
CV8jpvSfO26OTSoe7z0BfBOBftodDJIxfG5CrpLTRmKVfOBKQtIklroRY+IkkGIj
poVQw9HUs2AVlP0B4k8BKdwxxoLhkg5QeLTU29tI+nV+PH6wsHsO9GEloSH5p4Zg
pPgGRqOWLTo7GehsXQ4m3k0MW9c66dqzwlvscYTGHb7jcJ+gMDZoj1XxUp0iErBf
3zY4V9LNSBv66CLCsbXa4brPimBpttAKd3PvXQh2Np6CAmslm8Yfd9K9ROD6rPkx
QuhYRBcm2MzhjNEVTaRxt+I2l1pQ6g==
=82pP
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Thu Jan 16 14:04:18 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.17.90
* New feature release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.90.php
- Changes since 5.17.5:
* [windowsystem] Fix compilation with no-deprecated build of KWindowSystem
* kwayland-integration: fix compilation with no-deprecated build of kwindowsystem
* Remove duplicated check for StaysOnTop, same value as KeepAbove.
* Port deprecated enum
* It's already in ecm
* Add KDEClangFormat cmake support
* Don't commit the wl_surface from outside Qt code
* [KWindowSystem] in icon() return realistic icon size
* We depend against 5.62 now
* Remove support for KWin's QPA plugin for KWindowSystem
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 7 16:24:36 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de> Tue Jan 7 16:24:36 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>

View File

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