KDE Frameworks 5.90.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/frameworkintegration?expand=0&rev=267
This commit is contained in:
parent
2ec1756d33
commit
ad927d9bd4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4e241eaced12a5a41c4eb72e1c7a1ae8cca5bdc22e6ea41cb22472fb6ac7ec38
|
||||
size 1758252
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGrv68ACgkQWNDuZIpI
|
||||
s7seUQf/aWm/EUPUclDKWXWeXVUrRBivaO09odclehILg4YOv2GXVQ/39VR7LFJ8
|
||||
28ln1JicVgO7WeKf+wOPku5gIn43oR5V0etGAV/HhzYpxIjQiU97ujRsrRjI9nNZ
|
||||
LsPUMar98BNWMn5R/eCusS3w8woBm/olKN4sRswgxF62bmm5Thfxcv8Ft647WEid
|
||||
0U+CzB+9SJ44jsqo6JSlDv+zYyN6ePA4BSD8GxE2/6ML35XNHwHHdSPmY6XF5EVX
|
||||
gVSGVlalnqDHkGsL3CUMcZXAb6qfVK04Fy64gep8XFnEz5P3EsFRMB9d5NWkBvhX
|
||||
HRdPf/Dp+umikwP5TnNUx72IlIGucA==
|
||||
=MG+Q
|
||||
-----END PGP SIGNATURE-----
|
3
frameworkintegration-5.90.0.tar.xz
Normal file
3
frameworkintegration-5.90.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5651afb5bb3563d2212662974bd91750b313e3b58fabf59f59459ef904a6fbec
|
||||
size 1758208
|
11
frameworkintegration-5.90.0.tar.xz.sig
Normal file
11
frameworkintegration-5.90.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmHQVy4ACgkQWNDuZIpI
|
||||
s7tqgggAstYhcR00LW0m5RMrK1w/c1QBBjLUBBmMardY2XE/a3nzcDvbPM4JA25n
|
||||
4uSfMa58TJ1A7+YcQ/vUKIFZRr8Y10Ze3km8AsVBate4ixHAF5lGiEe6XlvbzpJR
|
||||
bq+yyQ3r9DTq4dz0ZfG3aAy5qdFXxcokhiHX9POW/pYgdnbG8U4iTd5h+HbPOku1
|
||||
HHMd+SZLUSHQfQygNlPJQyAiBXT2AultYdKxhPARVWnkaSgLjqCMjLRE41oZjnGy
|
||||
oJHk/YVdza71lZ8vcEfDhyNPjWulKr6tBXf/0z2dDP33yWXDChSAGYxUto4q7MYg
|
||||
t77VK8KOrf+pthsz9WsvUx9dgzocWA==
|
||||
=m20R
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 3 12:47:11 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.90.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.90.0
|
||||
- Changes since 5.89.0:
|
||||
* Fix clazy warning
|
||||
* Make it compiles against kf5.89
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 4 22:56:16 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,22 +17,22 @@
|
||||
|
||||
|
||||
%define lname libKF5Style5
|
||||
%define _tar_path 5.89
|
||||
%define _tar_path 5.90
|
||||
# Full KF5 version (e.g. 5.33.0)
|
||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||
# Last major and minor KF5 version (e.g. 5.33)
|
||||
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||
# Only needed for the package signature condition
|
||||
%bcond_without lang
|
||||
%bcond_without released
|
||||
Name: frameworkintegration
|
||||
Version: 5.89.0
|
||||
Version: 5.90.0
|
||||
Release: 0
|
||||
Summary: Plugins responsible for better integration of Qt applications in KDE Workspace
|
||||
License: LGPL-2.1-or-later
|
||||
Group: System/GUI/KDE
|
||||
URL: https://www.kde.org
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
%if %{with lang}
|
||||
%if %{with released}
|
||||
Source1: %{name}-%{version}.tar.xz.sig
|
||||
Source2: frameworks.keyring
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user