Plasma 5.19 Beta. Did I forget to submit the fixes? Untested - please publish disable before accepting.

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma5-integration?expand=0&rev=119
This commit is contained in:
Christophe Giboudeaux 2020-05-19 13:35:24 +00:00 committed by Git OBS Bridge
parent 14e11a07ef
commit c13aef1ef3
6 changed files with 35 additions and 17 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl6xfeUACgkQ7JTRj38F
mX4C8Af+JJkTIuEpSI2I1Ii/jAaw9t0UgC7ZihA03zb0IHbgNxYtXin8DV7H986W
cfdaDbyFzLz1dyiELkgY6c+F9RoHe3Xnz+wNyOxzbvp6MAwSJosPMRXVPgDeeuPN
B0JI1IMJgwmQyUEq3H+8VJCyHZRPT5bcW9Yu+oUwjTYBrtb6wUWW5nnyipHZLmuu
BJt+FmSpw29+mA1WSXOS3Ldt+dU+crzxwKAZgMsxj+n5kzmPLRXqjw8lfOegw/3e
rx1rKYdrsRIh1LhMkT+of3YbWGb35PFirMYm7wbR+dQgj1rBzHMfe1AsNyCD6XVP
lmjJHo+MkWakTXNxx9IhmZ4FlbVUTQ==
=4l8L
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl69IeYACgkQ7JTRj38F
mX7Q4Qf+OIcMwmPuMQ8iwqxdIRD0lggCngek4iQ649b1U5VChMhWkrAFBkYeC3YA
65hPPUak/mUHn6gOy8xUu8uxJY1Eh1bmgcEekqb9uWphri6zEKjORH8TeAd5HOPV
83R4VQm84vALH40OGCqpTp2vp5Or0jeF3Qsrlh0xOJXI1cimfKKrWsRKFCFlULyl
qYD1AuOHMclUNNOty28yANYJjZTvDs8aI262lDjjnGVATzZr8DDPnAINoPOK+EwD
9iLcXMCKto/x0QdKUIHjCPPGBxWEEDFqbtptoCRWPIdSZGnRzlbR+I+oHvfSOZZZ
RCzuFYbwbZ5i3PH/altYvzbwUvohLA==
=Uqzf
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu May 14 14:33:07 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.18.90
* New feature release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.18.90.php
- Changes since 5.18.5:
* Use Standard "Show/Hide Hidden files" shortcuts in directory chooser dialog
* Raise size of default fixed-width font from 9 to 10pt
* Remove too strict Qt/KF5 deprecation rule
* Set cursor size default to 24 to align with KCM default value
* Fix build
* bump to require Qt 5.14
* Make it compile against qt5.15. SkipEmptyParts is part of Qt::.
* Revert "Fix message box when passing a remote url that includes a file"
* Fix message box when passing a remote url that includes a file
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 5 13:01:54 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de> Tue May 5 13:01:54 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.18.5 Version: 5.18.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: https://download.kde.org/unstable/plasma/%{version}/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: https://download.kde.org/unstable/plasma/%{version}/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