Accepting request 939195 from KDE:Frameworks5
KDE Frameworks 5.89.0 (forwarded request 939175 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/939195 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcompletion?expand=0&rev=100
This commit is contained in:
commit
a7c8366c1b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b64c7a2720675599385c0faedae27d5255694e6d6637455b2740d49d3a813938
|
|
||||||
size 122892
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGGjggACgkQWNDuZIpI
|
|
||||||
s7vOzAgAulhN5fqk/B2KPwSNr7y8gT1FUdu+tIbCCmLIcWjm6ykAFDMBC0q+lp5D
|
|
||||||
mpiy5CTulf3p5i0S/P/Ynkkjk/ce0GfP+Q1upfuO5w0lTIKxGv+KHA1qNEaQiKXD
|
|
||||||
1doYIUavTbHBsZo8IBZBJER+o9kp0fsapX7KSrPj3os3NF1UVLyHPW4buo8n6OyU
|
|
||||||
ec2Apcnd5aZ3/drQSQ+p9imszYxTq677DK1ghXpjFzL1baMjFAp7u/CJHMv7/tHe
|
|
||||||
lLPhWgngvdZ8syxsifOxPbgT798HADkdG9adM+2hk1cBfWG6wsVa3dP7uL2bBNcx
|
|
||||||
he+SBn0uRFy/ZUTokjr0c/VKsd0LNA==
|
|
||||||
=OsvV
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kcompletion-5.89.0.tar.xz
Normal file
3
kcompletion-5.89.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ee1be28f5c7312ef78ea6ddff62c0ff0e079c15313d7e4f49661e6db729f692f
|
||||||
|
size 125000
|
11
kcompletion-5.89.0.tar.xz.sig
Normal file
11
kcompletion-5.89.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGrv78ACgkQWNDuZIpI
|
||||||
|
s7uMWAgAs3/2Nu/YqPnAbhXvq75aVUK7EioWU2AXzKL+g8Rm4txsYfa4vR6gtfy2
|
||||||
|
8csmrDK1wk+4ckBxavl6YVPiSQ2FXjFuky9nhMYKFOpUhdXFy8nZsehCOU/1ObCd
|
||||||
|
k1mj7syDA4UDl9+08If5JlHWxJcjRtFl6L+GgxVqJfV+EtwKMjigaat17zcNsDlY
|
||||||
|
TbNUeSIO7BIgaTIkoJKjEma4CQ4t5W2OZUt/1+owvSmBvdpoLg+7hmeQJb+VGUdT
|
||||||
|
pATs5BTrziW5GictRqck0r9NzfErmnkeJ0BPqL9jU603lD21/IwpQzBnSyQwcwD8
|
||||||
|
qWuj9od7KOs2HniR5HK+je5GanS/Og==
|
||||||
|
=in90
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 4 22:56:24 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.89.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.89.0
|
||||||
|
- No code change since 5.88.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 7 09:13:11 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
Sun Nov 7 09:13:11 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Completion5
|
%define lname libKF5Completion5
|
||||||
%define _tar_path 5.88
|
%define _tar_path 5.89
|
||||||
# Full KF5 version (e.g. 5.33.0)
|
# Full KF5 version (e.g. 5.33.0)
|
||||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||||
# Last major and minor KF5 version (e.g. 5.33)
|
# 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}')}
|
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: kcompletion
|
Name: kcompletion
|
||||||
Version: 5.88.0
|
Version: 5.89.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Widgets with advanced completion support
|
Summary: Widgets with advanced completion support
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user