Accepting request 848533 from KDE:Frameworks5
KDE Frameworks 5.76 OBS-URL: https://build.opensuse.org/request/show/848533 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcompletion?expand=0&rev=86
This commit is contained in:
commit
581cef9060
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:409b2759b6ac476b16fd6b5efd78381e9a840bae041fef35285404d2b79eeeff
|
|
||||||
size 121432
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl96NFwACgkQWNDuZIpI
|
|
||||||
s7u5ngf7BSqG6B41ADeX/kc66nqPhWTKLATMszAFgDkqt+JEshi9Lj1dAvTY5a2u
|
|
||||||
dcHePukksfwQLvk8qjPdZ79l2ENWRWd0rC1Dgcbp8PKgAc/cTXuDZRkRv0wMnM7R
|
|
||||||
3E38ZHfoW6BocMOUcBHAWC7uPcKgf+q9JNzgJ5ueqSP6fslD//uBb0LgCC/43CLm
|
|
||||||
SviSvRcrvGsF4a5CQ3sdAikmPjnDjlpVTcGQbpkFEZud/gdgoQQFmpTQKjePGD1d
|
|
||||||
Z8N4KiEqHXVKSIOIqQ0/FljOq7H2xU18BibvtvWo3elYJnmon5Q0f8JoP+7DLona
|
|
||||||
FwU8crtuhAhPtJ+yMIeTpnluAhja3g==
|
|
||||||
=Eeyw
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kcompletion-5.76.0.tar.xz
Normal file
3
kcompletion-5.76.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:014c56172040bf3aa27f81a6bb433914a5c22d2dfb1f8566be4cce678d09193a
|
||||||
|
size 121464
|
11
kcompletion-5.76.0.tar.xz.sig
Normal file
11
kcompletion-5.76.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl+m5FMACgkQWNDuZIpI
|
||||||
|
s7vpVAf8CgyDU6dpFBrUU1U2yKU6xnzqJ06QtocMQPCQdkt3yUazzEArAxTkjnBO
|
||||||
|
0DOVpRVtCFs9s6kau2f56l2GMRB0TsxpmEVFFR2naLp2xZOD3lgia7xDtm4kvOWd
|
||||||
|
vkw8ojD9Nfuql5gA0roQVlAmDUp6514QSWshP+uFiGk75zhFmUrE0gHoj6R1gqSQ
|
||||||
|
t78dFMbDP4DE9qgOkq5+YeJv4kEq8hICYnhVbcRpHwgsh2PI2jCHaB5pUX616ZRS
|
||||||
|
JBiKAeAZW1jygHnh/c2n1AEJuLRPJdXQ4FIxEKWxVVrGlIIlZH3rvoQlHScE75SA
|
||||||
|
8k2udgFQe8v3Gihb5iw+BVsBgkN6mg==
|
||||||
|
=LDhc
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 7 21:34:22 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.76.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/kde-frameworks-5.76.0
|
||||||
|
- Changes since 5.75.0:
|
||||||
|
* If include is define in .h remove it if it's defined in .cpp too (scripted)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 5 08:32:58 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
Mon Oct 5 08:32:58 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Completion5
|
%define lname libKF5Completion5
|
||||||
%define _tar_path 5.75
|
%define _tar_path 5.76
|
||||||
# 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.75.0
|
Version: 5.76.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