KDE Frameworks 5.113.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcompletion?expand=0&rev=284
This commit is contained in:
parent
b5b6a0e654
commit
3344ceb475
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1261826ed4048d96d7849bb692b5e4db3f78521e610a1a58bbd185ff385409cc
|
||||
size 2337900
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmVGGwAACgkQWNDuZIpI
|
||||
s7uOOwgAigD7pk78GyanHD2fcSdMOW+brM7fv7r8i0RidKYrGMO2ZRww8Tilh2oc
|
||||
KHNrkwrCLGjoxSHmoykGfAx1I4RyBOE8OMlnpeDCol2mG5DPslrhUj7hOD0U23sn
|
||||
/z5aSwka3zP986LERJBoOr8pZptWxO9Cs4QVG+SRqvN8HcqHf6woRDg7FRnv08f9
|
||||
kXpmEJ+BngQM+Zvkpc5JyQBxDIVh3yqFJYoKPEHGO4TbxWxZIQ1usPZR/0/WuuNe
|
||||
tNPtuE3OzK4K3yxpg3oImoSa6pzjMWNVRvUNgeJLlu8nE2ZuT1UGQqEzBrYEsnXz
|
||||
t+ao/97j1cClqqfdtLBWvtYEN4dV0A==
|
||||
=crAJ
|
||||
-----END PGP SIGNATURE-----
|
3
kcompletion-5.113.0.tar.xz
Normal file
3
kcompletion-5.113.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e9cc13b7ed3dd5b9dcba59060b934f7a244da0df631135d8d63a48942040c204
|
||||
size 2337608
|
11
kcompletion-5.113.0.tar.xz.sig
Normal file
11
kcompletion-5.113.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmVrAjcACgkQWNDuZIpI
|
||||
s7toJggAldIQWSNey5ylmQ0Gj5tRiIiTf213Uoc0tgCDmb+n5q9bvac37/pYfBQU
|
||||
AjNql0vigW0HQRQqz6IIFdCY4UFTHzNlIcffa5pYCa9ubFuZlxRzdXOyr7I0xVbg
|
||||
bj4kbCURHaE7kbly7YbtyuNch+6tFhfvP5JA5vMVBIWRFHsLCIScKX06D0bc4cml
|
||||
MbrmQTFZYuQJQbvxc5bhdev1cPNti/s+uHyw9eWu5N4YC3mnfbONtctuJhLqgRtD
|
||||
YEtlaWdGrkCKrc7+BAiZU/407lRWcYqv48snVQj84z/hrYPLafjklFuz6CSZdhCx
|
||||
X/I8ezUddPMwEgb27JnXOsNo6X2CKQ==
|
||||
=Xz/z
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 5 11:17:24 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 5.113.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.113.0
|
||||
- No code change since 5.112.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 6 09:13:45 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5Completion5
|
||||
%define _tar_path 5.103
|
||||
# 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}')}
|
||||
%define qt5_version 5.15.2
|
||||
%bcond_without released
|
||||
Name: kcompletion
|
||||
Version: 5.112.0
|
||||
Version: 5.113.0
|
||||
Release: 0
|
||||
Summary: Widgets with advanced completion support
|
||||
License: LGPL-2.1-or-later
|
||||
@ -34,14 +34,13 @@ Source: %{name}-%{version}.tar.xz
|
||||
Source1: %{name}-%{version}.tar.xz.sig
|
||||
Source2: frameworks.keyring
|
||||
%endif
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_version}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: cmake(KF5Config) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5UiPlugin) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.15.0
|
||||
BuildRequires: cmake(KF5Config) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5WidgetsAddons) >= %{_kf5_version}
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= %{qt5_version}
|
||||
BuildRequires: cmake(Qt5UiPlugin) >= %{qt5_version}
|
||||
BuildRequires: cmake(Qt5Widgets) >= %{qt5_version}
|
||||
|
||||
%description
|
||||
KCompletion provides widgets with advanced completion support as well as a
|
||||
@ -57,8 +56,7 @@ lower-level completion class which can be used with your own widgets.
|
||||
%package devel
|
||||
Summary: Header files for kcompletion, a widget collection with completion support
|
||||
Requires: %{lname} = %{version}
|
||||
Requires: extra-cmake-modules
|
||||
Requires: cmake(Qt5Widgets) >= 5.15.0
|
||||
Requires: cmake(Qt5Widgets) >= %{qt5_version}
|
||||
|
||||
%description devel
|
||||
Development files for KCompletion, a widget collection with advanced
|
||||
|
Loading…
Reference in New Issue
Block a user