diff --git a/sonnet-5.61.0.tar.xz b/sonnet-5.61.0.tar.xz deleted file mode 100644 index 447d721..0000000 --- a/sonnet-5.61.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c8818897ea5dac25e0120acfd4e15c44adf2ee76749870b8f70178f1a3d8b29 -size 286520 diff --git a/sonnet-5.61.0.tar.xz.sig b/sonnet-5.61.0.tar.xz.sig deleted file mode 100644 index 56f840f..0000000 --- a/sonnet-5.61.0.tar.xz.sig +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl1GAjcACgkQWNDuZIpI -s7sT6QgAmtSqvzynOQGjjpW7AbTAb8ej2tFwX2uRf9FWiGDai3Gg6zOLmAhFChrJ -mSkjyi69clof88oECjdusPy3IQg9v4pHEcaqCl3we+v2KJsO/VxdQBtBWKtNfAcd -vBbqWBaEOdD3Z5bfnVsQIBe4kSWPYOXwqrMm3inrZHqbHH4E+iPLHy/fsEAgLrr+ -B649IBR0/YDWVuqaAFD/9P/FWkdn1ogqY7MthQhW4TOV0CCtRuxYVqHkDiaL9CYf -VZJEReeIh2w5McKG31oFbCvqhizefSOGoUKrZ7+/MCDS51xIeCuslqakJGrAY425 -FHD7KPbPpRQnanzLILD0N36aNYcHlw== -=c69F ------END PGP SIGNATURE----- diff --git a/sonnet-5.62.0.tar.xz b/sonnet-5.62.0.tar.xz new file mode 100644 index 0000000..8eda7ff --- /dev/null +++ b/sonnet-5.62.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1a2d3500d7fc51d94fd6f9d951c83be86436284aeda8416963fc5213956a69a +size 287308 diff --git a/sonnet-5.62.0.tar.xz.sig b/sonnet-5.62.0.tar.xz.sig new file mode 100644 index 0000000..bad81b4 --- /dev/null +++ b/sonnet-5.62.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl1z0RgACgkQWNDuZIpI +s7uIiggAlYndsWp/LZ8QOhSkoO6jmdGekxAskirAR2w/LhCj4IVTY6SEdgcAcm4G +JRgbzQVTdqkLTwtyXLPEc25+OUB2fSlJmQQwcoWNaNPdEXUrYNcVAT+xR1nHQR18 +YmBY+oXDM0KGbwEHBeGFkMf3tX+88jm+kOaXEIarGKGDh6w7iiRKjreSwLV7Lnhl +KJnv5idCdDjecDF8CtqmjYvzMaK7uZFZg0T2EcwEk9i933PBoV3sGFEJBIv83Phe +e93mJbOlwDxOcqUfOqd2KQ1iXTyX38QN5XpJMXGoRwCNVPNJXo1r/4ltIxSYzPuJ +oRuhguzCitSQr13HZ684YYPur58zbg== +=xpi7 +-----END PGP SIGNATURE----- diff --git a/sonnet.changes b/sonnet.changes index 0c5f80e..437d016 100644 --- a/sonnet.changes +++ b/sonnet.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Sep 7 20:37:20 UTC 2019 - Christophe Giboudeaux + +- Update to 5.62.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.62.0.php +- Changes since 5.61.0: + * Add option to build Qt Designer plugin (BUILD_DESIGNERPLUGIN, default ON) + * Fix build: include QJsonArray for voikkodict.cpp needed with Qt 5.13 + * MSVC++ needs QVector it seems. + * Remove unused includes + ------------------------------------------------------------------- Wed Aug 7 17:51:59 UTC 2019 - Christophe Giboudeaux diff --git a/sonnet.spec b/sonnet.spec index 8171fff..4006d66 100644 --- a/sonnet.spec +++ b/sonnet.spec @@ -24,7 +24,7 @@ %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} %bcond_without lang Name: sonnet -Version: 5.61.0 +Version: 5.62.0 Release: 0 Summary: KDE spell checking library License: LGPL-2.1-or-later @@ -129,7 +129,8 @@ HSpell, Enchant, ASpell and HUNSPELL. Development files. %license COPYING* %doc README* %{_kf5_debugdir}/sonnet.categories -%{_kf5_plugindir}/ +%dir %{_kf5_plugindir}/kf5 +%{_kf5_plugindir}/kf5/sonnet/ %{_kf5_datadir}/sonnet/ %files -n libKF5SonnetCore%{sonum} @@ -141,12 +142,14 @@ HSpell, Enchant, ASpell and HUNSPELL. Development files. %{_kf5_libdir}/libKF5SonnetUi.so.* %files devel -%{_kf5_bindir}/parsetrigrams +%dir %{_kf5_plugindir}/designer %{_kf5_bindir}/gentrigrams +%{_kf5_bindir}/parsetrigrams +%{_kf5_includedir}/ +%{_kf5_libdir}/cmake/KF5Sonnet/ %{_kf5_libdir}/libKF5SonnetCore.so %{_kf5_libdir}/libKF5SonnetUi.so -%{_kf5_libdir}/cmake/KF5Sonnet/ -%{_kf5_includedir}/ %{_kf5_mkspecsdir}/qt_Sonnet*.pri +%{_kf5_plugindir}/designer/sonnetui5widgets.so %changelog