Hrvoje Senjan 2016-05-15 16:26:57 +00:00 committed by Git OBS Bridge
parent 939f0e8046
commit 1acfe3e44a
2 changed files with 11 additions and 26 deletions

View File

@ -1,25 +0,0 @@
From 19fe077169fc0aa3b43c4d61ed642541d1b12d58 Mon Sep 17 00:00:00 2001
From: Dominique Leuenberger <dimstar@opensuse.org>
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

View File

@ -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