diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index bb43c53..a557701 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -26,8 +26,6 @@ Patch1: sonnet-5.15.0-qDebug.patch # workaround multilib conflicts in trigrams.map by using QMap instead of QHash # https://bugzilla.redhat.com/show_bug.cgi?id=1262746 Patch2: sonnet-5.13.0-multilib.patch -# support hunspell-1.4 -Patch3: sonnet-hunspell14.patch BuildRequires: extra-cmake-modules >= %{version} %if ! 0%{?bootstrap} diff --git a/sonnet-hunspell14.patch b/sonnet-hunspell14.patch deleted file mode 100644 index ee71fd1..0000000 --- a/sonnet-hunspell14.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up sonnet-5.21.0/cmake/FindHUNSPELL.cmake.hunspell14 sonnet-5.21.0/cmake/FindHUNSPELL.cmake ---- sonnet-5.21.0/cmake/FindHUNSPELL.cmake.hunspell14 2016-04-03 16:08:41.000000000 -0500 -+++ sonnet-5.21.0/cmake/FindHUNSPELL.cmake 2016-04-18 09:21:15.566064172 -0500 -@@ -14,7 +14,7 @@ ENDIF (HUNSPELL_INCLUDE_DIR AND HUNSPELL - - FIND_PATH(HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx ) - --FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.3 hunspell-1.2) -+FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.4 hunspell-1.3 hunspell-1.2) - - # handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE if - # all listed variables are TRUE