diff --git a/projects/hunspell/build.sh b/projects/hunspell/build.sh index 82ba0839c..eccf4aa37 100755 --- a/projects/hunspell/build.sh +++ b/projects/hunspell/build.sh @@ -15,8 +15,8 @@ # ################################################################################ -mv -f ./tests/*.aff $OUT/ -mv -f ./tests/*.dic $OUT/ +mv -f ./tests/korean.* $OUT/ +mv -f ./tests/utf8_nonbmp.* $OUT/ autoreconf -vfi ./configure --disable-shared --enable-static diff --git a/projects/hunspell/project.yaml b/projects/hunspell/project.yaml index 9e0178919..f5396ebc2 100644 --- a/projects/hunspell/project.yaml +++ b/projects/hunspell/project.yaml @@ -1,6 +1,9 @@ homepage: "https://hunspell.github.io/" -primary_contact: "" +primary_contact: "caolanm@redhat.com" +auto_ccs: + - "security@documentfoundation.org" vendor_ccs: + - "eakhgari@mozilla.com" - "twsmith@mozilla.com" sanitizers: - address