Accepting request 773242 from KDE:Frameworks5
KDE Frameworks 5.67 OBS-URL: https://build.opensuse.org/request/show/773242 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcompletion?expand=0&rev=77
This commit is contained in:
commit
49c2a29d5f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:be5e272e257b9fe5b951d7c596fef7c75b16886e6b1cd5ebff60d87bd6dd495d
|
||||
size 120448
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl4QxNMACgkQWNDuZIpI
|
||||
s7vn2Af/T6qdOKqfOOW1kAdFACAj5+BRodzSWXaaVn9LV09ZiWm/YoWf2TM76vml
|
||||
gMCDigZQ+wCMW9B4366YA+74POuDhqlfOsVnnKRG/KI+eAjHs+H4UvWqqDk5MJpu
|
||||
wS6fc3hsWFhGy+KlKJrC3PHGtOA5EWaZjBV0wLrkal++oqxZ5V43xvdrFSmA8Zey
|
||||
K4F0mup+YamrTMitHslhxh3ZyTurzUoxJ2ySvEvEiM4/EruxBfNlT5l7DXGRI3Ya
|
||||
SG+hnSucQL+qu7yreFNsE8tDO/FYIm0Thiyn5tsdo41f8ywGy7z38B6mMum0nMVJ
|
||||
D3Is0lF3IsbPGzFLR9gOg8TTwXEyyg==
|
||||
=lJQ6
|
||||
-----END PGP SIGNATURE-----
|
3
kcompletion-5.67.0.tar.xz
Normal file
3
kcompletion-5.67.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8f3399ada26dbcd420ab58dda9bfc0bb092279430f2444b07111f3a6f34b3d93
|
||||
size 120284
|
11
kcompletion-5.67.0.tar.xz.sig
Normal file
11
kcompletion-5.67.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl420SIACgkQWNDuZIpI
|
||||
s7uglggAvRkkJEPtXq6x22ZdV+78DbuC/ZN+UcjCD7SHO+XxXyJ+ZVmBKzR9djnD
|
||||
nrgzB//GOLnJAVmn5XZp6FFcyC1sdBvoKkQBe2TJPrpT0aRQSNEtxKWQRINCcvkX
|
||||
lKcSmbEbRjaK4g5QiLisY7we0Iv+gH/5n61cXrV4dXU77LLz74t5ChSfDmHT6LLJ
|
||||
D8ZoTGPT0Av19fQusYcMkK7W0QPqGoBw0Bzw3gPtLQFzxXWRYp130S85y6PQNXhZ
|
||||
ghC+3JoACOj1bcBT9NVUcbQY0Vx911ycY3Awy8JBegi++YOB3xP3KHaseXbGpyK5
|
||||
wJyWmqhP4Aq70HvIhgDEAB6zdEp54w==
|
||||
=Yr1q
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 2 18:06:46 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Replace %make_jobs with %cmake_build.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 2 14:32:33 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.67.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.67.0.php
|
||||
- Changes since 5.66.0:
|
||||
* [KCompletion] Port QRegExp to QRegularExpression
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 5 09:02:01 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5Completion5
|
||||
%define _tar_path 5.66
|
||||
%define _tar_path 5.67
|
||||
# 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.66.0
|
||||
Version: 5.67.0
|
||||
Release: 0
|
||||
Summary: Widgets with advanced completion support
|
||||
License: LGPL-2.1-or-later
|
||||
@ -42,10 +42,10 @@ BuildRequires: fdupes
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: cmake(KF5Config) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(Qt5UiPlugin) >= 5.11.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.11.0
|
||||
BuildRequires: cmake(Qt5UiPlugin) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.12.0
|
||||
%if %{with lang}
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.11.0
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.12.0
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -68,7 +68,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.11.0
|
||||
Requires: cmake(Qt5Widgets) >= 5.12.0
|
||||
|
||||
%description devel
|
||||
Development files for KCompletion, a widget collection with advanced
|
||||
@ -82,7 +82,7 @@ can be used with own widgets.
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build
|
||||
%make_jobs
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
|
Loading…
Reference in New Issue
Block a user