Luca Beltrame 2021-05-09 07:41:55 +00:00 committed by Git OBS Bridge
parent a51a55e6c4
commit 7ce15d8c84
6 changed files with 34 additions and 25 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f7ac17e57203bfee92b252b92cd31174a624620119a461fad04087a7c8337c95
size 121996

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmBprR4ACgkQWNDuZIpI
s7s6bgf/Yt1AxbwAN5UFyepoG9xy7J0I8LwImBv2DV4ELaUFTW/C7yKwv4gK8q0C
AQObh84BFaSUur/d9HosYeJT7WYWGN0mlsfho70AL+3di4xcBrzkqwmQnCWvrl2E
ufuoF+T84ieQXi7t2Tg9BLXcc264UPTh/0bedEReHJzpMmiVc8fSGyxFXs8KtRKG
ipHY+6PU6ie4+rt6atqLGY0Ft+zEfAJ4Z4woaGzoINPiFGdsJVvtR1vjlrvMV178
INYV5NJ9Rxr3MIxwWFfgub4nM9Ztk2dt/oR/KFVW3LM7jR91wzV4tGimINxGn+Ew
OGnVymznM7FwgLhY68Og/QwOWKqsmw==
=NUkG
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:503646a0bf3f5e40daaea9b33618ffb39d0435d41cd736468d1806daefba247d
size 122088

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmCNaXwACgkQWNDuZIpI
s7ssGQf+PtLby6cJM/gEl59pfYxgW81d4fPlKOiFRjs7wKM7xDaIC+XV7DkOTNfa
6hlqur9jiDsyLD30TDH/eZ6KiskgKaneeOzcIgnHrUesq/jzhHlV3Os220IE+qe9
7HjtwluSaPeYyFwp8AqNFmodiAk4o7TWtgj3fpt4r2Y036R2o5tG7gQIWNO2TKv7
66Zy9ymtmSs1FSdiyiwoNTu8G1ALvasrcqmSh+6kfaWqqUFgzjWXmLvdYe6552o9
penFujZwKQtTAwPH4hccxVOF4E369Nhud7gNyPznHOG5jlgnKVy1K3PxzhslMvc6
5Z/tfeq4hURBHoSoh+RRtURgJjt8eQ==
=yMbg
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat May 1 16:40:39 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.82.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.82.0
- No code change since 5.81.0
-------------------------------------------------------------------
Mon Apr 5 07:12:12 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,14 +17,14 @@
%define lname libKF5Completion5
%define _tar_path 5.81
%define _tar_path 5.82
# 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.81.0
Version: 5.82.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.14.0
BuildRequires: cmake(Qt5Widgets) >= 5.14.0
BuildRequires: cmake(Qt5UiPlugin) >= 5.15.0
BuildRequires: cmake(Qt5Widgets) >= 5.15.0
%if %{with lang}
BuildRequires: cmake(Qt5LinguistTools) >= 5.14.0
BuildRequires: cmake(Qt5LinguistTools) >= 5.15.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.14.0
Requires: cmake(Qt5Widgets) >= 5.15.0
%description devel
Development files for KCompletion, a widget collection with advanced
@ -77,15 +77,15 @@ can be used with own widgets.
%lang_package -n %{lname}
%prep
%setup -q
%autosetup -p1
%build
%cmake_kf5 -d build
%cmake_build
%cmake_kf5 -d build
%cmake_build
%install
%kf5_makeinstall -C build
%fdupes %{buildroot}
%kf5_makeinstall -C build
%fdupes %{buildroot}
%if %{with lang}
%find_lang %{name}5 --with-qt --without-mo