KDE frameworks 5.77.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcompletion?expand=0&rev=217
This commit is contained in:
parent
ed99aabddc
commit
caff40a713
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:014c56172040bf3aa27f81a6bb433914a5c22d2dfb1f8566be4cce678d09193a
|
||||
size 121464
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl+m5FMACgkQWNDuZIpI
|
||||
s7vpVAf8CgyDU6dpFBrUU1U2yKU6xnzqJ06QtocMQPCQdkt3yUazzEArAxTkjnBO
|
||||
0DOVpRVtCFs9s6kau2f56l2GMRB0TsxpmEVFFR2naLp2xZOD3lgia7xDtm4kvOWd
|
||||
vkw8ojD9Nfuql5gA0roQVlAmDUp6514QSWshP+uFiGk75zhFmUrE0gHoj6R1gqSQ
|
||||
t78dFMbDP4DE9qgOkq5+YeJv4kEq8hICYnhVbcRpHwgsh2PI2jCHaB5pUX616ZRS
|
||||
JBiKAeAZW1jygHnh/c2n1AEJuLRPJdXQ4FIxEKWxVVrGlIIlZH3rvoQlHScE75SA
|
||||
8k2udgFQe8v3Gihb5iw+BVsBgkN6mg==
|
||||
=LDhc
|
||||
-----END PGP SIGNATURE-----
|
3
kcompletion-5.77.0.tar.xz
Normal file
3
kcompletion-5.77.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2ed7c90a575de468fd025688e7aa566b30003f4e43b1d7ed0c5dacafa0abf3d4
|
||||
size 121432
|
11
kcompletion-5.77.0.tar.xz.sig
Normal file
11
kcompletion-5.77.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/LnzgACgkQWNDuZIpI
|
||||
s7vxMAf/S/h0xxugueyxjsK4w8pfroDnPxeqxOlf6qmo3w8vzfyECoaBHf8BxkKJ
|
||||
I8wR2xPPAOrOWJCPHhYusvsVcKaQEYEcdiCgbh0qYKdP7AG+CMcm/5NW18BcLAfY
|
||||
6GyKRnJTx6uqZGu+ogBUFHvrTI8bmCSPH0GfJx8Pvbwpe0eHBBUqumFaTkVPIZ/A
|
||||
C/ojAQ8SbK91PGH2Fm1f/YTqj1JBTtOiV+IGcNvPEKxqDpg9dGMUYjJyplOO0mlp
|
||||
xjpwfZbTGKRiNnc9ZOws6VycUl/8l7wa5dB20V9H109gXYlk+SABKyUoisgU/aWK
|
||||
3zzt8f9eUT6jocA95scqHcbizkcnjA==
|
||||
=Y+nc
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 5 18:56:18 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.77.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/kde-frameworks-5.77.0
|
||||
- No code change since 5.76.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 7 21:34:22 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5Completion5
|
||||
%define _tar_path 5.76
|
||||
%define _tar_path 5.77
|
||||
# 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}')}
|
||||
%bcond_without lang
|
||||
Name: kcompletion
|
||||
Version: 5.76.0
|
||||
Version: 5.77.0
|
||||
Release: 0
|
||||
Summary: Widgets with advanced completion support
|
||||
License: LGPL-2.1-or-later
|
||||
@ -41,10 +41,10 @@ BuildRequires: fdupes
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: cmake(KF5Config) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(Qt5UiPlugin) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5UiPlugin) >= 5.13.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.13.0
|
||||
%if %{with lang}
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.13.0
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -67,7 +67,7 @@ Summary: Header files for kcompletion, a widget collection with completio
|
||||
Group: Development/Libraries/KDE
|
||||
Requires: %{lname} = %{version}
|
||||
Requires: extra-cmake-modules
|
||||
Requires: cmake(Qt5Widgets) >= 5.12.0
|
||||
Requires: cmake(Qt5Widgets) >= 5.13.0
|
||||
|
||||
%description devel
|
||||
Development files for KCompletion, a widget collection with advanced
|
||||
|
Loading…
Reference in New Issue
Block a user