Accepting request 820347 from KDE:Frameworks5

KDE Frameworks 5.72

OBS-URL: https://build.opensuse.org/request/show/820347
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcompletion?expand=0&rev=82
This commit is contained in:
Dominique Leuenberger 2020-07-14 05:51:51 +00:00 committed by Git OBS Bridge
commit a0db3aa790
6 changed files with 33 additions and 22 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl7dOhYACgkQWNDuZIpI
s7vEvQgAmWunmF96VuGbYI6XXkXo267sLjFoXSf+UlQJAvEw6ZgXh5bwFb/P4V1g
Xb7b14nsmlSO7O0CFWvLjbTUxVuO/mkPiDiIcN0hbL1W47JY7p5LfolAPGKGY224
zdW+vX+vbLgu2nKAAQmGm7OLZxEeKD42t45gORsFAcFGQFlLBBq7sLa6gdaQOdND
m0qWGSbYJn9fdFj6a0WHrzmwDxXSFuSTE9QLe3GsEOzgdoeLqkmm0KDaunG9LxV6
w1dLFuteoVo9Za3pJ24xjsv6U9Pid+rmG4SKI0gpVhLZjREoZ5U5xbZqTR6Opzxq
Y4nllQ0LXCC9NdlKpWyxzTI73oaMEQ==
=nH4e
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl8Auj8ACgkQWNDuZIpI
s7uyWAgAjoYwfLCRoPyd+OTMYm0CHychDubcVtoWKqN84D1lY+PzGa2OVEO0Af3G
d+AjnivOQgaJWgE77X3/jhvDqRS1qTHXtjV7Pp2SM01GCVR1mO1qR0XiAarVb594
4RbqfoKNNnOeE2mUgtTLh9Rl5yGdKr9MMt0d+Oxs3Z4l4rfXfbiGJprhu19BzUVs
b0kpBrw2ofymlFnSXQz97GYWCD50zFpC6DlS40Z/9H0LGpJ+u77EoEkuo/XF5xHF
qp+LNTgPOkvw5Ab2lhzoHPSJH0aBdr1UEUS94oWt4RnBX2YwwSp3c5x8GGB6ZcyC
rm+lCvbIUZXm3vgyLmckt5+mdt7fiw==
=vOxU
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Jul 5 07:55:09 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.72.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.72.0
- Changes since 5.71.0:
* Add license files according to REUSE specification
* Convert license statements to SPDX expressions
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jun 7 08:06:23 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr> Sun Jun 7 08:06:23 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,14 +17,14 @@
%define lname libKF5Completion5 %define lname libKF5Completion5
%define _tar_path 5.71 %define _tar_path 5.72
# Full KF5 version (e.g. 5.33.0) # Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}} %{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33) # 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}')} %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
%bcond_without lang %bcond_without lang
Name: kcompletion Name: kcompletion
Version: 5.71.0 Version: 5.72.0
Release: 0 Release: 0
Summary: Widgets with advanced completion support Summary: Widgets with advanced completion support
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
@ -36,7 +36,6 @@ Source1: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-
Source2: frameworks.keyring Source2: frameworks.keyring
%endif %endif
Source99: baselibs.conf Source99: baselibs.conf
BuildRequires: cmake >= 3.0
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: kf5-filesystem BuildRequires: kf5-filesystem
@ -100,18 +99,19 @@ can be used with own widgets.
%endif %endif
%files -n %{lname} %files -n %{lname}
%license COPYING* %license LICENSES/*
%doc README* %doc README*
%{_kf5_libdir}/libKF5Completion.so.* %{_kf5_libdir}/libKF5Completion.so.*
%files devel %files devel
%{_kf5_libdir}/libKF5Completion.so %license LICENSES/*
%{_kf5_libdir}/cmake/KF5Completion/
%dir %{_kf5_includedir}/*/ %dir %{_kf5_includedir}/*/
%dir %{_kf5_plugindir}/designer %dir %{_kf5_plugindir}/designer
%{_kf5_plugindir}/designer/kcompletion5widgets.so
%{_kf5_includedir}/*/
%{_kf5_includedir}/*.h %{_kf5_includedir}/*.h
%{_kf5_includedir}/*/
%{_kf5_libdir}/cmake/KF5Completion/
%{_kf5_libdir}/libKF5Completion.so
%{_kf5_mkspecsdir}/qt_KCompletion.pri %{_kf5_mkspecsdir}/qt_KCompletion.pri
%{_kf5_plugindir}/designer/kcompletion5widgets.so
%changelog %changelog