diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 2c13492..6918722 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -3,7 +3,7 @@ Name: kf5-%{framework} Version: 4.99.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -16,9 +16,10 @@ Source0: http://download.kde.org/unstable/frameworks/4.99.0/%{framework}- BuildRequires: libupnp-devel BuildRequires: systemd-devel -BuildRequires: aspell-devel -BuildRequires: hspell-devel BuildRequires: hunspell-devel +# legacy spellcheckers: We don't want to drag these in, we use Hunspell. +#BuildRequires: aspell-devel +#BuildRequires: hspell-devel BuildRequires: zlib-devel BuildRequires: kf5-rpm-macros @@ -102,6 +103,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_archdatadir}/mkspecs/modules/qt_SonnetUi.pri %changelog +* Thu May 29 2014 Kevin Kofler - 4.99.0-4 +- Drop BR aspell-devel and hspell-devel to avoid dragging the legacy checkers in + * Tue May 27 2014 Daniel Vrátil - 4.99.0-3 - Fix license - Fix changelog