KDE Frameworks 5.81.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcompletion?expand=0&rev=227
This commit is contained in:
parent
c5786ad321
commit
a51a55e6c4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ef4251a6196255e8b131c8dd0793b3e79f7de05449cf2d466131d30078686093
|
|
||||||
size 121488
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmBD1dsACgkQWNDuZIpI
|
|
||||||
s7tfIQf/dRhxFWmjB2v/TfHvV2w4yhOw2P3rzcsJuSIyJyGCR5OFrkSzqYIOSe8d
|
|
||||||
CnRZoQX/sz4E5W4gY0OYhj6k0tVSfF/mQf0SZXEkWL+kB69AYIhqrRP+SrJYV1d4
|
|
||||||
QfBg0ugTsDZ2bbxiZBBo3ZtEW2ldvfhuRazSffp+T4sqwfWu2q9UP2qwnhn2iSvB
|
|
||||||
mq8Bs1QTSGGQHTfndqWBlGSsSrEVCYm3Ol+btVsXlGPFhwIfpDdgXqIbklj2lMbn
|
|
||||||
lwnM7P0DAF3OPOG1yP6yu8nr5kbxt6nj5tVOoVm6R+VHRy1kJ9MmoKneKbr/8bNF
|
|
||||||
bcy07bJkae+gMXPixrzqt+YmKQEaqw==
|
|
||||||
=F/Ip
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kcompletion-5.81.0.tar.xz
Normal file
3
kcompletion-5.81.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f7ac17e57203bfee92b252b92cd31174a624620119a461fad04087a7c8337c95
|
||||||
|
size 121996
|
11
kcompletion-5.81.0.tar.xz.sig
Normal file
11
kcompletion-5.81.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmBprR4ACgkQWNDuZIpI
|
||||||
|
s7s6bgf/Yt1AxbwAN5UFyepoG9xy7J0I8LwImBv2DV4ELaUFTW/C7yKwv4gK8q0C
|
||||||
|
AQObh84BFaSUur/d9HosYeJT7WYWGN0mlsfho70AL+3di4xcBrzkqwmQnCWvrl2E
|
||||||
|
ufuoF+T84ieQXi7t2Tg9BLXcc264UPTh/0bedEReHJzpMmiVc8fSGyxFXs8KtRKG
|
||||||
|
ipHY+6PU6ie4+rt6atqLGY0Ft+zEfAJ4Z4woaGzoINPiFGdsJVvtR1vjlrvMV178
|
||||||
|
INYV5NJ9Rxr3MIxwWFfgub4nM9Ztk2dt/oR/KFVW3LM7jR91wzV4tGimINxGn+Ew
|
||||||
|
OGnVymznM7FwgLhY68Og/QwOWKqsmw==
|
||||||
|
=NUkG
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 5 07:12:12 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.81.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.81.0
|
||||||
|
- Changes since 5.80.0:
|
||||||
|
* Un-overload KLineEdit::returnPressed(const QString &) signal
|
||||||
|
* Un-overload KCompletionBox::activated(const QString &) signal
|
||||||
|
* Un-overload KComboBox::returnPressed(const QString &) signal
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 7 09:26:37 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
Sun Mar 7 09:26:37 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Completion5
|
%define lname libKF5Completion5
|
||||||
%define _tar_path 5.80
|
%define _tar_path 5.81
|
||||||
# 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.80.0
|
Version: 5.81.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