5.71.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcompletion?expand=0&rev=205
This commit is contained in:
parent
7dc24f2fae
commit
c6af82bff0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fefea3d162709d06ad7a3148c1e7faef20525cd929360687e91289c891f24fde
|
|
||||||
size 120128
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl6t9CEACgkQWNDuZIpI
|
|
||||||
s7ujEQgAvjP4wvQEPz8wd5yny1AkAIrD0XonPwKA3FLNMjuSHRTubuM3sMA+lagI
|
|
||||||
WBposs0GEjwfR+cRaQysKq7mnX2arXsWgDRFBWl/iDCxYE59qeNkVWDSpCZmaGSm
|
|
||||||
sIQzsSsT4ybaalJsE3xtfxkBF4KzlArROT+T/BtDQlVDvFAlaZp/+HDEviieXhgo
|
|
||||||
7yTkZbQz0DOgJQSnCg40Bq5U9PTnoYdv725o6Ktmrrm0RHlHRndyqtiACKTHob7J
|
|
||||||
gJQp/paS4YBTXtnA8an3l1ahXo5jmSynWx1O6Z6hwgbfg7Od2CWPGtWUdv+Ea7H7
|
|
||||||
9+d2u0OrVtGUnB1YTbrkypwS/eADXA==
|
|
||||||
=1NwW
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kcompletion-5.71.0.tar.xz
Normal file
3
kcompletion-5.71.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bf0b6ce1ee133900f169662dbd35da6f766d3e4e02c0c102a9402e20450a22a4
|
||||||
|
size 120660
|
11
kcompletion-5.71.0.tar.xz.sig
Normal file
11
kcompletion-5.71.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl7dOhYACgkQWNDuZIpI
|
||||||
|
s7vEvQgAmWunmF96VuGbYI6XXkXo267sLjFoXSf+UlQJAvEw6ZgXh5bwFb/P4V1g
|
||||||
|
Xb7b14nsmlSO7O0CFWvLjbTUxVuO/mkPiDiIcN0hbL1W47JY7p5LfolAPGKGY224
|
||||||
|
zdW+vX+vbLgu2nKAAQmGm7OLZxEeKD42t45gORsFAcFGQFlLBBq7sLa6gdaQOdND
|
||||||
|
m0qWGSbYJn9fdFj6a0WHrzmwDxXSFuSTE9QLe3GsEOzgdoeLqkmm0KDaunG9LxV6
|
||||||
|
w1dLFuteoVo9Za3pJ24xjsv6U9Pid+rmG4SKI0gpVhLZjREoZ5U5xbZqTR6Opzxq
|
||||||
|
Y4nllQ0LXCC9NdlKpWyxzTI73oaMEQ==
|
||||||
|
=nH4e
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 7 08:06:23 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.71.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/kde-frameworks-5.71.0
|
||||||
|
- Changes since 5.70.0:
|
||||||
|
* Fix build with EXCLUDE_DEPRECATED_BEFORE_AND_AT=CURRENT
|
||||||
|
* Wrap also API dox with KCOMPLETION_ENABLE_DEPRECATED_SINCE; use per method
|
||||||
|
* Use UI marker context in more tr() calls
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 3 09:39:46 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
Sun May 3 09:39:46 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Completion5
|
%define lname libKF5Completion5
|
||||||
%define _tar_path 5.70
|
%define _tar_path 5.71
|
||||||
# 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.70.0
|
Version: 5.71.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