diff --git a/sonnet.changes b/sonnet.changes index 779a765..53afb25 100644 --- a/sonnet.changes +++ b/sonnet.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu May 28 18:21:14 UTC 2020 - Andreas Stieger + +- Support spell checking for Finnish using Voikko (boo#1172245) + ------------------------------------------------------------------- Sun May 3 09:40:21 UTC 2020 - Christophe Giboudeaux diff --git a/sonnet.spec b/sonnet.spec index 9c3ac9e..c5659b8 100644 --- a/sonnet.spec +++ b/sonnet.spec @@ -50,6 +50,7 @@ BuildRequires: cmake(Qt5Test) >= 5.12.0 BuildRequires: cmake(Qt5UiPlugin) >= 5.12.0 BuildRequires: cmake(Qt5Widgets) >= 5.12.0 BuildRequires: pkgconfig(hunspell) +BuildRequires: pkgconfig(libvoikko) %if %{with lang} BuildRequires: cmake(Qt5LinguistTools) >= 5.12.0 %endif