forked from pool/sonnet
KDE Frameworks 5.84.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/sonnet?expand=0&rev=245
This commit is contained in:
parent
bdbe4a82e4
commit
62a3113013
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:aad844fcfa4c9acb1a634528f35c56ec906e8a71c07f40dd1a748ac51e96502f
|
|
||||||
size 295076
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmC7V6YACgkQWNDuZIpI
|
|
||||||
s7szKggAh6qRdvNdqJiVbbErNq97ma47L6TUt32SnASxw5P+IZsuHYWvmScga3o2
|
|
||||||
aMEq9J6gP+Pripv3P/fgzcaD0EedjjpjVWPe5r8NqnXRybf+XwRL4f0zs4qtbmNP
|
|
||||||
E74AzcQx8ixyDZ43ILKy8ceqh22WN/kHOByyEVcFZTDnmDkp4XBrKQ10MZkDg/qn
|
|
||||||
cJnJUiq9V1833ODSxnKpLt7zaOlzOto2B5Ki3RIhrH+9QyZ9pFGddslAkjikoeEW
|
|
||||||
/D9PvW1wAj5I2NEI5U4kdIThDMub8aWBMw1ndqgpKqWuZYgzoO7S/oFGHuN/2eg3
|
|
||||||
xlrRgEeGhnd2IlA9WRaqm6GTz0xVUA==
|
|
||||||
=bYIf
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
sonnet-5.84.0.tar.xz
Normal file
3
sonnet-5.84.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d85afa9fd7f5e19aef639f6e1cebedc92255f0dfb24bbf57a15c89b57288cb76
|
||||||
|
size 295300
|
11
sonnet-5.84.0.tar.xz.sig
Normal file
11
sonnet-5.84.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmDgi8EACgkQWNDuZIpI
|
||||||
|
s7ty/wgApJFfft/M4VQwai1EOcvqem7M9X6SjuGhbu4sU9AVU/94AgD+MJP/DOh1
|
||||||
|
a7476E8TnRUlAXuOLoZDdX2JK7fQ+zX6Q/d/AIM2sn7+8SVXODQ3CZuw5kUTd3pO
|
||||||
|
Znke9YIBLEK29pUmdqW63FqStO+A4mbdFT3/Sm+4vO5c5Eh7OpRmzFcm1mIFdpFK
|
||||||
|
FryB7Tws6wNH+NyllCz1t1YTOmCFTSN+vUTjg3Fian2elLAUbY6lFzE3WDrwoNk9
|
||||||
|
VidSmoqIpGwOYXqmNJJF26pERXletzFm59txpGmu618O8mDegRRSTpcc2IxDyv1P
|
||||||
|
hKpdwr2lp4AbvgfZB+os6fTELbvUuw==
|
||||||
|
=pmgp
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 4 07:46:00 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.84.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.84.0
|
||||||
|
- Changes since 5.83.0:
|
||||||
|
* Const'ify variable
|
||||||
|
* Const'ify + fix crash when we can't find dictionary
|
||||||
|
- Only install the license files once
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jun 5 11:59:26 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
Sat Jun 5 11:59:26 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define sonum 5
|
%define sonum 5
|
||||||
%define _tar_path 5.83
|
%define _tar_path 5.84
|
||||||
# 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.83.0
|
Version: 5.84.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
|
||||||
@ -136,7 +136,6 @@ to the Sonnet spell checking framework.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSES/*
|
|
||||||
%doc README*
|
%doc README*
|
||||||
%dir %{_kf5_plugindir}/kf5
|
%dir %{_kf5_plugindir}/kf5
|
||||||
%dir %{_kf5_plugindir}/kf5/sonnet
|
%dir %{_kf5_plugindir}/kf5/sonnet
|
||||||
@ -149,11 +148,9 @@ to the Sonnet spell checking framework.
|
|||||||
%{_kf5_libdir}/libKF5SonnetCore.so.*
|
%{_kf5_libdir}/libKF5SonnetCore.so.*
|
||||||
|
|
||||||
%files -n libKF5SonnetUi%{sonum}
|
%files -n libKF5SonnetUi%{sonum}
|
||||||
%license LICENSES/*
|
|
||||||
%{_kf5_libdir}/libKF5SonnetUi.so.*
|
%{_kf5_libdir}/libKF5SonnetUi.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%license LICENSES/*
|
|
||||||
%dir %{_kf5_plugindir}/designer
|
%dir %{_kf5_plugindir}/designer
|
||||||
%{_kf5_bindir}/gentrigrams
|
%{_kf5_bindir}/gentrigrams
|
||||||
%{_kf5_bindir}/parsetrigrams
|
%{_kf5_bindir}/parsetrigrams
|
||||||
@ -165,7 +162,6 @@ to the Sonnet spell checking framework.
|
|||||||
%{_kf5_plugindir}/designer/sonnetui5widgets.so
|
%{_kf5_plugindir}/designer/sonnetui5widgets.so
|
||||||
|
|
||||||
%files voikko
|
%files voikko
|
||||||
%license LICENSES/*
|
|
||||||
%{_kf5_plugindir}/kf5/sonnet/sonnet_voikko.so
|
%{_kf5_plugindir}/kf5/sonnet/sonnet_voikko.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user