KDE Frameworks 5.90.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcompletion?expand=0&rev=240
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ee1be28f5c7312ef78ea6ddff62c0ff0e079c15313d7e4f49661e6db729f692f
|
||||
size 125000
|
@@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGrv78ACgkQWNDuZIpI
|
||||
s7uMWAgAs3/2Nu/YqPnAbhXvq75aVUK7EioWU2AXzKL+g8Rm4txsYfa4vR6gtfy2
|
||||
8csmrDK1wk+4ckBxavl6YVPiSQ2FXjFuky9nhMYKFOpUhdXFy8nZsehCOU/1ObCd
|
||||
k1mj7syDA4UDl9+08If5JlHWxJcjRtFl6L+GgxVqJfV+EtwKMjigaat17zcNsDlY
|
||||
TbNUeSIO7BIgaTIkoJKjEma4CQ4t5W2OZUt/1+owvSmBvdpoLg+7hmeQJb+VGUdT
|
||||
pATs5BTrziW5GictRqck0r9NzfErmnkeJ0BPqL9jU603lD21/IwpQzBnSyQwcwD8
|
||||
qWuj9od7KOs2HniR5HK+je5GanS/Og==
|
||||
=in90
|
||||
-----END PGP SIGNATURE-----
|
3
kcompletion-5.90.0.tar.xz
Normal file
3
kcompletion-5.90.0.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f33dc0abeb3b6b5ca96d2e6ab5712e26ab7115152bde6a08fa85afd8a3b6a341
|
||||
size 125136
|
11
kcompletion-5.90.0.tar.xz.sig
Normal file
11
kcompletion-5.90.0.tar.xz.sig
Normal file
@@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmHQVz0ACgkQWNDuZIpI
|
||||
s7tMmQf/fSXenNRa2Ku2eDuS/7OCx7Os2Q39y49OTyedr+2FdDSW8b66FSwjo8em
|
||||
J/tfOxolyCjo5J+X5hh+Iz/DexBdc56uxKeRAXJAq0kVjbgMrlGDBsmVVx9db75S
|
||||
MPOOuKUwtaa0Mvcl6ZC+ecuSbR7bA3xEyKQaiIyYvcZCemnHtynHZekZ0Qc4hfoa
|
||||
PRz1qdBYbG6uw4m77eaACIeWqVIy8fjHgus5/n8pBKdC6vpROs5t6UILFZA1HjSH
|
||||
FLjqJXwN+e+JI2xOyGMFPXBRR3Wv+bnurnYqmwMfd7LiXLy3u/vyWt+qi2dhj3tk
|
||||
EEQKytzbyoJalR6Tz+QjLdWOY5dK7A==
|
||||
=KPl8
|
||||
-----END PGP SIGNATURE-----
|
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 3 12:47:19 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.90.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.90.0
|
||||
- Changes since 5.89.0:
|
||||
* Change the build system to enable building with Qt 6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 4 22:56:24 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@@ -17,21 +17,21 @@
|
||||
|
||||
|
||||
%define lname libKF5Completion5
|
||||
%define _tar_path 5.89
|
||||
%define _tar_path 5.90
|
||||
# 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
|
||||
%bcond_without released
|
||||
Name: kcompletion
|
||||
Version: 5.89.0
|
||||
Version: 5.90.0
|
||||
Release: 0
|
||||
Summary: Widgets with advanced completion support
|
||||
License: LGPL-2.1-or-later
|
||||
Group: System/GUI/KDE
|
||||
URL: https://www.kde.org
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
%if %{with lang}
|
||||
%if %{with released}
|
||||
Source1: %{name}-%{version}.tar.xz.sig
|
||||
Source2: frameworks.keyring
|
||||
%endif
|
||||
@@ -42,7 +42,7 @@ BuildRequires: cmake(KF5Config) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(Qt5UiPlugin) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.15.0
|
||||
%if %{with lang}
|
||||
%if %{with released}
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.15.0
|
||||
%endif
|
||||
|
||||
@@ -53,9 +53,6 @@ lower-level completion class which can be used with your own widgets.
|
||||
%package -n %{lname}
|
||||
Summary: Widgets with advanced completion support
|
||||
Group: System/GUI/KDE
|
||||
%if %{with lang}
|
||||
Recommends: %{lname}-lang = %{version}
|
||||
%endif
|
||||
|
||||
%description -n %{lname}
|
||||
KCompletion provides widgets with advanced completion support as well as a
|
||||
@@ -86,14 +83,14 @@ can be used with own widgets.
|
||||
%kf5_makeinstall -C build
|
||||
%fdupes %{buildroot}
|
||||
|
||||
%if %{with lang}
|
||||
%if %{with released}
|
||||
%find_lang %{name}5 --with-qt --without-mo
|
||||
%endif
|
||||
|
||||
%post -n %{lname} -p /sbin/ldconfig
|
||||
%postun -n %{lname} -p /sbin/ldconfig
|
||||
|
||||
%if %{with lang}
|
||||
%if %{with released}
|
||||
%files -n %{lname}-lang -f %{name}5.lang
|
||||
%endif
|
||||
|
||||
|
Reference in New Issue
Block a user