Plasma 5.20 Beta again - untested and needs a bit of cleanup still

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma5-integration?expand=0&rev=127
This commit is contained in:
Christophe Giboudeaux 2020-09-21 06:29:57 +00:00 committed by Git OBS Bridge
parent f45ecedef5
commit 09afbe94dc
6 changed files with 31 additions and 17 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl9OJCkACgkQ7JTRj38F
mX6XaAf9EzTW4xD4lGfxAqh5mkKW4LBxhIGdYrIqqC/ZlZ7kAjH8aAQho39RBqu2
5s36LMt53PN+ettJVqVsBPKf+5fN0vCPlTTNZGbrhXrgCdo/gRhEbWonmooX+e2I
IfX7BmcwNATwzB4QmMePq6/kfzgBJySqAP7IrJG9GlbNi9Tulp7vZHO/DMsDwRB6
i9Oa7g047Q/xIGPF2o2dHIQQ6Jwqh/TJbgroN8r5QOENdGJlEZZrbXfYrRlNB6ZC
ejnaSPd7HonL8ZYVgNm+uZDcJ6qR5ZdLRwWdE1NMNMNlj/ng6mwhTHLnP9EwrCTm
qOH+QEc7GPVGR/r9b2cA/IK9bna6oA==
=aweC
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEs8s2ZVJUC+Bu6a2XEZaMRJKMrvwFAl9jSQcACgkQEZaMRJKM
rvxRNQf+IWNpyeqwFkVc1GOqjvAzOrsLNrtDYcjE4AbPja1nC4h3hohfRej5sXU2
duHGWiWZRUz7Y3tRj6c5fxf65isyf5Os85TXW3XsDp4Y/nZGeUMFt4io6kWST1ii
rLitSemjCD4UWT7IQwxSg621nmXirWcZtllBjVopvdmCK0GnmyojIHX4U672m6WQ
d7ubE0K3OCfuLLCtIridmCqgP4jFVxKZCmxsUOdh+Ko8+Q4y3CJ5P+M1MHQWYyLd
4HecpVYG7gPwOQcsORBSO0dnhl6wCurI3ybP85vpwgu1rMo7MysJQelfcuI7lcku
g+aGJC1iMhIQfgSHAWmz9ITF2fXYHg==
=POR8
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Sep 17 20:03:09 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.19.90
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma-5.19.90
- Changes since 5.19.5:
* Remove explicit ECM_KDE_MODULE_DIR
* Implement forwarding file dialog requests to xdg-desktop portal
* Use KDE shortcuts for "move to trash" action coming from QStandardKey (kde#426573)
* Use same default for all places StartDragTime is loaded (kde#421450)
* Get rid of workaround that prevents file dialog from being blocked
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 1 11:38:50 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de> Tue Sep 1 11:38:50 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -18,7 +18,7 @@
%bcond_without lang %bcond_without lang
Name: plasma5-integration Name: plasma5-integration
Version: 5.19.5 Version: 5.19.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: Plugins responsible for better integration of Qt applications in
License: GPL-2.0+ License: GPL-2.0+
Group: System/GUI/KDE Group: System/GUI/KDE
Url: http://www.kde.org Url: http://www.kde.org
Source: https://download.kde.org/stable/plasma/%{version}/plasma-integration-%{version}.tar.xz Source: plasma-integration-%{version}.tar.xz
%if %{with lang} %if %{with lang}
Source1: https://download.kde.org/stable/plasma/%{version}/plasma-integration-%{version}.tar.xz.sig Source1: plasma-integration-%{version}.tar.xz.sig
Source2: plasma.keyring Source2: plasma.keyring
%endif %endif
BuildRequires: extra-cmake-modules >= 5.17.0 BuildRequires: extra-cmake-modules >= 5.17.0