forked from pool/kinfocenter5
Plasma 5.21 Beta - this time tested! kwin doesn't use libqaccessibilityclient yet and qqc2-breeze-style is not packaged, but only needed for Plasma Mobile.
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kinfocenter5?expand=0&rev=301
This commit is contained in:
parent
e30f27a952
commit
372f3506ff
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:55eba3e9f3b64a9508db6a2b4106b243d62d29be2ea08b388bb57297b9db7b4c
|
||||
size 1286404
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl/0VcUACgkQ7JTRj38F
|
||||
mX6OOAgAtjuruXxLAn8pK4ldeODYy3sA6hdNS3o/jGyBUcW6DTO9kEFN/37OBQM6
|
||||
5u/uCV2hwXuPUfVY3SDoR0/0w5W6RhVSB6M6vBkFAgAv5AijN53x53tk5qfz36so
|
||||
c4GFtKib4FIIqvT6VrfwW7rdA9epz6LkQI0l0XO6Phvv/l5x49BjWXOqLVHfVag2
|
||||
t5sCaswgpXlngRSW1r/X4sSL8dce1+mmJRUK/jZrKnNuDk70/JQ+KFzRktVxjyd6
|
||||
j8+UHhfHFIgIzAengCFrae8TTBY7VB8VqQCMDpTCiEr/zMROFyhcEtwYUCAF6dbf
|
||||
q8esGbdO76SlHotFZOl7QUr8aIZZgw==
|
||||
=1Fdf
|
||||
-----END PGP SIGNATURE-----
|
3
kinfocenter-5.20.90.tar.xz
Normal file
3
kinfocenter-5.20.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:252cf13c3924231b2bbb344c6fdb8afb614b734f0c2422e2ace501a3a24299cc
|
||||
size 1299748
|
11
kinfocenter-5.20.90.tar.xz.sig
Normal file
11
kinfocenter-5.20.90.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmAJd8AACgkQ7JTRj38F
|
||||
mX57pQgAmYL3ohK2a8tnTBr9S1vFfOLfp+vPBWf9mGK7qTTpkG91B5rFJ8FHZSDo
|
||||
NGsZWbjBg3shW4kxFPu3si3xUTRfa00CSvsnDgEnf0tQ3meW4jA4DjPb7ZDoEnEY
|
||||
ERLAwWkUgqeEts0z2Yl1mag0cg1N6eULqFfeFDt8XxZqE7finGo19/nLb0EgQg5M
|
||||
vCJ8DcMN7nEBqeoUo3YIw1RkOVHoYyG7O9lc1PeDd+cx9iyrLCoYqg1a1Kpj9Fmt
|
||||
VleBCY6bd45hVeXgoBH0tNHB59QguLqkAyhGOQqsuiPU4f5idZzXnQneEBSTLH7i
|
||||
ahH/ljJFKMxu7w600AbVIAr/LB+JrA==
|
||||
=vF5j
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 21 21:31:34 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 5.20.90
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/plasma/5/20.90/
|
||||
- Changes since 5.20.5:
|
||||
* Port away from QRegExp
|
||||
* typo--
|
||||
* Remove unused includes
|
||||
* weight main categories properly (kde#429153)
|
||||
* If include is define in .h remove it if it's defined in .cpp too (scripted)
|
||||
* Now it depends against new version. Old code can be removed
|
||||
* Remove not implemented method
|
||||
* Use more correct factory name
|
||||
* Fix SolDevice null pointer dereference
|
||||
* Update device info on selection change instead of activation
|
||||
* There is no need for static local variables
|
||||
* Documentation fixes
|
||||
* Use correct name for new Samba Status module
|
||||
* port samba module to qml
|
||||
* Fix minor typos
|
||||
* [modules/nics] Use consistent name everywhere
|
||||
* Port nic info center module to QML
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 9 17:43:36 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
%bcond_without lang
|
||||
Name: kinfocenter5
|
||||
Version: 5.20.5
|
||||
Version: 5.20.90
|
||||
Release: 0
|
||||
# Full Plasma 5 version (e.g. 5.8.95)
|
||||
%{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
|
||||
@ -33,9 +33,9 @@ Summary: Utility that provides information about a computer system
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/GUI/KDE
|
||||
URL: http://www.kde.org/
|
||||
Source: https://download.kde.org/stable/plasma/%{version}/kinfocenter-%{version}.tar.xz
|
||||
Source: https://download.kde.org/unstable/plasma/%{version}/kinfocenter-%{version}.tar.xz
|
||||
%if %{with lang}
|
||||
Source1: https://download.kde.org/stable/plasma/%{version}/kinfocenter-%{version}.tar.xz.sig
|
||||
Source1: https://download.kde.org/unstable/plasma/%{version}/kinfocenter-%{version}.tar.xz.sig
|
||||
Source2: plasma.keyring
|
||||
%endif
|
||||
# PATCH-FIX-OPENSUSE plasma-session-name.patch
|
||||
|
Loading…
Reference in New Issue
Block a user