Accepting request 861916 from KDE:Frameworks5
KDE Frameworks 5.78.0 OBS-URL: https://build.opensuse.org/request/show/861916 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcompletion?expand=0&rev=88
This commit is contained in:
commit
57aa55d9e2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2ed7c90a575de468fd025688e7aa566b30003f4e43b1d7ed0c5dacafa0abf3d4
|
||||
size 121432
|
@ -1,11 +0,0 @@
|
||||
-----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-----
|
3
kcompletion-5.78.0.tar.xz
Normal file
3
kcompletion-5.78.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a73972651b5230c8df2d5d7b463d48004b8fd6672bda164e834eec5345113fa9
|
||||
size 121480
|
11
kcompletion-5.78.0.tar.xz.sig
Normal file
11
kcompletion-5.78.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/wedgACgkQWNDuZIpI
|
||||
s7sCvAf+JoPkXXbVO7Sh5FJdGU/bYPTxC9jwAk4QmnFd2uRRaoQ4pY0/h2aweu0L
|
||||
TjsVVW49L7z5l5dBYHOII/4JnvmTMb6IyPW0YhCN6mtjcw6AVW2M7luSthAi4nyz
|
||||
FbD2KhVDK06p0u6AWKcBeML2MamIGA+S+jp37yTw42wIqCwpi6rfMb72PzWuU6QM
|
||||
kUlnzAfjNRBFVg/9BZ5JM7OVABdvuzaZICyDCVkdP2xqLJRKhDvqI2zps8RtXenJ
|
||||
3VE0i5My9XiE5v13itkrzbOUOpdyT3uuuypzkA+z5EkYvdBAiw2ywDs1ohkq2sjq
|
||||
zKPmGlPe1YDiHQI0k7/U0YSdZW5qaA==
|
||||
=AQmk
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 6 10:47:23 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.78.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/kde-frameworks-5.78.0
|
||||
- Changes since 5.77.0:
|
||||
* Remove ifdefs, we require Qt 5.14 now
|
||||
* operator+/- is disabled for QFlags in qt6
|
||||
* [KComboBox] fix crash when calling setEditable(false) with open context menu
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 5 18:56:18 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kcompletion
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5Completion5
|
||||
%define _tar_path 5.77
|
||||
%define _tar_path 5.78
|
||||
# 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.77.0
|
||||
Version: 5.78.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.13.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.13.0
|
||||
BuildRequires: cmake(Qt5UiPlugin) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.14.0
|
||||
%if %{with lang}
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.13.0
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.14.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.13.0
|
||||
Requires: cmake(Qt5Widgets) >= 5.14.0
|
||||
|
||||
%description devel
|
||||
Development files for KCompletion, a widget collection with advanced
|
||||
|
Loading…
Reference in New Issue
Block a user