update to hunspell-1.7.3, thanks to ajacoutot@ for a test build

ok aja
This commit is contained in:
sthen
2026-06-05 07:21:40 +00:00
parent 08f8978a7f
commit d0a1855927
4 changed files with 12 additions and 8 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
COMMENT = spelling, stemming, morphological analysis and generation
V = 1.7.2
V = 1.7.3
DISTNAME = hunspell-$V
SHARED_LIBS = hunspell-1.7 1.0 # 0.0
SHARED_LIBS = hunspell-1.7 2.0 # 1.0
CATEGORIES = textproc
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (hunspell-1.7.2.tar.gz) = Ed36Oa/ijChTn+ZfxPFZLUEMHptt19ipHKJdhensZbg=
SIZE (hunspell-1.7.2.tar.gz) = 1536202
SHA256 (hunspell-1.7.3.tar.gz) = QzJ02sBhnLAMLhi0Oj3TqdUNpbVhP6m1wheB413Xa8E=
SIZE (hunspell-1.7.3.tar.gz) = 1605476
@@ -1,6 +1,7 @@
--- man/hunspell.1.orig Sat Mar 25 22:20:45 2017
+++ man/hunspell.1 Sat Apr 8 19:13:44 2017
@@ -394,10 +394,10 @@ following environment variables are searched: LC_ALL,
Index: man/hunspell.1
--- man/hunspell.1.orig
+++ man/hunspell.1
@@ -395,10 +395,10 @@ following environment variables are searched: LC_ALL,
LC_MESSAGES, and LANG. If none are set then the following
fallbacks are used:
@@ -1,10 +1,13 @@
Index: src/tools/hunspell.cxx
--- src/tools/hunspell.cxx.orig
+++ src/tools/hunspell.cxx
@@ -116,28 +116,14 @@
@@ -116,31 +116,14 @@
#include "../parsers/odfparser.hxx"
#define LIBDIR \
- DATADIR "/hunspell:" \
- DATADIR "/myspell:" \
- DATADIR "/myspell/dicts:" \
- "/usr/share/hunspell:" \
- "/usr/share/myspell:" \
- "/usr/share/myspell/dicts:" \