From 1acfe3e44af15dae735a6e4852d508bd9434a1f7ee535336c442d500acf8f089 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 15 May 2016 16:26:57 +0000 Subject: [PATCH] changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/sonnet?expand=0&rev=94 --- sonnet-hunspell-1.4.patch | 25 ------------------------- sonnet.changes | 12 +++++++++++- 2 files changed, 11 insertions(+), 26 deletions(-) delete mode 100644 sonnet-hunspell-1.4.patch diff --git a/sonnet-hunspell-1.4.patch b/sonnet-hunspell-1.4.patch deleted file mode 100644 index e15d737..0000000 --- a/sonnet-hunspell-1.4.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 19fe077169fc0aa3b43c4d61ed642541d1b12d58 Mon Sep 17 00:00:00 2001 -From: Dominique Leuenberger -Date: Mon, 2 May 2016 16:09:32 +0200 -Subject: [PATCH] build: detect Hunspell 1.4 branch - ---- - cmake/FindHUNSPELL.cmake | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/cmake/FindHUNSPELL.cmake b/cmake/FindHUNSPELL.cmake -index 26942b5..f028abe 100644 ---- a/cmake/FindHUNSPELL.cmake -+++ b/cmake/FindHUNSPELL.cmake -@@ -14,7 +14,7 @@ ENDIF (HUNSPELL_INCLUDE_DIR AND HUNSPELL_LIBRARIES) - - 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 --- -2.8.1 - diff --git a/sonnet.changes b/sonnet.changes index a01846a..c6f4599 100644 --- a/sonnet.changes +++ b/sonnet.changes @@ -1,9 +1,19 @@ ------------------------------------------------------------------- Sat May 7 18:46:48 UTC 2016 - hrvoje.senjan@gmail.com -- Update to 5.22.0 +- Update to 5.22.0 (boo#980066) + * Install parsetrigrams tool for cross compiling + * hunspell: Load/Store a personal dictionary + * Support hunspell 1.4 + * configwidget: notify about changed config when ignored + words updated + * settings: don't immediately save the config when + updating ignore list + * configwidget: fix saving when ignore words updated + * Fix failed to save ignore word issue (kde#355973) * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.22.0.php +- Drop upstreamed sonnet-hunspell-1.4.patch ------------------------------------------------------------------- Mon May 2 14:04:16 UTC 2016 - dimstar@opensuse.org