KDE Frameworks 5.88

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/sonnet?expand=0&rev=250
This commit is contained in:
Christophe Giboudeaux 2021-11-12 12:21:05 +00:00 committed by Git OBS Bridge
parent 5dff5c060c
commit 9d069b0fc7
6 changed files with 64 additions and 18 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmFYl/oACgkQWNDuZIpI
s7udcwf8CipOsgMRJEufpyBRg/Xiar57kty80fBAGqjywSMEMu2+kjT2G3ZADthU
O78CAqMgxqvXBDxuFtDfXEsvHyCrnkw935a+Reqq68lcIQKmPTsVSSyEuTCFeVFg
8BSb31AlyFu488ZuZ7Jg8S/8lj70fY2EmA4PmqUtJNAa3q54iHBxunQAMkla50lt
CGcIjYaqSNvtjpwNK/HNwHpD1KZ28DIPFi/dIWxEsvB9q4kJODlftI/OEof+glPo
mq8yWjWsrpxmnW97admzckSrWmMfPckAy6gtqWvN29dE5Hq24+swWPcqV+wO9+y5
6d9J8nR9qaE2wqHPnA58NL3a4aOJJQ==
=arIN
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGGjzgACgkQWNDuZIpI
s7vVfwf+Jg3n2ZXxSKECESFDQfwWLgkCjGWJD82/iefqEolTE40ZmeMRMUIMXyOz
uYGqD+JvBg+XCyLENgM4K8vLrC/MjZSIlaa/PuYucAgThZkc/tP4swgHET4ICJ2L
Gb+NfmQF7vRe5fACAFryj8Eif2rtcXvd9lmO0QgUzWf+yD1qnTUQ5pZF5CjZN96Y
qqjCZrwjFm4FF2ghQr81x1X8cCY/yW/SUV3Xc2jgI9y204ohgIbHAQ8JFRD12YpO
IQc/IcmB/HnNeQG0wYzXKQbicUCG8dZktin3GRmgMfnmAMrwgor/mOGl/zNH5LE/
ifAF+OIbrVgRg7PyXOG6mGhcymNW2w==
=46Eo
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Sun Nov 7 09:13:43 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Strip 'Source' URL for faster submissions
-------------------------------------------------------------------
Sun Nov 7 09:08:31 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.88.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.88.0
- Changes since 5.87.0:
* Build examples only when BUILD_EXAMPLES is on
* Remove duplicate includes from .cpp/.h
* Fix applying highlighter in quick document
* data/parsetrigrams.cpp: ensure the output is deterministic
* Add FreeBSD CI
* Add Android CI
* Remove bad Messages.sh
* Don't crash on null textDocument if suggestions are invoked
* Add missing qmldir
* Implement QtQuick bindings for Sonnet
-------------------------------------------------------------------
Sun Oct 3 20:34:08 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,22 +17,22 @@
%define sonum 5
%define _tar_path 5.87
%define _tar_path 5.88
# 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.87.0
Version: 5.88.0
Release: 0
Summary: KDE spell checking library
License: LGPL-2.1-or-later
Group: System/GUI/KDE
URL: https://www.kde.org
Source: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
Source: %{name}-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig
Source1: %{name}-%{version}.tar.xz.sig
Source2: frameworks.keyring
%endif
#BuildRequires: aspell-devel
@ -44,6 +44,7 @@ BuildRequires: kf5-filesystem
BuildRequires: myspell-dictionaries
BuildRequires: pkgconfig
BuildRequires: cmake(Qt5Core) >= 5.15.0
BuildRequires: cmake(Qt5Quick)
BuildRequires: cmake(Qt5Test) >= 5.15.0
BuildRequires: cmake(Qt5UiPlugin) >= 5.15.0
BuildRequires: cmake(Qt5Widgets) >= 5.15.0
@ -85,6 +86,19 @@ Sonnet is a plugin-based spell checking library for Qt-based
applications. It supports several different plugins, including
HSpell, Enchant, ASpell and HUNSPELL.
%package imports
Summary: KDE spell checking library: QML files
Requires: libKF5SonnetCore%{sonum} = %{version}
Requires: libKF5SonnetUi%{sonum} = %{version}
%description imports
Sonnet is a plugin-based spell checking library for Qt-based
applications. It supports several different plugins, including
HSpell, Enchant, ASpell and HUNSPELL.
This package contains files that allow use of sonnet with
QtQuick based applications.
%package devel
Summary: KDE spell checking library: Build Environment
Group: Development/Libraries/KDE
@ -149,6 +163,14 @@ to the Sonnet spell checking framework.
%files -n libKF5SonnetUi%{sonum}
%{_kf5_libdir}/libKF5SonnetUi.so.*
%files imports
%dir %{_kf5_qmldir}/org/
%dir %{_kf5_qmldir}/org/kde/
%dir %{_kf5_qmldir}/org/kde/sonnet
%{_kf5_qmldir}/org/kde/sonnet/libsonnetquickplugin.so
%{_kf5_qmldir}/org/kde/sonnet/plugins.qmltypes
%{_kf5_qmldir}/org/kde/sonnet/qmldir
%files devel
%dir %{_kf5_plugindir}/designer
%{_kf5_bindir}/gentrigrams