Accepting request 820410 from KDE:Frameworks5

KDE Frameworks 5.72

OBS-URL: https://build.opensuse.org/request/show/820410
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sonnet?expand=0&rev=83
This commit is contained in:
Dominique Leuenberger 2020-07-14 05:55:11 +00:00 committed by Git OBS Bridge
commit 133a5f7ddd
6 changed files with 34 additions and 22 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl7dO24ACgkQWNDuZIpI
s7uUPgf+NVtEZ1Zacw1HZJRscaiGfkgdWfQQHRz1h4pGy9K8iN5HgCqEe6vgI9nS
Ns31PHzR/oBwuuQPlI8N199IHYM+VUIt5Ywx2UbxWl/8ozE5BSo2rVmvvPlJ2PpC
AlRlQVdLl2ACwdVCYuQ2NLOZCgFOgSbAiKrTDkuBnhKFnMtBZHowybP7QTTaanVl
OPZpipepK7+vbfcjfzTajvdT87UHiTkXqdksvT4xud4iyMVl7pnmc4PBH+c6h6J2
gKFpeg9bwIFR6RRfKvqs/9PAkO9QA1ZNBwonxnwAMKnx9S72o8PYbB3e0Al7TU6f
aXMKy+1iLgxaDMJxnOtv/zqDD5m0+g==
=uDMk
-----END PGP SIGNATURE-----

3
sonnet-5.72.0.tar.xz Normal file
View File

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

11
sonnet-5.72.0.tar.xz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl8Au5IACgkQWNDuZIpI
s7sRPgf/cRONkHDhDwiJW+nlkuFtG3iIN1PstIfjcNzCxohAybB8ktKMRW0FE/n2
HzAjiajTlmwfcjKwPatRt9lAaj+fs6ednceEtUH7okHQvrFotHDC9J1/eHzteuMK
HlUUZJhZLBS2KjlNjKGa+w5gv9s9I3dQrcoSdQtuVLK+wXmu0sT7KXLCBHs0S90p
W5WKSI8/dt/UQdFFdSYtaan9d6G71y7neTm5ueOQaZ0Zd7vQIjG7As5qNH4iHZGG
hOGFSJndXiz1jmvOh3wv26ahKwAPMeWq6H7sV+75YcGoch9P47Gm3hBtTI9xDSXI
wqvflcvhufwNIqCV4jRU746Ny+pJ5A==
=1324
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Jul 5 07:55:57 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:
* Fix "Using QCharRef with an index pointing outside the valid range of a QString"
* Restore default auto-detect behavior
* Fix default language (kde#398245)
-------------------------------------------------------------------
Sun Jun 7 08:07:14 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,14 +17,14 @@
%define sonum 5
%define _tar_path 5.71
%define _tar_path 5.72
# 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: sonnet
Version: 5.71.0
Version: 5.72.0
Release: 0
Summary: KDE spell checking library
License: LGPL-2.1-or-later
@ -37,7 +37,6 @@ Source2: frameworks.keyring
%endif
Source99: baselibs.conf
#BuildRequires: aspell-devel
BuildRequires: cmake >= 3.0
# Enchant plugin is currently disabled upstream
#BuildRequires: enchant-devel
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
@ -137,22 +136,23 @@ to the Sonnet spell checking framework.
%endif
%files
%license COPYING*
%license LICENSES/*
%doc README*
%{_kf5_debugdir}/sonnet.categories
%dir %{_kf5_plugindir}/kf5
%dir %{_kf5_plugindir}/kf5/sonnet
%{_kf5_debugdir}/sonnet.categories
%{_kf5_plugindir}/kf5/sonnet/sonnet_hunspell.so
%files -n libKF5SonnetCore%{sonum}
%license COPYING*
%license LICENSES/*
%{_kf5_libdir}/libKF5SonnetCore.so.*
%files -n libKF5SonnetUi%{sonum}
%license COPYING*
%license LICENSES/*
%{_kf5_libdir}/libKF5SonnetUi.so.*
%files devel
%license LICENSES/*
%dir %{_kf5_plugindir}/designer
%{_kf5_bindir}/gentrigrams
%{_kf5_bindir}/parsetrigrams
@ -164,7 +164,7 @@ to the Sonnet spell checking framework.
%{_kf5_plugindir}/designer/sonnetui5widgets.so
%files voikko
%license COPYING*
%license LICENSES/*
%{_kf5_plugindir}/kf5/sonnet/sonnet_voikko.so
%changelog