Christophe Giboudeaux 2021-07-07 07:52:59 +00:00 committed by Git OBS Bridge
parent f8b91def16
commit 174edd5523
6 changed files with 27 additions and 18 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmDSM5AACgkQ7JTRj38F
mX6OZggAhIBzZRejSLVS4ZwiMyypQQ7/ipzPatbuzkdFDERpyTyMNIe5/Ap5KuC8
Dmj5hhWKXzJ1j4BspwaNXIHoKrNVgKpe2me4a7UBjOF7tPG3Oed3PN9ndDp+4Yms
njAn3iyCWNpSQYe+6eF5d4TckzTJpOuDwrlfn55ICOWT2zwSjP6OYHB9uaaNKyf2
EhU9pZEo4X+XeI85dfjkmmHqJAJAM3H3C12KN6Yefr4F8yeYXc2H0G+tjF6B5u52
T8Q8frT1ArY/wg5X4Rsa6OOzwSzo5P9DTsAjEKNM53xrutJWPvSoAQ8hxTAk/jQh
tywGFGG/2PuzIWm5zJky6NFYHZvNxQ==
=uJfH
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmDkLnsACgkQ7JTRj38F
mX7grwf9GZjSQaURrs2vwFM5iH3zh5eupARKtSEP8dzMpwXzSjCFZEzY/AeBBSDg
UOYLUCY/Vph+NboN7Mk93QyI+a1IpK/1MQjvVVtJQAVL2Sp1uJjXXYUcmpKtvGnP
NZjWg8D6aXmOxrf/gVgrPv/54+2QBIMy0sL/BzcUo5fdYXt0g6dTuXsnxE2pvC8E
hHCzldAlpkpPBNowfaeiNTOawht8gXM3CWTZOU15Mo/LPSJShIpzYpNPTAXCL+tU
ZFVD0+pVYpVKE2u3+NrQ5A8mLjQBmmHCUDJTwAXoEjRNH29rG/bcxXuHgp9GLpKi
a3CDQ3F9PSj02W59pVaJaeTK3L90uw==
=Ax/6
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Jul 6 12:01:48 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
- No code changes since 5.22.2.1
-------------------------------------------------------------------
Wed Jun 23 08:24:41 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -18,19 +18,19 @@
%bcond_without lang
Name: kwayland-integration
Version: 5.22.2.1
Version: 5.22.3
Release: 0
# 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)
%{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')}
Summary: Integration plugins for various KDE frameworks for wayland windowing system
License: LGPL-2.1-or-later
Group: Development/Libraries/KDE
URL: http://www.kde.org
Source: https://download.kde.org/stable/plasma/5.22.2/kwayland-integration-%{version}.tar.xz
Source: https://download.kde.org/stable/plasma/%{version}/kwayland-integration-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/plasma/5.22.2/kwayland-integration-%{version}.tar.xz.sig
Source1: https://download.kde.org/stable/plasma/%{version}/kwayland-integration-%{version}.tar.xz.sig
Source2: plasma.keyring
%endif
BuildRequires: cmake >= 3.16