Accepting request 730911 from KDE:Frameworks5
Update to 5.62 OBS-URL: https://build.opensuse.org/request/show/730911 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcompletion?expand=0&rev=72
This commit is contained in:
commit
7f0c4f89c4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:68697be65d6c9e0053fc3e504170d23c3162c05a0a9027249c575bc6dc8bd3ec
|
||||
size 115600
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl1GAIMACgkQWNDuZIpI
|
||||
s7uLPwf8DobQ9JUMgPpnxMku06olYhF0+pwXE+qIjVue0S0fjqQpZ+lDFqmLVsXP
|
||||
8yLlVqPScT7TxHgCsEdoZ1Spe10fGf90IGdQZtvfwEqktBjsQNmo07Y5xs7/3sek
|
||||
IeoM7cgbe+64S0JiA4Z8aidGyYCyUO591BHpc4tDuABBJSwQkog98KOjZd/u6l5f
|
||||
EFIskMiaaDvxMl8Q99v+p0axh3auUIgZammf9YCd6g3Ea03BDnCVbJZodKIDaXVC
|
||||
yDqOrqu+vS9JHT5QXdRbODcnRKcKH8W7Ek7ayxfT9XfM1wAdtSbD8wqJN9JR+ZFb
|
||||
MI8S+EePCGAtosZ3vDWvgUqFFaYgjA==
|
||||
=RcjY
|
||||
-----END PGP SIGNATURE-----
|
3
kcompletion-5.62.0.tar.xz
Normal file
3
kcompletion-5.62.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:af774190ca1a0e4d335485548d6e5c1e02042a5d0e29a3c0db17c24e3656edec
|
||||
size 119356
|
11
kcompletion-5.62.0.tar.xz.sig
Normal file
11
kcompletion-5.62.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl1zz14ACgkQWNDuZIpI
|
||||
s7vNXwf/RcSh98aeiO6evV/L9pMRbVM18zA6C4v7Vv3lz7sJALMQF+gkRiqs4aSV
|
||||
X64nQ3gkhH20R6Mwi8bxyHD0d8nT22jhFn18o2KYLiSUWmcfOv3cX6gmKiF7LbJD
|
||||
QoNHkKhikNQPKNu0wIXXzfqi6xxTJM75W3yxAVex7pjYxRDBajYf4moxrTlPz0HR
|
||||
BAZ8LiR416pLvV1jWBm+Nd4kAtVQco5OujNBXxOhnfAXF1eO+RlGScEeze258Uwv
|
||||
/tOCnRr6my72Qg5GsKhaa4Lwv4UKrAuvJb7aS+d3tUfDHMO19VdaAa/fnH32YFlI
|
||||
lIfySZBgT1j0VSRh72TQ4lDtEA29Jw==
|
||||
=Jlif
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 7 20:36:33 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.62.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.62.0.php
|
||||
- Changes since 5.61.0:
|
||||
* Add option to build Qt Designer plugin (BUILD_DESIGNERPLUGIN, default ON)
|
||||
* Remove unused includes
|
||||
- Replace foo-devel with cmake(KF5Foo) in build requirements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 7 17:51:11 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5Completion5
|
||||
%define _tar_path 5.61
|
||||
%define _tar_path 5.62
|
||||
# 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.61.0
|
||||
Version: 5.62.0
|
||||
Release: 0
|
||||
Summary: Widgets with advanced completion support
|
||||
License: LGPL-2.1-or-later
|
||||
@ -39,11 +39,10 @@ Source99: baselibs.conf
|
||||
BuildRequires: cmake >= 3.0
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kconfig-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: kwidgetsaddons-devel >= %{_kf5_bugfix_version}
|
||||
# Uncomment after 5.61.0
|
||||
# BuildRequires: cmake(Qt5UiPlugin) >= 5.6.0
|
||||
BuildRequires: cmake(KF5Config) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(Qt5UiPlugin) >= 5.6.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.6.0
|
||||
%if %{with lang}
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.6.0
|
||||
@ -109,8 +108,8 @@ can be used with own widgets.
|
||||
%{_kf5_libdir}/libKF5Completion.so
|
||||
%{_kf5_libdir}/cmake/KF5Completion/
|
||||
%dir %{_kf5_includedir}/*/
|
||||
# %dir %{_kf5_plugindir}/designer
|
||||
# %{_kf5_plugindir}/designer/kcompletion5widgets.so
|
||||
%dir %{_kf5_plugindir}/designer
|
||||
%{_kf5_plugindir}/designer/kcompletion5widgets.so
|
||||
%{_kf5_includedir}/*/
|
||||
%{_kf5_includedir}/*.h
|
||||
%{_kf5_mkspecsdir}/qt_KCompletion.pri
|
||||
|
Loading…
Reference in New Issue
Block a user