forked from pool/kinfocenter5
Plasma 5.22.3
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kinfocenter5?expand=0&rev=324
This commit is contained in:
parent
f90fb651f4
commit
79e839ca71
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:34c630cb096700c5c77cbdf73b36de47dbaaf02719416896ac16fd2591ac1a50
|
|
||||||
size 1163044
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmDSMvEACgkQ7JTRj38F
|
|
||||||
mX6wOgf/Z7e3y+jspzrIw+nw9ox4NYA0UObYcjx4DRV87vsxIptMFOTQii5HasvZ
|
|
||||||
5yGPtGHbwgYxs9Xi7guXYigWWLitME9XmdQjryyMnKHeWAtzE71Q9vyvRY7tk4oV
|
|
||||||
FLcBpy2WBgDp6uiCfOkzyLdKxd3NnScLJeKndveffkfsqKKX5Mc2+oIs7pXbBzc1
|
|
||||||
1c3qbqv74WaD7uhHr2iYMStXP5TGBQG90e5/re6pIps5p3OZCw4PMqU3Hw3P8TAJ
|
|
||||||
4fHcNGmqVnfLKbQqWNNbwwWI8Z+tFn0whG6RrFzrmzki/926Zbp5rZMfmqOhB1pQ
|
|
||||||
8nAjQyHqDBL+1AnntytQI+S1RHgU0w==
|
|
||||||
=1PPe
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kinfocenter-5.22.3.tar.xz
Normal file
3
kinfocenter-5.22.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6b3009206f0a44c4f93bfa89c1ad6a5ef8387de8d06e3e7e29adb59458846be2
|
||||||
|
size 1163596
|
11
kinfocenter-5.22.3.tar.xz.sig
Normal file
11
kinfocenter-5.22.3.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmDkLdYACgkQ7JTRj38F
|
||||||
|
mX5FEgf/ZFFJ9Slyix1S3GBdYfBp9QDM6tJatV5eLipwxp1P7OfPbIr9gVuwYXO6
|
||||||
|
bXYB7Ca8tjAlnkJp8QaXc7Awb5j0tDpSIDCXktsTbawAweJNUiFgAw47SrJbrD0l
|
||||||
|
gmHGEcZMLCH97XKRwu/t/ph0piIknEriQuU1+u5FuPYbJgQedOLFy25V3pyaqdoE
|
||||||
|
vHAkLdOzPElEiGjsIZ3YW3IFgMSuNmR+T6FQCcb61gTCjBjfZnx6mduNJK+9PivP
|
||||||
|
5mbNHb8VMcUdgqiyPtVcce2vG0KlMezvketXAun6prHwilM8QSAOd6E0+bnGmzlF
|
||||||
|
Ve+e0f+sXK/Lxr//Jd5X76ZbMuUwhQ==
|
||||||
|
=aWtS
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 6 12:01:46 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||||
|
|
||||||
|
- Update to 5.22.3
|
||||||
|
* New bugfix release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/plasma/5/5.22.2
|
||||||
|
- Changes since 5.22.2.1:
|
||||||
|
* remove cell dimension setting
|
||||||
|
* unbreak the refresh button
|
||||||
|
* disable layout twinning in NIC kcm
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 23 08:24:40 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
Wed Jun 23 08:24:40 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||||
|
|
||||||
|
@ -23,19 +23,19 @@
|
|||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: kinfocenter5
|
Name: kinfocenter5
|
||||||
Version: 5.22.2.1
|
Version: 5.22.3
|
||||||
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 5.22.2}
|
%{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
|
||||||
# Latest ABI-stable Plasma (e.g. 5.8 in KF5, but 5.8.95 in KUF)
|
# Latest ABI-stable Plasma (e.g. 5.8 in KF5, but 5.8.95 in KUF)
|
||||||
%{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')}
|
%{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')}
|
||||||
Summary: Utility that provides information about a computer system
|
Summary: Utility that provides information about a computer system
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
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/5.22.2/kinfocenter-%{version}.tar.xz
|
Source: https://download.kde.org/stable/plasma/%{version}/kinfocenter-%{version}.tar.xz
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
Source1: https://download.kde.org/stable/plasma/5.22.2/kinfocenter-%{version}.tar.xz.sig
|
Source1: https://download.kde.org/stable/plasma/%{version}/kinfocenter-%{version}.tar.xz.sig
|
||||||
Source2: plasma.keyring
|
Source2: plasma.keyring
|
||||||
%endif
|
%endif
|
||||||
# PATCH-FIX-OPENSUSE plasma-session-name.patch
|
# PATCH-FIX-OPENSUSE plasma-session-name.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user