diff --git a/OmegaT-06-use-external-hunspell.patch b/OmegaT-06-use-external-hunspell.patch index a0cef8d..60af9bf 100644 --- a/OmegaT-06-use-external-hunspell.patch +++ b/OmegaT-06-use-external-hunspell.patch @@ -33,7 +33,7 @@ diff -Naur OmegaT-2.2.3_Beta-orig/src/org/omegat/util/OConsts.java OmegaT-2.2.3_ public static final String SPELLCHECKER_LIBRARY_NAME = "hunspell"; + /** the path of the spell checking library */ -+ public static final String SPELLCHECKER_LIBRARY_PATH = "/usr/lib/libhunspell-1.4.so.0"; ++ public static final String SPELLCHECKER_LIBRARY_PATH = "/usr/lib/libhunspell-1.5.so.0"; + + /** directory of system dictionaries */ + public static final String SPELLCHECKER_SYSTEM_DICTIONARY_DIRECTORY = "/usr/share/myspell/"; // NOI18N diff --git a/OmegaT.spec b/OmegaT.spec index beeb481..2937136 100644 --- a/OmegaT.spec +++ b/OmegaT.spec @@ -16,7 +16,7 @@ Summary: Computer Aid Translation tool Version: 2.6.3 #%global versionr 2.6.1_01_Beta %global versionr 2.6.3_11 -Release: 5%{?dist} +Release: 6%{?dist} #Release: 0.12.Beta%{?dist} Source0: http://downloads.sourceforge.net/omegat/%{name}_%{versionr}_Source.zip Source2: OmegaT-lib-mnemonics-build.xml @@ -30,7 +30,7 @@ BuildRequires: htmlparser, vldocking >= 2.1.4 BuildRequires: jna BuildRequires: ws-jaxme BuildRequires: swing-layout -BuildRequires: hunspell <= 1.5.0 +BuildRequires: hunspell <= 1.6.0 BuildRequires: svnkit >= 1.7.5 BuildRequires: jsch @@ -44,7 +44,7 @@ BuildRequires: gnudiff Requires: java, javapackages-tools Requires: vldocking >= 2.1.4 Requires: htmlparser -Requires: hunspell <= 1.5.0 +Requires: hunspell <= 1.6.0 Requires: jna Requires: swing-layout Requires: ws-jaxme @@ -232,6 +232,9 @@ dos2unix -k -f release/*.txt %changelog +* Mon Dec 19 2016 Caolán McNamara - 2.6.3-6 +- Rebuild for hunspell-1.5 + * Sun May 08 2016 Caolán McNamara - 2.6.3-5 - Rebuild for hunspell-1.4