KDE Frameworks 5.114.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcompletion?expand=0&rev=286
This commit is contained in:
parent
3344ceb475
commit
daa0b8edc6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e9cc13b7ed3dd5b9dcba59060b934f7a244da0df631135d8d63a48942040c204
|
||||
size 2337608
|
@ -1,11 +0,0 @@
|
||||
-----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-----
|
3
kcompletion-5.114.0.tar.xz
Normal file
3
kcompletion-5.114.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8c57236d6c866c869cdf8f166cec7f2cb6d9067be54987eb9a74b60029ee6d63
|
||||
size 2337944
|
11
kcompletion-5.114.0.tar.xz.sig
Normal file
11
kcompletion-5.114.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmWZJrkACgkQWNDuZIpI
|
||||
s7vGBAgArRO3XOCi44yQsARnqEAguCWAskqsLM/v7fLNG74xHgSRZUpZr4SIO6vw
|
||||
lbhCMV9Tz6kG5x4w8b3eB7G4UJKHpvbi36zX48VbweelHBX6aMZN48KwCtN7Lve4
|
||||
oS0E58vEuMeM5xDptGWxsWle4s4rvVDxNvM5rAs2auTAxl8mBH/uCYPZOfBv/qBE
|
||||
aqoc/wWzp+A6aOxTO5Devsp1H9AAILfCF4VNjbcFLL2X27jAukknF/9dACONPzSB
|
||||
oaKOupPS6+BqV1rTnfQ67p/J5zLlXl5AFQxCIj1C8uLI+RPTcKiUUZUBwi5Ub3nJ
|
||||
/X04A2BLao97IFuBLLTyRN6pNd+BdA==
|
||||
=8/o6
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 13 11:21:22 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 5.114.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.114.0
|
||||
- No code change since 5.113.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 5 11:17:24 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.113.0
|
||||
Version: 5.114.0
|
||||
Release: 0
|
||||
Summary: Widgets with advanced completion support
|
||||
License: LGPL-2.1-or-later
|
||||
@ -34,13 +34,14 @@ Source: %{name}-%{version}.tar.xz
|
||||
Source1: %{name}-%{version}.tar.xz.sig
|
||||
Source2: frameworks.keyring
|
||||
%endif
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_version}
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||
BuildRequires: fdupes
|
||||
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}
|
||||
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
|
||||
|
||||
%description
|
||||
KCompletion provides widgets with advanced completion support as well as a
|
||||
@ -56,7 +57,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: cmake(Qt5Widgets) >= %{qt5_version}
|
||||
Requires: cmake(Qt5Widgets) >= 5.15.0
|
||||
|
||||
%description devel
|
||||
Development files for KCompletion, a widget collection with advanced
|
||||
|
Loading…
x
Reference in New Issue
Block a user