Plasma 5.22.2.1. The .1 needed overwriting of _plasma5_bugfix for now
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma5-addons?expand=0&rev=311
This commit is contained in:
parent
64f380426d
commit
f756d9efa6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:576c95e795d4a90c276b83f8596499776111da37ce551542c5704bd0ef550610
|
||||
size 633472
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmDIeRUACgkQ7JTRj38F
|
||||
mX7rQAf+I+KqZbmtiDNHSUKF8o3FvtfZ2jzorhH/UbBehZ1TVQvvFDMIo3y1/pxJ
|
||||
u5yBNbxuSQLamXmCYGMxoaydFCWZDTVd9+/XkleYitVWIOig5G1hZn3zAdLVLrEs
|
||||
o24sEFpU3ayjPljWeWVpf9olbOgZYFW6xqz1lxgVilp1GnR4kbhmUFNe/TJIOGa6
|
||||
b/naZvbCaxrefv+q+CHSgDfHr9eY6w7SIdGCEXArPYTfi7poBNAI7mAeI/8ujbEI
|
||||
V0tWdChtIsn+mTVCGX34L6YMrW5aXYhtd3P9ACqa0dnvcY/Kt4rtEbb9cOm9pgQN
|
||||
/SEHbS2p2sRmbphzDk9Wx3BkQVay7A==
|
||||
=EWHI
|
||||
-----END PGP SIGNATURE-----
|
3
kdeplasma-addons-5.22.2.1.tar.xz
Normal file
3
kdeplasma-addons-5.22.2.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:db876a5bcdfd57f96ba219399baa1d1eae49ed79e009010a1fdbbf256ea20023
|
||||
size 633228
|
11
kdeplasma-addons-5.22.2.1.tar.xz.sig
Normal file
11
kdeplasma-addons-5.22.2.1.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEyBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmDSMoYACgkQ7JTRj38F
|
||||
mX5dOAf4xUtiNCuDBJ8bi75Zi8QBnnQCJvJ5mOytwFmgYYj+IOMB1yBOvq3EX/4i
|
||||
KN59xM1TH+qtc6kVPEZhOg6Dsji+y4T+mM2RDkFt13XwUTwG5LiC07yNqMc4sJ4/
|
||||
WfYcbUBWKOW+lrqSysBM5tBaVMiIGcIKU3CS/UDsUUSwC7FrPVQL/8pXggvriRNs
|
||||
XSLXILPW6GLNTTLRQrnEGii1ncDSqJCkgB2sekf+PJGW69/KRxAB2dkzBezpqXnr
|
||||
e2M/Hh9djUaNcG2gvouUhkoEMszP9S8B9scTh8TGVD9xMX57Q8a8SPqYoOL8gAdQ
|
||||
jWO8mMkp16n+o8+ujnro/XuLYrr4
|
||||
=Nd3K
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 23 08:24:43 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 5.22.2.1
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/plasma/5/5.22.2
|
||||
- No code changes since 5.22.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 15 13:17:26 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
|
@ -18,19 +18,19 @@
|
||||
|
||||
%bcond_without lang
|
||||
Name: plasma5-addons
|
||||
Version: 5.22.1
|
||||
Version: 5.22.2.1
|
||||
Release: 0
|
||||
# Full Plasma 5 version (e.g. 5.8.95)
|
||||
%{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
|
||||
%{!?_plasma5_bugfix: %define _plasma5_bugfix 5.22.2}
|
||||
# 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}')}
|
||||
Summary: Additional Plasma5 Widgets
|
||||
License: LGPL-2.1-only AND GPL-2.0-or-later AND GPL-3.0-only
|
||||
Group: System/GUI/KDE
|
||||
URL: http://www.kde.org/
|
||||
Source: https://download.kde.org/stable/plasma/%{version}/kdeplasma-addons-%{version}.tar.xz
|
||||
Source: https://download.kde.org/stable/plasma/5.22.2/kdeplasma-addons-%{version}.tar.xz
|
||||
%if %{with lang}
|
||||
Source1: https://download.kde.org/stable/plasma/%{version}/kdeplasma-addons-%{version}.tar.xz.sig
|
||||
Source1: https://download.kde.org/stable/plasma/5.22.2/kdeplasma-addons-%{version}.tar.xz.sig
|
||||
Source2: plasma.keyring
|
||||
%endif
|
||||
BuildRequires: kf5-filesystem
|
||||
|
Loading…
Reference in New Issue
Block a user