Frameworks 5.65 with respins

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/sonnet?expand=0&rev=203
This commit is contained in:
Wolfgang Bauer 2019-12-13 15:17:46 +00:00 committed by Git OBS Bridge
parent 8d20824097
commit 29ea2389bf
6 changed files with 33 additions and 18 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl2+zDUACgkQWNDuZIpI
s7vl8gf/T/YI3uak7/YPE4jfX9zlWZeUzXnuUN64LR3q52sz3B8KusVz4Zg5K1Tz
IUHxRM611QgO5uZPosfubYF+HwdNYTrVioZoJ6cDoKtJHqASQI9eHfYl3HB9n8uY
yRGUTamKh4ErISBHzpXEDx/VcF+LGQDuWIfeW7ZFnSsVrUGZ46mJae1lRIzdy8cN
Ba96BfCtzRNNL/GyMvex1qkbBIEPIu6NexWfz5gb2QPK5NI6Xyu9me1f0lmpHGY7
OTuUT5NFdpIWQ5uJizLvNDCi3dVAbKg9a97gRWQil+iolyh1NIuoHVc8WE1vscB1
qr8zysp+f8bjtQLOuPFVfPJLMYIuKQ==
=iYWZ
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl3sQ1sACgkQWNDuZIpI
s7vgRgf+P0D4dXv1GOGgr9CcC3Gy/GDiYed7HUXUj53Qdbpka+xqYjcoP7CfUcXm
mheaynu9/GddKKkJx+2dozJiSqb5qlQk4HYCucVsyAuiXxlhx43J9Q2xPiuXAb4Z
wDsqbIHCvklLUctvN7zTfUSwHNkvcElMJZlqE+Ik0vWhilmXiOqKyNz2XdLYR7WM
JUddH7YE1IxyKeaBeVKUWpx0hTz7nS0HR4g9FkhRJxU5Lvrm1YLaLtLbMlUlrILQ
icXnQVrafgHSftACloZwfUOUUU4EC/+tNE7H4VdOL2NwRKKYUZiQK+J7ETbLXXF5
0nsh7io9wzx1nDsWP3g/QhG32nWnzw==
=gAZq
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun Dec 8 11:18:59 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
Update to 5.65.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.65.0.php
- Changes since 5.64.0:
* Rename signal for avoiding overload signal
* Disable ispell backend with mingw
* fix windows compile
* Implement ISpellChecker backend for Windows >= 8
* Basic cross-compiling support for parsetrigrams
* no trigrams for cross compiling at the moment, like before
* embed trigrams.map into shared library
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Nov 3 15:47:23 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr> Sun Nov 3 15:47:23 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -1,7 +1,7 @@
# #
# spec file for package sonnet # spec file for package sonnet
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,14 +17,14 @@
%define sonum 5 %define sonum 5
%define _tar_path 5.64 %define _tar_path 5.65
# 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: sonnet Name: sonnet
Version: 5.64.0 Version: 5.65.0
Release: 0 Release: 0
Summary: KDE spell checking library Summary: KDE spell checking library
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
@ -131,7 +131,6 @@ HSpell, Enchant, ASpell and HUNSPELL. Development files.
%{_kf5_debugdir}/sonnet.categories %{_kf5_debugdir}/sonnet.categories
%dir %{_kf5_plugindir}/kf5 %dir %{_kf5_plugindir}/kf5
%{_kf5_plugindir}/kf5/sonnet/ %{_kf5_plugindir}/kf5/sonnet/
%{_kf5_datadir}/sonnet/
%files -n libKF5SonnetCore%{sonum} %files -n libKF5SonnetCore%{sonum}
%license COPYING* %license COPYING*