File calibre-switch-to-hunspell-1.6.patch of Package calibre
From 8a7522d3e3f77919c1bcea460f756f02a30c733b Mon Sep 17 00:00:00 2001
From: Martin Wilck <mwilck@suse.com>
Date: Mon, 12 Dec 2022 15:53:35 +0100
Subject: [PATCH] spelling: switch to hunspell-1.6
---
setup/extensions.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup/extensions.json b/setup/extensions.json
index 2474973..aceade9 100644
--- a/setup/extensions.json
+++ b/setup/extensions.json
@@ -4,7 +4,7 @@
"sources": "calibre/utils/spell/hunspell_wrapper.cpp",
"inc_dirs": "!hunspell_inc_dirs",
"lib_dirs": "!hunspell_lib_dirs",
- "libraries": "hunspell-1.7",
+ "libraries": "hunspell-1.6",
"windows_libraries": "libhunspell",
"needs_c++11": true
},
--
2.35.3